diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index 496ee2ca6a2f08396a4076fe43dedf3dc0da8b6d..a3f02a4f81fef883954188db1867d84dfd913002 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -.DS_Store \ No newline at end of file +.DS_Store +._* +/._* \ No newline at end of file diff --git a/Bibliography/Literature.bib b/Bibliography/Literature.bib old mode 100644 new mode 100755 index 94479f53cdee4fb421d113c388f01a802ff0ca18..f6162cbe36105db7877119cfc50032bd733e096b --- a/Bibliography/Literature.bib +++ b/Bibliography/Literature.bib @@ -1,27 +1,28 @@ -% Encoding: windows-1252 +% When compiling with bibtex, make sure that all umlauts in this file are in the following LaTeX style: for ä {\"a}, for ü {\"u} etc. +% Separate multiple authors with "and" -@Article{Paper_E, - author = {A. Mustermann, B. Musterfrau, C. Musterprof}, - title = {{Titel von Paper E}}, - journal = {International Journal of Whatever}, - year = {2000}, - volume = {6}, - number = {3-4}, - pages = {371-378}, - doi = {10.1017/S1754078714006221}, - publisher = {IEEE}, +@book {Bucher2021, + author = {Bucher, Conrad and Bucher, Emil and Bucher, Gustav}, + title = {Title of Book}, + address = {Address}, + publisher = {Publisher}, + year = {2021}, + edition = {2., durchgesehene und aktualisierte Auflage}, + language = {Deutsch}, + pages = {279 Seiten}, + note = {Hauptbibliothek}, } -@Article{Paper_F, - author = {A. Mustermann, B. Musterfrau, C. Musterprof}, - title = {{Titel von Paper F}}, - journal = {International Journal of Whatever}, - year = {2000}, - volume = {6}, - number = {3-4}, - pages = {371-378}, - doi = {10.1017/S1754078714006221}, - publisher = {IEEE}, +@article{Zeitschriftler2000, + author = {Zeitschriftler, Alfred and Zeitschriftler, Bertha}, + title = {Title of Article}, + journal = {Name of Journal}, + year = {2000}, + volume = {6}, + number = {3--4}, + pages = {371--378}, + doi = {10.1017/S1754078714006221}, + publisher = {IEEE}, } -@Comment{jabref-meta: databaseType:bibtex;} +@Comment{jabref-meta: databaseType:bibtex;} \ No newline at end of file diff --git a/Bibliography/Own_conference_papers.bib b/Bibliography/Own_conference_papers.bib old mode 100644 new mode 100755 index 8ef16d54ec95517be7c7922bedb67a4087dc091f..0ba8c9c25a8777bd29d9e221cdb5017eb530f3e9 --- a/Bibliography/Own_conference_papers.bib +++ b/Bibliography/Own_conference_papers.bib @@ -1,23 +1,24 @@ -% Encoding: UTF-8 +% When compiling with bibtex, make sure that all umlauts in this file are in the following LaTeX style: for ä {\"a}, for ü {\"u} etc. +% Separate multiple authors with "and" -@InProceedings{Paper_D, - author = {A. Mustermann, B. Musterfrau, C. Musterprof}, - title = {{Titel von Paper D}}, - booktitle = {2015 IEEE International Conference on Whatever}, - year = {2015}, - pages = {1-4}, - month = {April}, - doi = {10.1509}, +@InProceedings{Mustermann2015, + author = {Mustermann, Anton}, + title = {Title of Paper C}, + booktitle = {IEEE International Conference on Whatever}, + year = {2015}, + pages = {1--4}, + month = {April}, + doi = {10.1509}, } -@InProceedings{Paper_C, - author = {A. Mustermann, B. Musterfrau, C. Musterprof}, - title = {{Titel von Paper C}}, - booktitle = {2015 IEEE International Conference on Whatever}, - year = {2015}, - pages = {1-4}, - month = {April}, - doi = {10.1509}, +@InProceedings{Mustermann2016, + author = {Mustermann, Anton and Musterfrau, Bertha and Musterprof Conrad}, + title = {Title of Paper D}, + booktitle = {IEEE International Conference on Whatever}, + year = {2016}, + pages = {6--45}, + month = {April}, + doi = {10.1509}, } @Comment{jabref-meta: databaseType:bibtex;} diff --git a/Bibliography/Own_journal_papers.bib b/Bibliography/Own_journal_papers.bib old mode 100644 new mode 100755 index 35d4dad9cc85bc087a05e30bedc13ad81809b851..2f4699bd1ad5fe12bd3ac0ace7eeb8c4215a03fe --- a/Bibliography/Own_journal_papers.bib +++ b/Bibliography/Own_journal_papers.bib @@ -1,27 +1,28 @@ -% Encoding: UTF-8 +% When compiling with bibtex, make sure that all umlauts in this file are in the following LaTeX style: for ä {\"a}, for ü {\"u} etc. +% Separate multiple authors with "and" -@Article{Paper_A, - author = {A. Mustermann, B. Musterfrau, C. Musterprof}, - title = {{Titel von Paper A}}, - journal = {International Journal of Whatever}, - year = {2000}, - volume = {6}, - number = {3-4}, - pages = {371-378}, - doi = {10.1017/S1754078714006221}, - publisher = {IEEE}, +@Article{Mustermann1998, + author = {Mustermann, Anton and Musterfrau, Bertha and Musterprof, Conrad}, + title = {Title of Paper A}, + journal = {International Journal of Whatever}, + year = {1998}, + volume = {6}, + number = {3--4}, + pages = {371--378}, + doi = {10.1017/S1754078714006221}, + publisher = {IEEE}, } -@Article{Paper_B, - author = {A. Mustermann, B. Musterfrau, C. Musterprof}, - title = {{Titel von Paper B}}, - journal = {International Journal of Whatever}, - year = {2000}, - volume = {6}, - number = {3-4}, - pages = {371-378}, - doi = {10.1017/S1754078714006221}, - publisher = {IEEE}, +@Article{Mustermann1999, + author = {Mustermann, Anton and Musterfrau, Bertha and Musterprof, Conrad}, + title = {Title of Paper B}, + journal = {International Journal of Whatever}, + year = {1999}, + volume = {8}, + number = {9--27}, + pages = {371--378}, + doi = {10.1017/S1754078714006221}, + publisher = {IEEE}, } @Comment{jabref-meta: databaseType:bibtex;} diff --git a/Contents/01_Introduction_and_motivation.tex b/Contents/01_Introduction_and_motivation.tex old mode 100644 new mode 100755 diff --git a/Contents/02_State_of_the_art.tex b/Contents/02_State_of_the_art.tex old mode 100644 new mode 100755 index 7c0671d0ce61394adf0122f403a9be606d862e41..2ba93b5bc274e7f5b44f554f3a2faa7277a50fe3 --- a/Contents/02_State_of_the_art.tex +++ b/Contents/02_State_of_the_art.tex @@ -6,7 +6,7 @@ \section{Literature and research} \label{sec:Literature and research} -Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. \ldq Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.\rdq \cite[S. 30]{Paper_E} +Lorem ipsum \citet{Bucher2021} dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. ``Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.''~\citep[p. 30]{Bucher2021} \subsection{Disciplinary development} \label{ssec:Disciplinary development} diff --git a/Contents/03_Theory.tex b/Contents/03_Theory.tex old mode 100644 new mode 100755 diff --git a/Contents/04_Summary.tex b/Contents/04_Summary.tex old mode 100644 new mode 100755 diff --git a/Contents/Abstract.tex b/Contents/Abstract.tex old mode 100644 new mode 100755 diff --git a/Contents/Acronyms_and_symbols.tex b/Contents/Acronyms_and_symbols.tex old mode 100644 new mode 100755 diff --git a/Contents/Appendix.tex b/Contents/Appendix.tex old mode 100644 new mode 100755 diff --git a/Contents/Bibliography.tex b/Contents/Bibliography.tex old mode 100644 new mode 100755 index 4d82b5442c2bbe94f64df66a4c0ef0c54a80b6b4..491ff6edda30def19a2b1a1741e2a086585a56ac --- a/Contents/Bibliography.tex +++ b/Contents/Bibliography.tex @@ -12,7 +12,7 @@ \renewcommand{\chapter}[2]{} \renewcommand{\section}[2]{} \nocitejournal{*} % Show all titles of the .bib file in the bibliography, if activated; if deactivated, only the quoted titles are displayed -\bibliographystylejournal{plain} +\bibliographystylejournal{plainnat} \bibliographyjournal{Bibliography/Own_journal_papers}{} \endgroup @@ -25,7 +25,7 @@ \renewcommand{\chapter}[2]{} \renewcommand{\section}[2]{} \nociteconference{*} % Show all titles of the .bib file in the bibliography, if activated; if deactivated, only the quoted titles are displayed -\bibliographystyleconference{plain} +\bibliographystyleconference{plainnat} \bibliographyconference{Bibliography/Own_conference_papers}{} \endgroup @@ -38,8 +38,8 @@ \begingroup % Überschrift von \bibliography{} löschen \renewcommand{\chapter}[2]{} \renewcommand{\section}[2]{} -%nocite{*} % Show all titles of the .bib file in the bibliography, if activated; if deactivated, only the quoted titles are displayed -\bibliographystyle{plain} % Adjust the citation style if necessary +\nocite{*} % Show all titles of the .bib file in the bibliography, if activated; if deactivated, only the quoted titles are displayed +\bibliographystyle{plainnat} % Adjust the citation style if necessary \bibliography{Bibliography/Literature}{} \endgroup diff --git a/Contents/Kurzfassung.tex b/Contents/Kurzfassung.tex old mode 100644 new mode 100755 diff --git a/Contents/Preface.tex b/Contents/Preface.tex old mode 100644 new mode 100755 diff --git a/Contents/Table_of_contents.tex b/Contents/Table_of_contents.tex old mode 100644 new mode 100755 diff --git a/Contents/Title_page.tex b/Contents/Title_page.tex old mode 100644 new mode 100755 diff --git a/Figures/bib.jpg b/Figures/bib.jpg old mode 100644 new mode 100755 diff --git a/Figures/blb.jpg b/Figures/blb.jpg old mode 100644 new mode 100755 diff --git a/Figures/knowledge.jpg b/Figures/knowledge.jpg old mode 100644 new mode 100755 diff --git a/Figures/pc.jpg b/Figures/pc.jpg old mode 100644 new mode 100755 diff --git a/KSP_A5_Diss_EN.tex b/KSP_A5_Diss_EN.tex old mode 100644 new mode 100755 index 0a24b93b3667c20201986ab26b6f3a2a7627eb45..1a1e3e1b4c6c29c286b25c0df247bdedd1a13361 --- a/KSP_A5_Diss_EN.tex +++ b/KSP_A5_Diss_EN.tex @@ -1,4 +1,4 @@ -% Version 1.0.3 EN +% Version 1.1.0 EN % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% Preamble %%% @@ -24,7 +24,7 @@ %- Order of compilation operations % pdflatex KSP_Diss_A5 % bibtex KSP_Diss_A5 -% bibtex journal % The file name of the file to be executed with Bibtex is specified in the command "\ newcites {}" in this TeX file +% bibtex journal % The file name of the file to be executed with Bibtex is specified in the command "\ newcites {}" in this TeX file % bibtex conference % The file name of the file to be executed with Bibtex is specified in the command "\ newcites {}" in this TeX file % pdflatex KSP_Diss_A5 % pdflatex KSP_Diss_A5 @@ -50,7 +50,6 @@ \usepackage{graphicx} \usepackage[]{acronym} \usepackage{trfsigns} -\usepackage{cite} \usepackage{caption} % For subfigures \usepackage{subcaption} % For subfigures \usepackage{enumitem} @@ -84,15 +83,54 @@ An-ten-ne } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%%% Preamble / Environment definitions %%% +%%% Preamble / Bibliography / Cite / Quote %%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% Quoting from the bibliography "Literature.bib": "\cite{<ID>}" -% Quoting from the bibliography "Own_journal_papers.bib": "\citejournal{<ID>}" -% Quoting from the bibliography "Own_conference_papers.bib": "\citeconference{<ID>}" +% Both \citep and \citet are defined by natbib and are thus not standard. The standard LATEX command \cite should be avoided, because it behaves like \citet for author–year citations, but like \citep for numerical ones +% Quoting from the bibliography "Literature.bib": "\citet{<ID>}" respectively "\citep{<ID>}" +% Quoting from the bibliography "Own_journal_papers.bib": "\citetjournal{<ID>}" respectively "\citepjournal{<ID>}" +% Quoting from the bibliography "Own_conference_papers.bib": "\citetconference{<ID>}" respectively "\citepconference{<ID>}" + +% Quotation marks +% You form the English introductory quotation marks in LaTeX with two acute accents one after the other, i.e. with the characters ``. +% Complete your English quote with two apostrophes in a row. So you write the sign ''. % By default, all titles / references are output in the bibliographies. If only the quoted titles / references are to be output in the bibliography, the command "\ nocite {*}" or "\ nocitejournal {*} or" \ nociteconference {*} "must be commented out in the ./Inhalt/Literaturverzeichnis.tex file +%\usepackage{cite} +\usepackage[% +round,% (Default) for round parentheses; +%square,% For square brackets +%curly,% For curly braces +%semicolon, % (Default), trennt mehrere Autoren mit Semicolon +%comma, % (Default) to separate multiple citations with semi-colons +%authoryear, % (Default) for author–year citations +%numbers, % For numerical citations +%super, % For superscripted numerical citations, as in Nature +]{natbib} +% +\bibpunct{(}% Left paranthesis +{)}% Right paranthesis +{,}% Separation between several titles in the text +{a}% Citation style: n=for numerical style, s=for numerical superscript style, a=any other letter for author–year, (default) author–year +{}% Punctuation before the year +{,}% Punctuation between different publication years of titles by the same author +% +% The following examples are taken from Patrick W. Daly (2010) "Natural Sciences Citations and References. Author-Year and Numerical Schemes" +%\citet{jon90} --> Jones et al. (1990) +%\citet[chap.~2]{jon90} --> Jones et al. (1990, chap. 2) +%\citep{jon90} --> (Jones et al., 1990) +%\citep[chap.~2]{jon90} --> (Jones et al., 1990, chap. 2) +%\citep[see][]{jon90} --> (see Jones et al., 1990) +%\citep[see][chap.~2]{jon90} --> (see Jones et al., 1990, chap. 2) +%\citet*{jon90} --> Jones, Baker, and Williams (1990) +%\citep*{jon90} --> (Jones, Baker, and Williams, 1990) +% +%\citet{jon90,jam91} --> Jones et al. (1990); James et al. (1991) +%\citep{jon90,jam91} --> (Jones et al., 1990; James et al. 1991) +%\citep{jon90,jon91} --> (Jones et al., 1990, 1991) +%\citep{jon90a,jon90b} --> (Jones et al., 1990a,b) + \usepackage[resetlabels]{multibib} %Each bibliography begins with counter [1], provided that "\ bibliographystyle {plain}" is selected as the bibliography style \usepackage{multibib} % The bibliographies counter is not reset (counting starting with [1] in "Journal articles" and will be continued in "Conference contributions"), provided that "\ bibliographiestyle {plain}" is selected as the bibliography style, with a different bibliography style, e.g. "\ bibliographystyle {alpha} no counter is used \newcites{journal}{Bibliography/Own_journal_papers} diff --git a/Read_me_compile.txt b/Read_me_compile.txt old mode 100644 new mode 100755 diff --git a/Version.md b/Version.md old mode 100644 new mode 100755 index f7ac827671d790ab8168971bc1b180e0a8f1941f..9c2c6e2f1c674e6b1a1d1884f601afd2b8939fbf --- a/Version.md +++ b/Version.md @@ -1 +1 @@ -# Version 1.0.3 +# Version 1.1.0 diff --git a/dokOptions_A5_EN.tex b/dokOptions_A5_EN.tex old mode 100644 new mode 100755 index 79c388bd97d7db26d591ff0a6324a714ae1a50b6..f890e326771b972c96d7f700397b9e1f2cfb1031 --- a/dokOptions_A5_EN.tex +++ b/dokOptions_A5_EN.tex @@ -1,4 +1,4 @@ -% Version 1.0.3 EN +% Version 1.1.0 EN % % Show page limits to check the page display %\usepackage{showframe} @@ -382,6 +382,8 @@ autooneside=false % Settings and display of the URLs/links in the PDF \usepackage[hidelinks,% Display internet links as normal text +% colorlinks, % Show hyperlinks in color +% citecolor = blue, % Show sources in the running text in the selected font color pdfpagemode = UseNone,% Do not show bookmarks in PDF reader pdfpagelayout = TwoColumnRight,% Specify the page display of the PDF document pdfauthor = {\autor},% Author of the PDF document