recovering from merge
This commit is contained in:
parent
058c6a49ca
commit
3ef7d78729
BIN
compendium.pdf
BIN
compendium.pdf
Binary file not shown.
@ -129,11 +129,11 @@ Kormophyta = Tracheophyta
|
|||||||
\section{Monokotyledonen}
|
\section{Monokotyledonen}
|
||||||
|
|
||||||
\pagebreak
|
\pagebreak
|
||||||
\part[Allgemeiner Teil: Allgemeine Phylogenetik]{Phylogenetik}
|
\part[Allgemeiner Teil: Phylogenetik]{Allgemeine Phylogenetik}
|
||||||
|
|
||||||
\begin{table}
|
\begin{table}
|
||||||
\sffamily
|
\sffamily
|
||||||
\begin{tabularx}{\textwidth}{|r|c|X|}
|
\begin{tabularx}{0.8\textwidth}{|r|c|X|}
|
||||||
\hline
|
\hline
|
||||||
\textbf{Taxon} & \textbf{Endung} & \textbf{Beispiel}
|
\textbf{Taxon} & \textbf{Endung} & \textbf{Beispiel}
|
||||||
\\ \hline
|
\\ \hline
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
%#######################################
|
%#######################################
|
||||||
% jjpackages.tex
|
% jjpackages.tex
|
||||||
% generic include for common LaTeX packages
|
% generic include for common LaTeX packages
|
||||||
% @author Jeff J
|
% @author Jeff J https://gist.github.com/zlotap/43d796c70298018e29720f3e5380ac73
|
||||||
% usage: \input{jjpackages.tex}
|
% usage: \input{jjpackages.tex}
|
||||||
%
|
%
|
||||||
% v0.1 2024-05
|
% v0.1 2024-05
|
||||||
@ -49,20 +49,16 @@
|
|||||||
% ### FONTS & COLORS ###################
|
% ### FONTS & COLORS ###################
|
||||||
|
|
||||||
\usepackage{lmodern} %modern font-family
|
\usepackage{lmodern} %modern font-family
|
||||||
|
%\usepackage{mathptmx} %times ff that also works in math mode
|
||||||
\usepackage[table]{xcolor}
|
\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]
|
% \titlespacing*{command}{left}{before}{after}[right]
|
||||||
|
|
||||||
\titleformat{\part}{\huge\bfseries\sffamily}{Teil \thepart:}{10pt}{}
|
\titleformat{\part}{\huge\bfseries\sffamily}{Teil \thepart:}{10pt}{}
|
||||||
|
|
||||||
\titleformat{\section}{\Large\bfseries\sffamily}{\thesection}{10pt}{}
|
\titleformat{\section}{\Large\bfseries\sffamily}{\thesection}{10pt}{}
|
||||||
\titlespacing*{\section}{0pt}{3.5ex plus 1ex minus .2ex}{1.5ex plus .2ex}
|
\titlespacing*{\section}{0pt}{3.5ex plus 1ex minus .2ex}{1.5ex plus .2ex}
|
||||||
|
|
||||||
\titleformat{\subsection}{\bfseries\sffamily}{\thesubsection}{5pt}{}
|
\titleformat{\subsection}{\bfseries\sffamily}{\thesubsection}{5pt}{}
|
||||||
|
|
||||||
\titleformat{\paragraph}{\bfseries\sffamily}{}{}{}
|
\titleformat{\paragraph}{\bfseries\sffamily}{}{}{}
|
||||||
\titlespacing*{\paragraph}{0pt}{5pt}{2pt}
|
\titlespacing*{\paragraph}{0pt}{5pt}{2pt}
|
||||||
|
|
||||||
@ -81,6 +77,16 @@
|
|||||||
%\usepackage{minted}
|
%\usepackage{minted}
|
||||||
|
|
||||||
|
|
||||||
|
% ### TABLES ###########################
|
||||||
|
|
||||||
|
\usepackage{multirow}
|
||||||
|
\usepackage{tabularx}
|
||||||
|
% \usepackage{tabulary}
|
||||||
|
% \usepackage{ltxtable}
|
||||||
|
% \usepackage{dcolumn}
|
||||||
|
% \usepackage{tabularray}
|
||||||
|
|
||||||
|
|
||||||
% ### IMAGES & FIGURES #################
|
% ### IMAGES & FIGURES #################
|
||||||
|
|
||||||
\usepackage{graphicx}
|
\usepackage{graphicx}
|
||||||
@ -90,16 +96,6 @@
|
|||||||
\floatplacement{table}{H}
|
\floatplacement{table}{H}
|
||||||
|
|
||||||
|
|
||||||
% ### TABLES ###########################
|
|
||||||
|
|
||||||
\usepackage{multirow}
|
|
||||||
\usepackage{tabularx}
|
|
||||||
\usepackage{tabulary}
|
|
||||||
% \usepackage{ltxtable}
|
|
||||||
% \usepackage{dcolumn}
|
|
||||||
% \usepackage{tabularray}
|
|
||||||
|
|
||||||
|
|
||||||
% ### LISTS ############################
|
% ### LISTS ############################
|
||||||
|
|
||||||
% \usepackage{enumerate}
|
% \usepackage{enumerate}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user