split makefiles, added empty page template
This commit is contained in:
+11
-9
@@ -1,19 +1,20 @@
|
||||
[% PROCESS variables.tt -%]
|
||||
\documentclass[a4paper,12pt]{article}
|
||||
\usepackage[margin=2cm]{geometry}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[ngerman]{babel}
|
||||
\usepackage{fontspec}
|
||||
\usepackage{multirow}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{xcolor}
|
||||
\usepackage{svg}
|
||||
\usepackage{wrapfig}
|
||||
\usepackage{enumitem}
|
||||
\usepackage{fontspec}
|
||||
\usepackage[margin=2cm]{geometry}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{hyperref}
|
||||
\usepackage{ifthen}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage{ltxtable}
|
||||
\usepackage[pass-fonts=true]{lyluatex}
|
||||
\usepackage{multirow}
|
||||
\usepackage{svg}
|
||||
\usepackage[explicit]{titlesec}
|
||||
\usepackage{wrapfig}
|
||||
\usepackage{xcolor}
|
||||
|
||||
\newcolumntype{L}{>{\raggedright\arraybackslash}X}
|
||||
\newcolumntype{Y}{>{\centering\arraybackslash}X}
|
||||
@@ -30,9 +31,10 @@ BoldItalicFont = *-BoldItalic,
|
||||
Numbers = {OldStyle, Proportional},
|
||||
RawFeature = {+ss06}
|
||||
]{EBGaramond}
|
||||
%\titleformat{\subsection}{\normalfont\Large}{\thesubsection. }{0em}{#1}
|
||||
\newcommand{\song}[3]{\ifthenelse{\equal{#1}{}}
|
||||
{\subsection*{#2}\par{#3}\par}
|
||||
{\subsection*{\textbf{#1} {#2}}\par{#3}\par}}
|
||||
{\subsection*{\textit{#1} {#2}}\par{#3}\par}}
|
||||
\newcommand{\gradualverse}[2]{#1\hfill\textit{#2}}
|
||||
\newcommand{\ordinarium}[1]{\input{#1}}
|
||||
\newcommand{\original}[1]{{
|
||||
|
||||
Reference in New Issue
Block a user