在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):Pseudomanifold/latex-mimosis开源软件地址(OpenSource Url):https://github.com/Pseudomanifold/latex-mimosis开源编程语言(OpenSource Language):TeX 99.8%开源软件介绍(OpenSource Introduction):latex-mimosis: A minimal & modern template for your thesisThis repository contains a minimal & modern LaTeX template for dissertations and other university documents. For the impatient or curious: this is what the template looks like. You may also want to take a look at my Ph.D. dissertation, which uses a predecessor of this template. UsersBefore going over the details of this template, why not look at how it looks in practice? The following documents have been typeset with this template (or a slightly modified variant of it):
Please open a pull request if you want your document to be listed here, and consider acknowledging this repository. AdvantagesThis template aims to be…
It is specifically suited for the European education system because it uses A4 paper size by default—this can be easily adjusted to fit your personal needs, though (see below). The class is based on How to useIf you are using Overleaf, download
While you can customise everything to your heart's desire, you should
probably start with changing the fonts. I strongly recommend to use
\setmainfont{Baskerville}
\setsansfont{IBM Plex Sans}
\setmonofont{IBM Plex Mono} Put these commands in your main file such as \ifxetexorluatex
% ...
\else
% ...
\fi Note that the document will work fine nevertheless, but some people dislike the default fonts or do not have them installed. Overleaf users: If you are using Overleaf to build your thesis, you are restricted by their choice of fonts. Please read this document for more information about which fonts are available. How to customiseThe template is based on the excellent
in the preamble of the document and recompile. ExampleThe repository comes with an example file called It is recommended to use
in the main directory of this repository in order to build the example file. Required packages for the classThe template uses various LaTeX packages that you should install using your favourite LaTeX distribution. Some distributions already do this automatically when you compile the document for the first time. Others require manual updates. Please refer to the documentation of your LaTeX distribution for more details. Here is a list of packages that you need (I am using the package name as specified on CTAN):
Required packages for the example documentTypesetting the example document requires an additional set of packages. Feel free to remove them, though—they are only used for showcasing how a real document might look like. For pdfTeX users: For LuaTeX or XeTeX users:
If you installed the packages above, everything should work automatically. LicenseThe template uses the MIT license. Please see the file
Known issuesThe superscript citation style is not compatible with all citation
styles. For example, to use the citation with \DeclareCiteCommand{\supercite}[\mkbibsuperscript]
{\bibopenbracket%
\usebibmacro{cite:init}%
\let\multicitedelim=\supercitedelim
\usebibmacro{prenote}}
{\usebibmacro{citeindex}%
\usebibmacro{cite:comp}}
{}
{\usebibmacro{cite:dump}%
\usebibmacro{postnote}%
\bibclosebracket%
} Thanks to Carlo Botha for this contribution! ExtensionsTable of contents per chapterIf you want a small table of contents for each chapter, update
\usepackage[automark,headsepline,plainheadsepline]{scrlayer-scrpage}
\pagestyle{scrheadings}
\automark[section]{chapter}
\lehead*{\headmark}
\cehead{}
\rehead{\headmark}
\lohead{\headmark}
\cohead{}
\rohead*{\headmark}
\newpairofpagestyles[scrheadings]{chapter}{%
\KOMAoptions{headsepline=false,plainheadsepline=false}%
\ihead*{}%
\ohead*{}%
}
\newpairofpagestyles[scrheadings]{part}{%
\KOMAoptions{headsepline=false,plainheadsepline=false}%
\ihead*{}%
\ohead*{}%
}
\renewcommand*\chapterpagestyle{chapter}
\renewcommand*\partpagestyle{part} This extension was contributed by Nikos Antoniadis in issue 16. If you want to add this as proper extension or configurable parameter, please let me know! Frequently asked questions (FAQ)
ContributingIf you require additional features, find some bugs, or just have some generic inquiries, please just open an issue in this repository. Testimonials
— My mum
— Some rando on social media
ContributorsHere is a list of contributors:
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论