From 16158baeafcffa515b894e45c3a52bdfc1edf755 Mon Sep 17 00:00:00 2001 From: ksp <qw5889@partner.kit.edu> Date: Tue, 1 Dec 2020 15:48:33 +0100 Subject: [PATCH] Version 1.0.1 --- KSP_A5_Diss_EN.tex | 19 +++++++++++-------- Read_me_compile.txt | 9 ++++++--- dokOptions_A5_EN.tex | 2 +- 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/KSP_A5_Diss_EN.tex b/KSP_A5_Diss_EN.tex index 00a97ee..980a092 100644 --- a/KSP_A5_Diss_EN.tex +++ b/KSP_A5_Diss_EN.tex @@ -1,27 +1,30 @@ -% Version 1.0.0 EN +% Version 1.0.1 EN % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% Preamble %%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%%% Preamble / compile %%% +%%% Preamble / compile %%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% Notes on compile / setting order: +% Important: +% To avoid errors and problems when compiling, please always use the current version of your operating system (Windows / Mac / Linux). Before you compile this template, update your operating system or have your department IT representative update your operating system. % -% For the correct display of the bibliographies (multibib) please compile as follows: +% Notes on compile / setting order: +% For the correct display of the layout and the bibliographies (multibib) please compile as follows (see "Order of compilation operations"): % -% - Windows 10: via the PowerShell or command prompt (cmd). -% To do this, go to the folder of this project, do not select any file, click on an empty space with the left mouse button and open the context menu while holding down the Shift key (Shift key + right mouse click) and select "Open PowerShell window here". Then enter "cmd" and call the compile processes individually as follows: +%- Windows 10: via the PowerShell or command prompt (cmd). +% To do this, go to the folder of this project, do not select any file, click on an empty space with the left mouse button and open the context menu while holding down the Shift key (Shift key + right mouse click) and select "Open PowerShell window here". Then enter "cmd" and call the compile processes individually as follows (see "Order of compilation operations"): % -% - macOS Big Sur 11.0.1: via the terminal. +%- macOS Big Sur 11.0.1: via the terminal. % To do this, go to the parent folder of this project and select the folder in which the project is located. Now open the context menu (secondary click) by pressing Control + mouse button or tapping with two fingers on the trackpad. Now select "New Terminal at Folder" and call up the compile processes individually as follows: % % +%- 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 diff --git a/Read_me_compile.txt b/Read_me_compile.txt index b616e79..1fe4230 100644 --- a/Read_me_compile.txt +++ b/Read_me_compile.txt @@ -1,14 +1,17 @@ -Notes on compile / setting order: +Important: +To avoid errors and problems when compiling, please always use the current version of your operating system (Windows / Mac / Linux). Before you compile this template, update your operating system or have your department IT representative update your operating system. -For the correct display of the bibliographies (multibib) please compile as follows: +Notes on compile / setting order: +For the correct display of the layout and the bibliographies (multibib) please compile as follows (see "Order of compilation operations"): - Windows 10: via the PowerShell or command prompt (cmd). -To do this, go to the folder of this project, do not select any file, click on an empty space with the left mouse button and open the context menu while holding down the Shift key (Shift key + right mouse click) and select "Open PowerShell window here". Then enter "cmd" and call the compile processes individually as follows: +To do this, go to the folder of this project, do not select any file, click on an empty space with the left mouse button and open the context menu while holding down the Shift key (Shift key + right mouse click) and select "Open PowerShell window here". Then enter "cmd" and call the compile processes individually as follows (see "Order of compilation operations"): - macOS Big Sur 11.0.1: via the terminal. To do this, go to the parent folder of this project and select the folder in which the project is located. Now open the context menu (secondary click) by pressing Control + mouse button or tapping with two fingers on the trackpad. Now select "New Terminal at Folder" and call up the compile processes individually as follows: +- 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 diff --git a/dokOptions_A5_EN.tex b/dokOptions_A5_EN.tex index c9e4d4b..950c73f 100644 --- a/dokOptions_A5_EN.tex +++ b/dokOptions_A5_EN.tex @@ -1,4 +1,4 @@ -% Version 1.0.0 EN +% Version 1.0.1 EN % % Show page limits to check the page display %\usepackage{showframe} -- GitLab