Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

封面上“密级”的位置和其后空位大小和word模版有差异 #76

Open
ZanderChang opened this issue Feb 28, 2021 · 0 comments

Comments

@ZanderChang
Copy link

可以将buptgraduatethesis.cls中从788行开始临时修改为以下内容使得导出的PDF与word模版视觉类似。

word封面的页边距等和cls中的设定不太一致。

 \begin{minipage}[t]{\textwidth}%右上角密级、保密期限
    \sihao
    \hspace*{81.5mm}
    \ifnum\bupt@classlevel=0
      \bupt@label@classlevel\bupt@title@sep
      \hspace{2em}\bupt@label@classdur\bupt@title@sep
    \else
      \bupt@label@classlevel\bupt@title@sep\bupt@meta@classlevel
      \hspace{2em}\bupt@label@classdur\bupt@title@sep\bupt@meta@classdur
    \fi
  \end{minipage}\\[1.71cm]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant