Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benmaier/lyxtuftethesis
A LyX template for PhD theses at HU Berlin
https://github.com/benmaier/lyxtuftethesis
lyx lyx-template phd-thesis phd-thesis-template
Last synced: 21 days ago
JSON representation
A LyX template for PhD theses at HU Berlin
- Host: GitHub
- URL: https://github.com/benmaier/lyxtuftethesis
- Owner: benmaier
- Created: 2017-10-07T00:27:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-09T12:20:21.000Z (about 6 years ago)
- Last Synced: 2024-10-11T11:07:49.966Z (3 months ago)
- Topics: lyx, lyx-template, phd-thesis, phd-thesis-template
- Language: TeX
- Size: 1.12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LyXTufteThesis
A LyX template for PhD theses at HU Berlin. This is tailored to be compliant with the rules of
the Mathematisch-Naturwissenschaftliche Fakultät.## Some Notes
* In order to compile this document with `biblatex` instead ot `natbib`, I tweaked the LyX-layout to
not include `natbib.sty` by standard. If you're using the layout-file, please note that you have to
load the document class with the `nobib` option for it to work.
* The toc in tufte-book is usually rather slim with references to chapters only. Since this is not
compliant with the standard toc of dissertations, load the class with the `notoc` option
* I've added the following additional preamble
```latex
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}\usepackage{titlesec}
\usepackage{graphicx}
\usepackage{afterpage}\newenvironment{changemargin}[2]{%
\begin{list}{}{%
\setlength{\topsep}{0pt}%
\setlength{\leftmargin}{#1}%
\setlength{\rightmargin}{#2}%
\setlength{\listparindent}{\parindent}%
\setlength{\itemindent}{\parindent}%
\setlength{\parsep}{\parskip}%
}%
\item[]}{\end{list}}\geometry{bindingoffset=0.9cm}
\usepackage{xpatch}
\AtBeginDocument{\xapptobibmacro{cite}{\setunit{\nametitledelim}\printfield{year}}{}{}}```
## Some Links
Here's a collection of links I needed to put this together.
### HU Berlin templates
* https://edoc-info.hu-berlin.de/de/zentral/dokumentvorlagen
### Nomenclature
* http://texdoc.net/texmf-dist/doc/latex/nomencl/nomencl.pdf
* https://tex.stackexchange.com/questions/114560/lyx-and-list-of-acronyms### Citations in footnotes
* `biblatex` in `tufte-book`: https://github.com/Tufte-LaTeX/tufte-latex/issues/60
* https://tex.stackexchange.com/questions/45934/can-i-use-biblatex-with-tufte-classes
* https://tex.stackexchange.com/questions/253132/biblatex-footcite-style/258431
* https://tex.stackexchange.com/questions/342485/biblatex-footcite-customizing-biblatex-and-bibliography-style
* https://tex.stackexchange.com/questions/165481/biblatex-last-name-only-in-footcite
* https://tex.stackexchange.com/questions/75837/customizing-biblatex-styles-using-usebibmacro
* https://tex.stackexchange.com/questions/390682/author-index-building-and-footfullcite-command/390702#390702
* https://tex.stackexchange.com/questions/39206/biblatex-per-entry-changes-to-citation-field
* https://tex.stackexchange.com/questions/131844/shortening-margin-citations-in-tufte-class (if you use `\AtEveryCiteKey`,
make sure you clear fields without linebreaks in between because it will change the appearance of the footnote-citation### TOC in tufte-book
* https://tex.stackexchange.com/questions/121790/how-to-generate-a-full-width-table-of-contents-tufte-book### Improve your bib-file
* https://github.com/nschloe/betterbib### LyX layout files
* https://tex.stackexchange.com/questions/236332/installing-new-lyx-layout-where-are-my-layout-files
* http://blog.anidear.com/2011/03/lyx-convert-latex-cls-file-to-layout-in.html### Figure placement problems
* https://tex.stackexchange.com/questions/37726/problem-with-captions-at-top-of-page-for-tufte-latex
* https://tex.stackexchange.com/questions/48140/what-shell-commands-are-executed-by-lyx-view-menus
* solution: https://tex.stackexchange.com/questions/37726/problem-with-captions-at-top-of-page-for-tufte-latex### Protected references are necessary
* https://tex.stackexchange.com/questions/191043/error-using-ref-in-captions-with-tufte-and-babel### Margin figures have to be adjusted manually
* https://groups.google.com/forum/#!topic/tufte-latex/s5ySzb9fF50
* or maybe not? https://tex.stackexchange.com/questions/354510/tufte-marginfigure-caption-is-outside-the-page### Figures with Sans-Serif fonts
* ftp://ftp.mpi-sb.mpg.de/pub/tex/mirror/ftp.dante.de/pub/tex/fonts/newtxsf/doc/newtxsf-doc.pdf
* (just use `stixsans` in matplotlibrc and download `Fira Sans` from Google Fonts to use in matplotlibrc)