Giter Site home page Giter Site logo

Comments (2)

iks-ran avatar iks-ran commented on July 3, 2024 1

一个不怎么成熟的方法,在page下新建tex文件,我命名为了toc-previous

\addcontentsline{toc}{section}{承诺书 \hspace{30cm}}

\section*{致~谢}
\addcontentsline{toc}{section}{致~谢}
\cleardoublepage

\section*{摘~要}
\addcontentsline{toc}{section}{摘~要}
\cleardoublepage

之后修改zjuthesis.tex

      ...
      \bodystyle
      \inputpage{final}{cover-part}

      % toc 增页
      \prevstyle
      \inputpage{final}{toc-previous}
      \bodystyle
      % toc 增页

      \resetpagecounter{}
      \inputbody{final/content}
      \inputbody{final/post}
      ...
Screenshot 2024-05-04 at 01 57 56

目录中其他部分也可以如法炮制,最后删掉acrobat增页就行,学院给的模版从逻辑关系上是不成立的(起码从latex toc的角度来说应该是这样?),不知道ftygg有没有好的解决办法

from zjuthesis.

TianyuFan0504 avatar TianyuFan0504 commented on July 3, 2024 1

我后来也用了类似的办法。。。大致就是弄一个假的索引然后最后修改pdf把真的塞进去。查了半天toc的宏包也没有这种自定义逻辑关系的可修改的地方,或许只能暂时先这样了

from zjuthesis.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.