From 2b4a2dd2f5f15df89cfb04538a3d89c7574ad06c Mon Sep 17 00:00:00 2001 From: Christian Kremitzl Date: Fri, 16 Oct 2020 14:47:29 +0200 Subject: [PATCH] Dateinamen ohne Sonderzeichen. --- ...ormatierung.tex => absatzformatierung.tex} | 0 .../{Aufzählungen.tex => aufzaehlungen.tex} | 0 content/{Grafiken.tex => grafiken.tex} | 0 ...tionen.tex => hilfe-und-informationen.tex} | 0 ...verwaltung.tex => literaturverwaltung.tex} | 0 ...-Formeln.tex => mathematische-formeln.tex} | 0 ...{Paket-in-Sicht.tex => paket-in-sicht.tex} | 0 ...rojektstruktur.tex => projektstruktur.tex} | 0 ...xt-Listings.tex => quelltext-listings.tex} | 0 ...Ÿnoten.tex => referenzen-und-fussnoten.tex} | 0 .../{Sonderzeichen.tex => sonderzeichen.tex} | 0 content/{Tabellen.tex => tabellen.tex} | 0 ...tauszeichnung.tex => textauszeichnung.tex} | 0 content/{titlepage.tex => titelseite.tex} | 0 .../{Was-ist-LaTeX.tex => was-ist-latex.tex} | 0 ...t-LaTeX.tex => wie-funktioniert-latex.tex} | 0 main.tex | 34 +++++++++---------- 17 files changed, 17 insertions(+), 17 deletions(-) rename content/{Absatzformatierung.tex => absatzformatierung.tex} (100%) rename content/{Aufzählungen.tex => aufzaehlungen.tex} (100%) rename content/{Grafiken.tex => grafiken.tex} (100%) rename content/{Hilfe-und-Informationen.tex => hilfe-und-informationen.tex} (100%) rename content/{Literaturverwaltung.tex => literaturverwaltung.tex} (100%) rename content/{Mathematische-Formeln.tex => mathematische-formeln.tex} (100%) rename content/{Paket-in-Sicht.tex => paket-in-sicht.tex} (100%) rename content/{Projektstruktur.tex => projektstruktur.tex} (100%) rename content/{Quelltext-Listings.tex => quelltext-listings.tex} (100%) rename content/{Referenzen-und-Fußnoten.tex => referenzen-und-fussnoten.tex} (100%) rename content/{Sonderzeichen.tex => sonderzeichen.tex} (100%) rename content/{Tabellen.tex => tabellen.tex} (100%) rename content/{Textauszeichnung.tex => textauszeichnung.tex} (100%) rename content/{titlepage.tex => titelseite.tex} (100%) rename content/{Was-ist-LaTeX.tex => was-ist-latex.tex} (100%) rename content/{Wie-funktioniert-LaTeX.tex => wie-funktioniert-latex.tex} (100%) diff --git a/content/Absatzformatierung.tex b/content/absatzformatierung.tex similarity index 100% rename from content/Absatzformatierung.tex rename to content/absatzformatierung.tex diff --git a/content/Aufzählungen.tex b/content/aufzaehlungen.tex similarity index 100% rename from content/Aufzählungen.tex rename to content/aufzaehlungen.tex diff --git a/content/Grafiken.tex b/content/grafiken.tex similarity index 100% rename from content/Grafiken.tex rename to content/grafiken.tex diff --git a/content/Hilfe-und-Informationen.tex b/content/hilfe-und-informationen.tex similarity index 100% rename from content/Hilfe-und-Informationen.tex rename to content/hilfe-und-informationen.tex diff --git a/content/Literaturverwaltung.tex b/content/literaturverwaltung.tex similarity index 100% rename from content/Literaturverwaltung.tex rename to content/literaturverwaltung.tex diff --git a/content/Mathematische-Formeln.tex b/content/mathematische-formeln.tex similarity index 100% rename from content/Mathematische-Formeln.tex rename to content/mathematische-formeln.tex diff --git a/content/Paket-in-Sicht.tex b/content/paket-in-sicht.tex similarity index 100% rename from content/Paket-in-Sicht.tex rename to content/paket-in-sicht.tex diff --git a/content/Projektstruktur.tex b/content/projektstruktur.tex similarity index 100% rename from content/Projektstruktur.tex rename to content/projektstruktur.tex diff --git a/content/Quelltext-Listings.tex b/content/quelltext-listings.tex similarity index 100% rename from content/Quelltext-Listings.tex rename to content/quelltext-listings.tex diff --git a/content/Referenzen-und-Fußnoten.tex b/content/referenzen-und-fussnoten.tex similarity index 100% rename from content/Referenzen-und-Fußnoten.tex rename to content/referenzen-und-fussnoten.tex diff --git a/content/Sonderzeichen.tex b/content/sonderzeichen.tex similarity index 100% rename from content/Sonderzeichen.tex rename to content/sonderzeichen.tex diff --git a/content/Tabellen.tex b/content/tabellen.tex similarity index 100% rename from content/Tabellen.tex rename to content/tabellen.tex diff --git a/content/Textauszeichnung.tex b/content/textauszeichnung.tex similarity index 100% rename from content/Textauszeichnung.tex rename to content/textauszeichnung.tex diff --git a/content/titlepage.tex b/content/titelseite.tex similarity index 100% rename from content/titlepage.tex rename to content/titelseite.tex diff --git a/content/Was-ist-LaTeX.tex b/content/was-ist-latex.tex similarity index 100% rename from content/Was-ist-LaTeX.tex rename to content/was-ist-latex.tex diff --git a/content/Wie-funktioniert-LaTeX.tex b/content/wie-funktioniert-latex.tex similarity index 100% rename from content/Wie-funktioniert-LaTeX.tex rename to content/wie-funktioniert-latex.tex diff --git a/main.tex b/main.tex index 289ee1d..3bb836a 100644 --- a/main.tex +++ b/main.tex @@ -8,7 +8,7 @@ \begin{document} % Titelseite -\input{content/titlepage.tex} +\input{content/titelseite.tex} % oder einfach %\maketitle \thispagestyle{empty} @@ -17,22 +17,22 @@ \setcounter{page}{1} % Titelseite soll nicht mitgezählt werden \tableofcontents -\input{content/Was-ist-LaTeX.tex} -\input{content/Wie-funktioniert-LaTeX.tex} -\input{content/Grundstruktur.tex} -\input{content/Projektstruktur.tex} -\input{content/Sonderzeichen.tex} -\input{content/Textauszeichnung.tex} -\input{content/Absatzformatierung.tex} -\input{content/Aufzählungen.tex} -\input{content/Mathematische-Formeln.tex} -\input{content/Quelltext-Listings.tex} -\input{content/Grafiken.tex} -\input{content/Tabellen.tex} -\input{content/Referenzen-und-Fußnoten.tex} -\input{content/Literaturverwaltung.tex} -\input{content/Paket-in-Sicht.tex} -\input{content/Hilfe-und-Informationen.tex} +\input{content/was-ist-latex.tex} +\input{content/wie-funktioniert-latex.tex} +\input{content/grundstruktur.tex} +\input{content/projektstruktur.tex} +\input{content/sonderzeichen.tex} +\input{content/textauszeichnung.tex} +\input{content/absatzformatierung.tex} +\input{content/aufzaehlungen.tex} +\input{content/mathematische-formeln.tex} +\input{content/quelltext-listings.tex} +\input{content/grafiken.tex} +\input{content/tabellen.tex} +\input{content/referenzen-und-fussnoten.tex} +\input{content/literaturverwaltung.tex} +\input{content/paket-in-sicht.tex} +\input{content/hilfe-und-informationen.tex} % Literaturverzeichnis