Git Product home page Git Product logo

Comments (4)

weijianwen avatar weijianwen commented on May 26, 2024

这个问题已经发现,目前还没有想到解决办法。

from sjtuthesis.

Frandy avatar Frandy commented on May 26, 2024

这个问题可以解决了,在diss.tex文件中,原始添加图和表格索引的是
\listoffigures
\listoftables
\addcontentsline ....{\listfigurename}
\addcontentsline ....{\listtablename}
改成下面的
\listoffigures
\addcontentsline ....{\listfigurename}
\listoftables
\addcontentsline ....{\listtablename}
然后就好了,你可以再测试一下

from sjtuthesis.

weijianwen avatar weijianwen commented on May 26, 2024
好的,非常感谢。如果可以,你做个 merge request 到master上吧,这样你的贡献也能被被人看到。

非常感谢!

Jianwen
Nov 11, 2013

On 2013年11月11日, at 下午4:24, Frandy [email protected] wrote:

这个问题可以解决了,在diss.tex文件中,原始添加图和表格索引的是
\listoffigures
\listoftables
\addcontentsline ....{\listfigurename}
\addcontentsline ....{\listtablename}
改成下面的
\listoffigures
\addcontentsline ....{\listfigurename}
\listoftables
\addcontentsline ....{\listtablename}
然后就好了,你可以再测试一下


Reply to this email directly or view it on GitHub.

from sjtuthesis.

weijianwen avatar weijianwen commented on May 26, 2024

在 master 上解决了。

from sjtuthesis.

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.