哎,那是word做不出来对齐效果或者做格式的老师做不出对齐效果,你还朝回改。这不是买椟还珠嘛!
哎,那是word做不出来对齐效果或者做格式的老师做不出对齐效果,你还朝回改。这不是买椟还珠嘛!
代码请复制出来,放在代码块里,这是尊重提供答案的用户。
\documentclass{article}
\usepackage{xcolor}
\usepackage{ctex}
\usepackage[explicit]{titlesec}
\titleformat{\section}
{\sffamily\Large\bfseries\color{red!70!black}}
{}
{0em}
{\colorbox{red!70!black!10}{\parbox{\dimexpr\textwidth-2\fboxsep\relax }{\textcolor{red!70!black}{\thesection\quad#1}}}}
\titleformat{name=\section, numberless}
{\sffamily\Large\bfseries\color{red!70!black}}
{}
{0em}
{\colorbox{red!70!black!10}{\parbox{\dimexpr\textwidth-2\fboxsep\relax }{\textcolor{red!70!black}{#1}}}}
\begin{document}
\section{the}
\begin{thebibliography}{99}
\bibitem{Tadmor2012} Tadmor~E. A review of numerical methods for nonlinear partial differential
equations \allowbreak[J]. Bull. Amer. Math. Soc., 2012, 49(4): 507- 554.
\end{thebibliography}
\end{document}
直接 \date{}
置空即可。如果想要减少距离,可以在里面加负距离的命令。
\date{\vspace*{-1cm}}
看看这里:https://tex.stackexchange.com/questions/96418/beamer-pause-and-grey-not-in-order
可以用命令:\setbeamercovered{invisible}
在 beamer 文档的 17.6 sec 有描述:
页眉的设置自动加了 \rightmark
可以使用 markboth
置空。
\titleformat{\part}
{\normalfont\huge\filcenter}
{}
{20pt}
{\markboth{}{}\begin{tikzpicture}[remember picture,overlay]
\fill[outermarginbgcolor]
($(current page.north west)+(0,0)$) rectangle ($(current page.south east)+(0,0)$);%
\node[
rectangle,drop shadow={opacity=.3,color=black!40!white,shadow xshift=.05cm,shadow yshift=-.05cm},
fill=outermarginfgcolor!90,
text width=\paperwidth-2\outermarginwidth,
rounded corners=5pt,
text depth=15cm,
anchor=center,
inner sep=0pt] at (current page.north) (parttop)
{\thepart};%
\node[
anchor=south east,
inner sep=0pt,
outer sep=0pt] (partnum) at ([xshift=-20pt]parttop.south)
{\partnumfont\thepart};
\node[
anchor=south,
inner sep=0pt] (partname) at ([yshift=2pt]partnum.south)
{\partnamefont PART};
\node[%
anchor=north east,xshift=1.5\outermarginwidth,
align=left,font=\Huge\scshape\color{outermarginfgcolor},
inner xsep=0pt] at ([yshift=-0.5cm]partname.west|-partnum.south east)
{\parbox[][.5\paperheight][t]{.5\textwidth}{\raggedright#1}};%
\shade[%
rectangle,drop shadow={opacity=.3,color=black!40!white,shadow xshift=.05cm,shadow yshift=-.05cm},
top color=outermarginfgcolor!40,bottom color=outermarginbgcolor!20,
rounded corners=5pt,
] ($(current page.south west)+(\outermarginwidth,1.2\footheight)$) rectangle ($(current page.south east)+(-\outermarginwidth,.3\paperheight+1.2\footheight)$);%
\node[anchor=south,text=outermarginfgcolor,font=\large\sffamily\normalfont,] at ([yshift=1.25\footheight]current page.south) (partbottom) %
{\parbox[][.3\paperheight][c]{\paperwidth-2\outermarginwidth-.5\footheight}{\partpage}};%
\end{tikzpicture}%
}
这样的情况 只能缩小文字,浮动体无法换页的。
举个例子,设置了 path 了,后面的就不需要再加了。例如
\setCJKmainfont[
Path = fonts/zh_CN-Adobe/,%设置字体的路径
Extension = .otf,%扩展名设置,省略扩展名
BoldFont=AdobeHeitiStd-Regular,
ItalicFont=AdobeKaitiStd-Regular,
SmallCapsFont=AdobeHeitiStd-Regular
]{AdobeSongStd-Light}
代码选自:https://www.wolai.com/mSB9hEcof3XrNvX1RFUePV
提醒下,提交问题学会用 md 语法。便于阅读。
使用命令行要切换到pdf所在的路径,这样命令行才能找到这个 PDF 文件。
没有细看说明书的问题,主要是 verb
命令引起的问题,看说明书这里:
代码改成这样:
\begin{table}
\centering
\caption{自定义命令}
\begin{tblr}{verb,colspec={lc}}
\hline\hline
命令 & 结果 \\
\hline
\verb|\whiteding{8}| & \whiteding{8} \\
\verb|\blackding{8}| & \blackding{8} \\
\verb|\whitedingB{8}| & \whitedingB{8} \\
\verb|\blackdingB{8}| & \blackdingB{8} \\
\hline\hline
\end{tblr}
\end{table}
代码在哪里呢?
这种用表格呗,上下居中对齐,时间这都是打印出来再签字扫描进去。
肯定你是加了什么字体宏包干扰了模板自带的字体效果了。自己删删代码。
多下标的场景,要注意用群组:
\begin{equation}
{C_m = D_{m_1}, D_{m_2}, ..., D_{m_{k_m}}}
\end{equation}
给个两个的样例,举一反三:
\documentclass{ctexart}
\usepackage{calc}
\usepackage{tikz}
\begin{document}
\begin{tabular}{|c|c|p{30pt}|p{30pt}|p{30pt}|}
\hline
\multicolumn{2}{|c|}{%
$\vcenter{\hbox{%
\begin{tikzpicture}
\path[use as bounding box] (\tabcolsep,0) rectangle (4cm-\tabcolsep,1cm);
\draw (0,1cm) -- node[auto]{化验室} node[auto,swap]{} (4cm,0);
\draw (0,1cm) -- node[auto,swap]{} (1.5cm,0);
\end{tikzpicture}%
}}$%
} &\multicolumn{3}{|c|}{室一\quad\quad 室二\quad\quad 室三}\\
\hline
\makebox[1.5cm-2\tabcolsep][c]{aaa} & bbb & ccc &ddd &eee \\
\hline
\end{tabular}
\end{document}
问 gb7714-2015宏包参考条目换行顶格不缩进的命令