Do you care in the slightest about what your readers think about your document, and by proxy about you and your competence level? If yes, then a classy, typographically professional layout and structured, clear, and revealing content can only help. This template tries to aid you in both of these endeavors.
Here’s what the TeXtured Template offers:
To learn more about the design principles behind TeXtured
and its capabilities, look at the
.
It showcases the features of
TeXtured
template and provides a guide on how to use them.
[!NOTE] Please note that the documentation is still a work-in-progress 🚧, with more guides and explanations to come.
[!TIP] If you find something interesting or useful, but adopting the whole template is simply too much, feel free to just copy and use relevant parts of the code.
Be sure to have all the dependencies installed — at least the LaTeX
build tools, see below — and run
latexmk thesis
in the root directory of the repository to build the document.
[!TIP] If you prefer to use 🍃
Overleaf
, you can find theTeXtured
templatethere as well. Note that releases
v1.3.0
and later depend onkeytheorems
package, which is not yet available on 🍃Overleaf
(you can however uploadkeytheorems.sty
manually).
LaTeX build tools:
latexmk
- LaTeX build toolpdflatex
/lualatex
- LaTeX engine (you can choose one in .latexmkrc
)biber
- bibliography processing tool for biblatex
[!WARNING] To properly build the documenet, the template requires
TeX Live
2024 or later (otherwise, some packages may not be available, or you may encounter some bugs). Using the latest version ofTeX Live
is highly recommended, which is used in the Github Actions workflow to build.
[!NOTE] Some scripts assume
linux
environment. These include:
- generation of directory structure for
aux_dir
(dependencies aresed
,xargs
)- vector figure generation (together with watermark)
- need to enable
--shell-escape
in.latexmkrc
inkscape
- vector graphics (and SVG to PDF conversion)perl
- disabling/Interpolation
in PDFs generated byinkscape
sed
,uconv
- substituting placeholders in PDF watermarkghostscript
- injectingpostscript
watermark into PDF
Version control (optional):
git
- the preferred version control systemgit-lfs
- Git Large File Storage - for storing PDFs, figures, etc.Exceptions:
MFF-logo.pdf
is property of the corresponding faculty, see MFF Visual Identity.parallel-plate-capacitor.svg
(with corresponding files) is property of Jonáš Dujava.
All other files are marked with
.
Even though you are free to use the source code of TeXtured
any way you like, attribution/acknowledgement is welcome.