Skip to content
Snippets Groups Projects
Commit 6ae3e4c4 authored by Vít Novotný's avatar Vít Novotný
Browse files

The user guide has been largely reworked. It now contains a full list of

class options, a list of `\thesissetup` keys relevant to the respective
faculty and detailed installation instructions. A section about the
recently added `\thesis@backend` macro was added to the Advanced usage
section.
parent 8c27aa4e
No related branches found
No related tags found
No related merge requests found
Showing
with 747 additions and 588 deletions
......@@ -23,7 +23,9 @@ DEVEXAMPLES=guide/EXAMPLE/DESCRIPTION guide/mu/DESCRIPTION \
logo/DESCRIPTION style/EXAMPLE/DESCRIPTION style/mu/DESCRIPTION \
style/DESCRIPTION test/DESCRIPTION
EXAMPLES=$(USEREXAMPLES) $(DEVEXAMPLES)
MISCELLANEOUS=guide/*/*.tex guide/*/*/*.tex guide/*/*.bib
MISCELLANEOUS=guide/mu/resources/empty.tex guide/mu/guide.bib \
guide/mu/guide.dtx guide/mu/resources/cog.pdf \
guide/mu/resources/vader.pdf guide/mu/resources/yoda.pdf
RESOURCES=$(STYLEFILES) $(LOGOS) $(LOCALES)
SOURCES=$(DTXFILES) $(INSFILES) LICENSE.tex
AUXFILES=fithesis.aux fithesis.log fithesis.toc fithesis.ind \
......
......@@ -3,7 +3,7 @@ PDFFILES=fi.pdf sci.pdf ped.pdf med.pdf fss.pdf fsps.pdf phil.pdf \
TEX=pdflatex -shell-escape
.PHONY: all clean
all: clean
make all -C examples
make all -C resources
make $(PDFFILES) clean
# This target typesets a PDF file.
......@@ -11,7 +11,6 @@ all: clean
$(TEX) $(basename $@).tex
biber $(basename $@)
$(TEX) $(basename $@).tex
$(TEX) $(basename $@).tex
# This target prepares a TeX file.
%.tex: %.ins guide.dtx
......@@ -20,10 +19,10 @@ all: clean
# This target removes any auxiliary files.
clean:
rm -f *.aux *.log *.out *.toc *.lot *.lof *.bbl *.blg *.pyg \
*.bcf *-blx.bib *.run.xml
*.bcf *-blx.bib *.run.xml *.tex
rm -rf _minted-*
# This target removes any auxiliary files and the output files.
implode: clean
make implode -C examples
make implode -C resources
rm -f $(PDFFILES)
\input ../../LICENSE
\generate{\file{econ.tex}{\from{guide.dtx}{guide,econ}}}
\generate{\file{econ.tex}{\from{guide.dtx}{econ}}}
\endbatchfile
\thesissetup{basePath=../../..}
\begin{document}
Hello world!
\end{document}
\documentclass{../../../fithesis3}
\thesissetup{faculty=econ}
\input01
\documentclass{../../../fithesis3}
\thesissetup{faculty=fi}
\input01
\documentclass{../../../fithesis3}
\thesissetup{faculty=fsps}
\input01
\documentclass{../../../fithesis3}
\thesissetup{faculty=fss}
\input01
\documentclass{../../../fithesis3}
\thesissetup{faculty=law}
\input01
\documentclass{../../../fithesis3}
\thesissetup{faculty=med}
\input01
\documentclass{../../../fithesis3}
\thesissetup{faculty=ped}
\input01
\documentclass{../../../fithesis3}
\thesissetup{faculty=phil}
\input01
\documentclass{../../../fithesis3}
\thesissetup{faculty=sci}
\input01
\input ../../LICENSE
\generate{\file{fi.tex}{\from{guide.dtx}{guide,fi}}}
\generate{\file{fi.tex}{\from{guide.dtx}{fi}}}
\endbatchfile
\input ../../LICENSE
\generate{\file{fsps.tex}{\from{guide.dtx}{guide,fsps}}}
\generate{\file{fsps.tex}{\from{guide.dtx}{fsps}}}
\endbatchfile
\input ../../LICENSE
\generate{\file{fss.tex}{\from{guide.dtx}{guide,fss}}}
\generate{\file{fss.tex}{\from{guide.dtx}{fss}}}
\endbatchfile
@book{latex,
title={\LaTeX},
month={Match},
month={March},
year={2013},
publisher={Wikibooks.org},
url={http://en.wikibooks.org/wiki/LaTeX},
......@@ -49,4 +49,6 @@
title={The \textsf{fithesis3} class for the typesetting of theses
written at the Masaryk University in Brno},
place={Brno},
year={2015}}
year={2015},
url={http://mirrors.ctan.org/macros/latex/contrib/fithesis/fithesis.pdf},
urldate={2015-11-11}}
This diff is collapsed.
\input ../../LICENSE
\generate{\file{law.tex}{\from{guide.dtx}{guide,law}}}
\generate{\file{law.tex}{\from{guide.dtx}{law}}}
\endbatchfile
\input ../../LICENSE
\generate{\file{med.tex}{\from{guide.dtx}{guide,med}}}
\generate{\file{med.tex}{\from{guide.dtx}{med}}}
\endbatchfile
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment