fixed fonts

This commit is contained in:
2024-10-24 11:55:08 +02:00
parent 190885e5da
commit 707cff52b4
5 changed files with 21 additions and 6 deletions
+12 -6
View File
@@ -1,5 +1,5 @@
[% PROCESS variables.tt -%]
\documentclass[a4paper,12pt]{memoir}
\documentclass[a4paper,12pt]{article}
\usepackage[margin=2cm]{geometry}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
@@ -19,7 +19,17 @@
\newcolumntype{Y}{>{\centering\arraybackslash}X}
\newcommand{\mytable}[1]{\LTXtable{\textwidth}{#1}}
\setmainfont[Numbers={OldStyle, Proportional},RawFeature={+ss06}]{EB Garamond}
\newcommand{\raisedrulefill}[2][0ex]{\leaders\hbox{\rule[#1]{1pt}{#2}}\hfill}
\setmainfont[
Path = ../fonts/EBGaramond12/fonts/ttf/,
Extension = .ttf,
UprightFont = *-Regular,
BoldFont = *-Bold,
ItalicFont = *-Italic,
BoldItalicFont = *-BoldItalic,
Numbers = {OldStyle, Proportional},
RawFeature = {+ss06}
]{EBGaramond}
\newcommand{\song}[3]{\ifthenelse{\equal{#1}{}}
{\subsection*{#2}\par{#3}\par}
{\subsection*{\textbf{#1} {#2}}\par{#3}\par}}
@@ -38,8 +48,6 @@
\newcommand{\translation}[1]{
Ü: #1}
\setmainfont[Numbers={OldStyle, Proportional},RawFeature={+ss06}]{EB Garamond}
\newcommand{\Chorus}[2][]{\ifthenelse{\equal {#1} {} }{\textit{Ref.} {#2}\par}{\textit{Ref. {#1}.} {#2}\par}}
\newcommand{\VA}[1]{\textit{V/A:} {#1}\par}
\newcommand{\V}[1]{\textit{V:} {#1}\par}
@@ -53,8 +61,6 @@
\setlength\parindent{0pt}
\setlength\parskip{2mm plus 1mm minus 1.5mm}
\setlist[itemize]{noitemsep}
\setlength{\droptitle}{-1.875cm}
\setlength{\droptitle}{-1.875cm}
[% IF gregorian -%]
\usepackage[autocompile]{gregoriotex}