From 47d96af4168eb09294503187f1d15c2b9ce14fdc Mon Sep 17 00:00:00 2001 From: Jan Wille <jan.wille@stud.hs-hannover.de> Date: Sun, 14 Mar 2021 15:57:13 +0100 Subject: [PATCH] removed no longer needet document options --- crc/exampleCircuit.tex | 2 +- plt/examplePlot.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crc/exampleCircuit.tex b/crc/exampleCircuit.tex index ba50c2c..e222924 100644 --- a/crc/exampleCircuit.tex +++ b/crc/exampleCircuit.tex @@ -1,4 +1,4 @@ -\documentclass[11pt,ngerman]{HsH-standalone} +\documentclass{HsH-standalone} \usepackage{siunitx} % SI units \usepackage{amsmath} % nice formulas diff --git a/plt/examplePlot.tex b/plt/examplePlot.tex index 351ae22..061c3c4 100644 --- a/plt/examplePlot.tex +++ b/plt/examplePlot.tex @@ -1,4 +1,4 @@ -\documentclass[11pt,ngerman]{HsH-standalone} +\documentclass{HsH-standalone} \usepackage{siunitx} % SI units -- GitLab