diff --git a/compendium.pdf b/compendium.pdf index 7f1d238..990aa58 100644 Binary files a/compendium.pdf and b/compendium.pdf differ diff --git a/compendium.tex b/compendium.tex index 6fbcaee..7f7e5c4 100644 --- a/compendium.tex +++ b/compendium.tex @@ -129,11 +129,11 @@ Kormophyta = Tracheophyta \section{Monokotyledonen} \pagebreak -\part[Allgemeiner Teil: Allgemeine Phylogenetik]{Phylogenetik} +\part[Allgemeiner Teil: Phylogenetik]{Allgemeine Phylogenetik} \begin{table} \sffamily - \begin{tabularx}{\textwidth}{|r|c|X|} + \begin{tabularx}{0.8\textwidth}{|r|c|X|} \hline \textbf{Taxon} & \textbf{Endung} & \textbf{Beispiel} \\ \hline diff --git a/jjpackages.tex b/jjpackages.tex index dfc3fc2..54e0475 100644 --- a/jjpackages.tex +++ b/jjpackages.tex @@ -1,7 +1,7 @@ %####################################### % jjpackages.tex % generic include for common LaTeX packages -% @author Jeff J +% @author Jeff J https://gist.github.com/zlotap/43d796c70298018e29720f3e5380ac73 % usage: \input{jjpackages.tex} % % v0.1 2024-05 @@ -49,20 +49,16 @@ % ### FONTS & COLORS ################### \usepackage{lmodern} %modern font-family +%\usepackage{mathptmx} %times ff that also works in math mode \usepackage[table]{xcolor} -%\usepackage{mathptmx} %times ff that also works in math mode -\usepackage{titlesec} % allows heading customisation +\usepackage{titlesec} % heading customisation % \titlespacing*{command}{left}{before}{after}[right] - \titleformat{\part}{\huge\bfseries\sffamily}{Teil \thepart:}{10pt}{} - \titleformat{\section}{\Large\bfseries\sffamily}{\thesection}{10pt}{} \titlespacing*{\section}{0pt}{3.5ex plus 1ex minus .2ex}{1.5ex plus .2ex} - \titleformat{\subsection}{\bfseries\sffamily}{\thesubsection}{5pt}{} - \titleformat{\paragraph}{\bfseries\sffamily}{}{}{} \titlespacing*{\paragraph}{0pt}{5pt}{2pt} @@ -81,6 +77,16 @@ %\usepackage{minted} +% ### TABLES ########################### + +\usepackage{multirow} +\usepackage{tabularx} +% \usepackage{tabulary} +% \usepackage{ltxtable} +% \usepackage{dcolumn} +% \usepackage{tabularray} + + % ### IMAGES & FIGURES ################# \usepackage{graphicx} @@ -90,16 +96,6 @@ \floatplacement{table}{H} -% ### TABLES ########################### - -\usepackage{multirow} -\usepackage{tabularx} -\usepackage{tabulary} -% \usepackage{ltxtable} -% \usepackage{dcolumn} -% \usepackage{tabularray} - - % ### LISTS ############################ % \usepackage{enumerate}