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

封面学号和年级的前面没有对齐,求教各位前辈如何解决。 #9

Open
Doit-Cai opened this issue May 18, 2024 · 2 comments

Comments

@Doit-Cai
Copy link

如图所示。
微信截图_20240518214501

@JiaFeiMiao-K-Cat
Copy link
Contributor

如图所示。 微信截图_20240518214501

我打印完才发现有这个问题,可以用\makebox加一些pt把学号那一行给挤到左边去(具体加多少需要自己试一下)

  {\heiti \zihao{5} 
      \vskip 10pt
      \hfill
      \noindent
      \makebox[40pt][r]{\hhut@label@studentnumber}
      \hhutunderline[90pt]{\hhut@value@studentnumber}\makebox[62.6pt][r]{}
      \vskip 10pt
      \hfill
      \makebox[40pt][r]{\hhut@label@grade}
      \hhutunderline[90pt]{\hhut@value@grade}\makebox[60pt][r]{}
  }

@Doit-Cai
Copy link
Author

如图所示。 微信截图_20240518214501

我打印完才发现有这个问题,可以用\makebox加一些pt把学号那一行给挤到左边去(具体加多少需要自己试一下)

  {\heiti \zihao{5} 
      \vskip 10pt
      \hfill
      \noindent
      \makebox[40pt][r]{\hhut@label@studentnumber}
      \hhutunderline[90pt]{\hhut@value@studentnumber}\makebox[62.6pt][r]{}
      \vskip 10pt
      \hfill
      \makebox[40pt][r]{\hhut@label@grade}
      \hhutunderline[90pt]{\hhut@value@grade}\makebox[60pt][r]{}
  }

多谢前辈!

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

2 participants