LaTeX에서 발생한 문제 기록(계속 업데이트...)
5666 단어 LaTeX
LaTeX에서 발생한 문제 기록(계속 업데이트...)
@Author: CSU 확장
@Email:[email protected] or [email protected]
더 많은 자원은 www.faker로 이동할 수 있습니다.top
개인 학습만 가능하며, 권한이 부여되지 않은 상황에서 전재와 이윤 행위를 금지한다
각주:
\section{ (LSB \protect\footnote{ LeastSignificant Bits( ) 。})}
\setcounter{footnote}{0}
\section[ (LSB )]{ (LSB \protect\footnote{ LeastSignificant Bits( ) })}
단락 들여쓰기
\hspace*{2em}
수학 공식
$$\shadowbox{$Y(k)=\frac{1}{2}\left(X(k+\omega\pi)+X(k-\omega\pi)\right)$}$$
\begin{equation*}
\begin{split}
f'(n) &= f(n)+\sum_{n=0}^{N-1}g(k)W(k)cos[\frac {(2n + 1)k\pi }{2N}]\\
&= f(n)+w(n,k)
\end{split}
\end{equation*}
기타
\renewcommand {\thetable} {\thesection{}.\arabic{table}}
\renewcommand {\thefigure} {\thesection{}.\arabic{figure}}
%
\setcounter{table}{0}
\setcounter{figure}{0}
페이지 전체 디자인
\usepackage{geometry}
%\geometry{a4paper,left=2.54cm,right=2.54cm,top=3.18cm,bottom=3.18cm}
%
\geometry{a4paper,left=2.54cm,right=2.54cm,top=1.91cm,bottom=1.91cm}
\usepackage{fancyhdr}
\usepackage{lastpage}
\pagestyle{fancy}
\fancyhf{}
\fancyhead[C]{\leftmark}
\fancyfoot[C]{Page \thepage\ of \pageref{LastPage}}
코드 삽입
%
\usepackage{fontspec}
ewfontfamily\consolas{Consolas}
\lstset{numbers=left,language=Matlab,basicstyle=\footnotesize\consolas,numberstyle=\footnotesize,tabsize=2, keywordstyle= \color{blue!70},frame=shadowbox, rulesepcolor= \color{red!20!green!20!blue!20} } % ( , , 、 , , , , )
본문
%
\usepackage{fontspec}
ewfontfamily\consolas{Consolas}
ewfontfamily\monaco{Monaco}
%
{\consolas def choosesave()}
{\monaco def choosesave()}
% 1cm
\vspace{1cm}
목록
\documentclass{article}
\usepackage{enumitem}
\usepackage{tikz}
\usepackage{etoolbox}
% line width ,inner sep ( )。
ewcommand{\circled}[2][]{\tikz[baseline=(char.base),line width = 0.7pt]
{
ode[shape = circle, draw, inner sep = 1pt]
(char) {\phantom{\ifblank{#1}{#2}{#1}}};%
ode at (char.center) {\makebox[0pt][c]{#2}};}}
\robustify{\circled}
\begin{document}
ewcommand{\dcircled}[1]{\circled[00]{#1}}
\begin{enumerate}[label=\dcircled{\arabic*}, noitemsep]
\item I
\item am
\item happy
\item to
\item join
\item with
\item you
\item today
\item in
\item what
\item will
\item go
\item down
\item in
\item history
\item as
\item the
\item greatest
\item demonstration
\item for
\item freedom
\item in
\item the
\item history
\item of
\item our
\item nation.
\end{enumerate}
\end{document}
ewenvironment{colorlist}[1]{\begin{list}{\textcolor{blue}{\ding{#1}}}{}}
{\end{list}}
\begin{colorlist}{42}
\item
\item
\end{colorlist}
양식
\begin{tabular}{>{\heiti}r >{\kaishu}l}
&
&
\end{tabular}
\begin{tabular}{>{\small}r >{\Huge}l}
&
&
\end{tabular}
\begin{tabular}{>{\heiti}r >{\kaishu}l}
% , 4em , 。
\makebox[4em][s]{ \hspace{\fill} }:& \\
\makebox[4em][s]{ }: & \\
\makebox[4em][s]{ \hspace{\fill} \hspace{\fill} }: & \\
\makebox[4em][s]{ \hspace{\fill} }:& \\
\end{tabular}
\usepackage{longtable}
ewcommand\meta[1]{\emph{$\langle$#1$\rangle$}}
\begin{longtable}{|l|l|}
\hline
\endfirsthead
\multicolumn{2}{l}{( )}\\
\hline
\endhead
\multicolumn{2}{c}{\itshape ......}\\[2ex]
\endfoot
\hline
\endlastfoot
%
% =================================================== %
\hline
D0~D7 & , CPU 、 。\\
\hline
CLK & , \\
\hline
% ==================================================== %
\end{longtable}
\begin{table}[htbp]
\centering
\begin{tabular}{ll}
\toprule
% after \\: \hline or \cline{col1-col2} \cline{col3-col4} ...
$D_4 D_3$ & \\
\midrule
00 & 8 , \footnotemark[1] \\
01 & 16 , \\
10 & 8 , \\
11 & 16 , \\
\bottomrule
\end{tabular}
\end{table}
\footnotetext[1]{RESET , }
참고 문헌
\begin{thebibliography}{99}
\addcontentsline{toc}{section}{ } % ,
\bibitem{1} , . . : . 2016, 02.
\bibitem{2} . ( ). : . 2014, 04.
\bibitem{3} Star ES8086 .
\end{thebibliography}
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
VSCode 설정 참고 : 현재 탭 디렉토리의 Makefile을 한 번에 호출합니다.그러나 최근 VS Code과 拡張機能의 조합은 동등한 기능을 실현할 수 있었기 때문에 입력 완성이 우수한 VS Code로 전환했습니다. 지금까지 텍스트 편집에서 프로그래밍, LaTeX까지 모두 Notepad++에서 ...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.