This is an XJTU thesis LaTeX template forked from xjtuthesis
v0.6.6, which was maintained by Weisi Dai et al. I've fixed several bugs and added some experimental features based on the original project.
xjtuthesis-x
also provides a user guide of this project, including usage introduction of new features, as well as some advices about thesis writing according to my experience. Furthermore, you may also refer to the examples in xjtuthesis
project to get started.
Both xjtuthesis
and xjtuthesis-x
are designed according to the XJTU's official thesis template or manual. If you find that xjtuthesis
breaks the specifications in the official manual, please open an issue (or contribute to fixing the bug). The newest version of the XJTU's official thesis manual (2018) can be found here.
- Equations are now centered, according to the official manual 2018.
- Completed the user guide.
- Update readme.
- Use
breakablealgorithm
environment to allow page break in pseudo code block.breakablealgorithm
andalgorithm
can work together in one document. - Adjusted line spacing according to the official template.
- Removed paragraph skip according to the official template. (No empty lines)
- Added spaces before tables according to the official template. (
0.5\baselineskip
)
- Adjusted default linespace in tables.
- Added support for writting pseudo code.
- Fixed bug, tuned position of header. Now it looks the same as the official
.doc
template. - Tuned header ruler appearance and position.
- Use
Computer Modern
font in math mode, which looks better. - Reduced warning.
- Aligned footnote mark to text margin.
- Tuned line space in footnote.
- Replace the brackets with full-width ones to imitate the official template.