Prechádzať zdrojové kódy

Fixat miljön bättre för kompilering med texworks och miktex.

Jonatan Gezelius 6 rokov pred
rodič
commit
ece545cc8b

+ 1 - 0
.gitignore

@@ -1,6 +1,7 @@
 build_output/
 *.fdb_latexmk
 *.aux
+*.synctex.gz
 
 # LTSpice
 *.raw

+ 2 - 1
rapport/.latexmkrc

@@ -2,6 +2,7 @@
 #$ENV{'TEXINPUTS'}='setup//:' . $ENV{'TEXINPUTS'};
 
 $pdf_mode = 1;
-$pdflatex = 'pdflatex --output-directory=build_output --include-directory="./tex" --include-directory="./setup"';
+$pdflatex = 'pdflatex -synctex=1 --output-directory=build_output --include-directory="./tex" --include-directory="./setup"';
 
 system("cp build_output/main.pdf ." );
+system("cp build_output/main.synctex.gz ." );

+ 1 - 0
rapport/abstract-swe.tex

@@ -1,3 +1,4 @@
+% !TeX root = main.tex
 Det här som vi har hållit på med är jätteviktigt faktiskt och det vi gjort blev bara sååå bra.  Kanske inte helt otippat, men det glass är sååå gott!
 
 Förresten har vi blivit bäst på att skriva rapporter, så nu ska ska vi inte gå in närmare på några detaljer såhär i sammanfattningen.

+ 1 - 0
rapport/abstract.tex

@@ -1 +1,2 @@
+% !TeX root = main.tex
 If your thesis is written in English, the primary abstract would go here while the Swedish abstract would be optional.

+ 1 - 0
rapport/acknowledgments.tex

@@ -1,3 +1,4 @@
+% !TeX root = main.tex
 \begin{acknowledgments}
   TODO
 

+ 1 - 0
rapport/conclusion.tex

@@ -1,3 +1,4 @@
+% !TeX root = main.tex
 \chapter{Conclusion}
 \label{cha:conclusion}
 %

+ 1 - 0
rapport/detaljer.tex

@@ -1,3 +1,4 @@
+% !TeX root = main.tex
 \chapter{Trista saker}\label{cha:boring}
 Långa beräkningar brukar bli rätt trista\dots
 

+ 1 - 0
rapport/discussion.tex

@@ -1,3 +1,4 @@
+% !TeX root = main.tex
 \chapter{Discussion}\label{cha:discussion}
 
 \section{Results}

+ 1 - 0
rapport/introduction.tex

@@ -1,3 +1,4 @@
+% !TeX root = main.tex
 \chapter{Introduction}\label{cha:intro}
 
 Ta bort

BIN
rapport/main.pdf


+ 1 - 0
rapport/methods.tex

@@ -1,3 +1,4 @@
+% !TeX root = main.tex
 \chapter{Methods}\label{cha:methods}
 This chapter covers the methodologies used during the project.
 

+ 1 - 0
rapport/notation.tex

@@ -1,3 +1,4 @@
+% !TeX root = main.tex
 \begin{notation}% Passing the option "old" to the notation environment will redefine the notationtabular environment so that it produces an old style LaTeX tabular instead of a booktabs.sty style tabular.
   \centering
 

+ 1 - 0
rapport/results.tex

@@ -1,3 +1,4 @@
+% !TeX root = main.tex
 \chapter{Results}\label{cha:results}
 
 \section{Prestudy}

+ 1 - 0
rapport/rtthesis-doc.tex

@@ -1,3 +1,4 @@
+% !TeX root = main.tex
 \chapter{\rtthesis documentation and \LaTeX{} tips}\label{cha:rtthesis}
 
 This document is not only an example that you can use to get started with the \rtthesis class, it also contains written instructions for how to use the class, and some general tips on how to use \LaTeX{} to produce a beautiful thesis.  As we do so in this chapter, we also get the opportunity to look at some theorem-like environments, which you can alter the look of by changing the options given to the \rtthesis class.

+ 1 - 0
rapport/theory.tex

@@ -1,3 +1,4 @@
+% !TeX root = main.tex
 \chapter{Theory}\label{cha:theory}
 
 This chapter introduces the theory and facts that are related to this project. It describes the necessary parts of the ISO standards, measurement theory and analysis of acquired data.