### Markdown: Wiki Package and Manual Links Source: https://bithesis.bitnp.net/wiki/faq Illustrates the syntax for creating internal links within the wiki to refer to LaTeX packages and their manuals. This helps users navigate documentation for dependencies. ```markdown [[pkg:bithesis]] ⇒ `bithesis`宏包 [[pkg:algorithms|algorithmic]] ⇒ `algorithmic`宏包 [[texdoc:unicode-math]] ⇒ `unicode-math`手册 [[texdoc:lshort-zh-cn|那份介绍(`lshort`中文版)]] ⇒ 那份介绍(`lshort`中文版) ``` -------------------------------- ### LaTeX: Configure BIThesis Template with Options Source: https://bithesis.bitnp.net/wiki/faq Demonstrates how to configure the BIThesis LaTeX template by adding options such as 'algochapter' for chapter-wise algorithm numbering. This is crucial for adhering to specific institutional requirements. ```latex \documentclass[..., twoside=false]{bithesis} ``` -------------------------------- ### Markdown: Link to GitHub Issue Source: https://bithesis.bitnp.net/wiki/faq Shows how to create a Markdown link to a GitHub issue. This is useful for referencing specific problems or discussions related to the BIThesis template. ```markdown [改进“疑难杂症”页面 · Issue #475 · BITNP/BIThesis-wiki](https://github.com/BITNP/BIThesis-wiki/issues/475) ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.