41 lines
1.0 KiB
TeX
41 lines
1.0 KiB
TeX
%%% Multicolumns
|
|
\usepackage{multicol}
|
|
\setlength{\columnseprule}{0.5pt}
|
|
\def\columnseprulecolor{\color{gray7}}
|
|
\setlength{\columnsep}{5mm}
|
|
|
|
%%% Poetry
|
|
\usepackage{verse}
|
|
\newcommand{\attrib}[1]{
|
|
\nopagebreak{\raggedleft\footnotesize #1\par\vspace{\baselineskip}}
|
|
}
|
|
\renewcommand{\poemtitlefont}{\normalfont\large\itshape\centering}
|
|
|
|
%%% Fonts
|
|
\usepackage{mathptmx}
|
|
%\usepackage{newtxtext,newtxmath}
|
|
|
|
%%% Text decorations
|
|
\newcommand{\kdec}{
|
|
\noindent{}\begin{center}
|
|
\pgfornament[scale=0.25,color=green6]{85}
|
|
\end{center}
|
|
}
|
|
|
|
%%% Misc commands
|
|
%\setcounter{secnumdepth}{0}
|
|
\newcommand{\kskip}{\\\hphantom{xxx}}
|
|
% Make hrefs easier (must load package hyperref}
|
|
\newcommand\kref[2]{\href{#1}{{\texttt{#2}}}}
|
|
% Put unnumbered sections in TOC, also with idented second lines for Latin names
|
|
\newcommand{\ksecp}[3]{
|
|
\section*{{#1}\kskip{}({#2} • {\small \textsc{\textmd{{#3}}}})}
|
|
\addcontentsline{toc}{section}{{#1} ({#2} • {\small \textsc{\textmd{{#3}}}})}
|
|
}
|
|
\newcommand{\ksecn}[1]{
|
|
\section*{{#1}}
|
|
\addcontentsline{toc}{section}{{#1}}
|
|
}
|
|
|
|
|