Quellcode durchsuchen

Uppdatera .gitignore att strunta i några tex output filer.

Jonatan Gezelius vor 5 Jahren
Ursprung
Commit
9f734dc230
3 geänderte Dateien mit 9 neuen und 10 gelöschten Zeilen
  1. 3 1
      .gitignore
  2. BIN
      rapport/main.pdf
  3. 6 9
      rapport/main.tex

+ 3 - 1
.gitignore

@@ -13,6 +13,8 @@ build_output/
 *.out
 *.toc
 *.xwm
+*.bcf
+*.run.xml
 
 # LTSpice
 *.raw
@@ -25,4 +27,4 @@ build_output/
 .~lock.BOM.ods#
 
 # Python
-*.pyc
+*.pyc

BIN
rapport/main.pdf


+ 6 - 9
rapport/main.tex

@@ -29,13 +29,18 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %% 
 %%% Code:
-
 \documentclass[bachelor,lith,english,table]{liuthesis}
 %% Settings go in settings.tex
 \include{settings}
 \usepackage{rotating}
 \usepackage{color}
 
+% If it is still a draft, doesn't work because of xcolor and hyperref inclutions?
+%\usepackage[printwatermark]{xwatermark}
+%\usepackage[]{xcolor}
+%\newwatermark[allpages,color=red!10,angle=45,scale=2,xpos=0,ypos=-80]{DRAFT}
+%\newwatermark[allpages,color=red!10,angle=45,scale=2,xpos=0,ypos=80]{DRAFT}
+
 %%% Define command for playing around with margin paragraphs.
 \definecolor{Warning}{rgb}{1.0,0.5,0.0}
 \newcommand{\Warning}[2][Warning]{\marginpar{\fcolorbox{Warning}{white}{\begin{minipage}{\linewidth}\textbf{\textcolor{Warning}{\emph{#1:}}}\par \tiny \sffamily #2\end{minipage}}}}
@@ -83,14 +88,6 @@
 
 % Use SI units
 \usepackage{siunitx}
-% For consistent formatting of lengths and other physical quantities.
-%\RequirePackage[squaren]{SIunits}
-
-% If it is still a draft
-%\usepackage[printwatermark]{xwatermark}
-%\usepackage[]{xcolor}
-%\newwatermark[allpages,color=red!10,angle=45,scale=2,xpos=0,ypos=-80]{DRAFT}
-%\newwatermark[allpages,color=red!10,angle=45,scale=2,xpos=0,ypos=80]{DRAFT}
 
 %% Enable use of svg
 \usepackage{svg}