latex template for thesis
This commit is contained in:
8
samk-thesis-template/SAMK-ThesisTemplate2020.aux
Normal file
8
samk-thesis-template/SAMK-ThesisTemplate2020.aux
Normal file
@@ -0,0 +1,8 @@
|
||||
\relax
|
||||
\providecommand*{\memsetcounter}[2]{}
|
||||
\@writefile{toc}{\contentsline {chapter}{Contents}{3}\protected@file@percent }
|
||||
\bibstyle{plain}
|
||||
\bibdata{bibliography}
|
||||
\@writefile{toc}{\contentsline {chapter}{Bibliography}{5}\protected@file@percent }
|
||||
\memsetcounter{lastsheet}{5}
|
||||
\memsetcounter{lastpage}{5}
|
||||
3
samk-thesis-template/SAMK-ThesisTemplate2020.bbl
Normal file
3
samk-thesis-template/SAMK-ThesisTemplate2020.bbl
Normal file
@@ -0,0 +1,3 @@
|
||||
\begin{thebibliography}{}
|
||||
|
||||
\end{thebibliography}
|
||||
53
samk-thesis-template/SAMK-ThesisTemplate2020.blg
Normal file
53
samk-thesis-template/SAMK-ThesisTemplate2020.blg
Normal file
@@ -0,0 +1,53 @@
|
||||
This is BibTeX, Version 0.99d (TeX Live 2019)
|
||||
Capacity: max_strings=100000, hash_size=100000, hash_prime=85009
|
||||
The top-level auxiliary file: SAMK-ThesisTemplate2020.aux
|
||||
The style file: plain.bst
|
||||
I couldn't open database file bibliography.bib
|
||||
---line 5 of file SAMK-ThesisTemplate2020.aux
|
||||
: \bibdata{bibliography
|
||||
: }
|
||||
I'm skipping whatever remains of this command
|
||||
I found no \citation commands---while reading file SAMK-ThesisTemplate2020.aux
|
||||
I found no database files---while reading file SAMK-ThesisTemplate2020.aux
|
||||
You've used 0 entries,
|
||||
2118 wiz_defined-function locations,
|
||||
497 strings with 4031 characters,
|
||||
and the built_in function-call counts, 18 in all, are:
|
||||
= -- 0
|
||||
> -- 0
|
||||
< -- 0
|
||||
+ -- 0
|
||||
- -- 0
|
||||
* -- 2
|
||||
:= -- 7
|
||||
add.period$ -- 0
|
||||
call.type$ -- 0
|
||||
change.case$ -- 0
|
||||
chr.to.int$ -- 0
|
||||
cite$ -- 0
|
||||
duplicate$ -- 0
|
||||
empty$ -- 1
|
||||
format.name$ -- 0
|
||||
if$ -- 1
|
||||
int.to.chr$ -- 0
|
||||
int.to.str$ -- 0
|
||||
missing$ -- 0
|
||||
newline$ -- 3
|
||||
num.names$ -- 0
|
||||
pop$ -- 0
|
||||
preamble$ -- 1
|
||||
purify$ -- 0
|
||||
quote$ -- 0
|
||||
skip$ -- 1
|
||||
stack$ -- 0
|
||||
substring$ -- 0
|
||||
swap$ -- 0
|
||||
text.length$ -- 0
|
||||
text.prefix$ -- 0
|
||||
top$ -- 0
|
||||
type$ -- 0
|
||||
warning$ -- 0
|
||||
while$ -- 0
|
||||
width$ -- 0
|
||||
write$ -- 2
|
||||
(There were 3 error messages)
|
||||
2053
samk-thesis-template/SAMK-ThesisTemplate2020.log
Normal file
2053
samk-thesis-template/SAMK-ThesisTemplate2020.log
Normal file
File diff suppressed because it is too large
Load Diff
BIN
samk-thesis-template/SAMK-ThesisTemplate2020.pdf
Normal file
BIN
samk-thesis-template/SAMK-ThesisTemplate2020.pdf
Normal file
Binary file not shown.
BIN
samk-thesis-template/SAMK-ThesisTemplate2020.synctex.gz
Normal file
BIN
samk-thesis-template/SAMK-ThesisTemplate2020.synctex.gz
Normal file
Binary file not shown.
97
samk-thesis-template/SAMK-ThesisTemplate2020.tex
Normal file
97
samk-thesis-template/SAMK-ThesisTemplate2020.tex
Normal file
@@ -0,0 +1,97 @@
|
||||
%
|
||||
% This document is a replication of the original Template_for_a_Thesis_042020.dotx
|
||||
% attempting to replicate the style in LATEX
|
||||
%
|
||||
% Created by: Eduardo Luis Hofmann
|
||||
% Date: 09/09/2020
|
||||
% License: GPL-3.0-or-later
|
||||
|
||||
% Using TexStudio and compiling with lualatex
|
||||
|
||||
|
||||
%\documentclass[a4paper,11pt]{article}
|
||||
\documentclass[a4paper,11pt]{memoir}
|
||||
|
||||
\usepackage{graphicx} %for graphics image loading
|
||||
\usepackage[sfdefault,lining]{FiraSans}
|
||||
\usepackage[fakebold]{firamath-otf}
|
||||
|
||||
%to minimize use of hyphenation
|
||||
\spaceskip=1.3\fontdimen2\font plus 1.3\fontdimen3\font minus 1.3\fontdimen4\font
|
||||
|
||||
% change paragraph font size
|
||||
\usepackage{titlesec}
|
||||
\titleformat*{\paragraph}{\normalfont} %{\thesection}{12pt}{}
|
||||
|
||||
% to remove the word Abstract before the abstract text
|
||||
%\usepackage{abstract}
|
||||
%\renewcommand{\abstractname}{} % clear the title
|
||||
%\renewcommand{\absnamepos}{empty} % originally center
|
||||
|
||||
\usepackage[bottom]{footmisc} %force footnote to stay at bottom of the page
|
||||
\usepackage[bottom=0.5in,top=0.7in,left=0.9in,right=0.9in]{geometry} %define margin size
|
||||
|
||||
\usepackage{url}
|
||||
|
||||
|
||||
%code to insert background image
|
||||
\usepackage{eso-pic}
|
||||
\newcommand\BackgroundPic{%
|
||||
\put(0,0){%
|
||||
\parbox[b][\paperheight]{\paperwidth}{%
|
||||
\vfill
|
||||
\vspace*{-3cm}
|
||||
\centering
|
||||
\includegraphics[width=\paperwidth,height=\paperheight,%
|
||||
keepaspectratio]{img/samk-cover-logo}%
|
||||
\vfill
|
||||
}}}
|
||||
|
||||
|
||||
|
||||
\begin{document}
|
||||
%to insert image in the front page
|
||||
\AddToShipoutPicture*{\BackgroundPic}
|
||||
|
||||
|
||||
\begin{center}
|
||||
\begin{vplace}[6]
|
||||
\Large EDUARDO LUIS HOFMANN\\
|
||||
\bigskip\bigskip\bigskip
|
||||
|
||||
\Huge Title of the Thesis will be written\\
|
||||
\bigskip\bigskip
|
||||
|
||||
\Large subtitle of thesis\\
|
||||
\bigskip\bigskip\bigskip\bigskip\bigskip\bigskip
|
||||
\bigskip\bigskip\bigskip\bigskip\bigskip\bigskip
|
||||
DEGREE PROGRAMME IN INDUSTRIAL MANAGEMENT\\2020
|
||||
\end{vplace}
|
||||
\end{center}
|
||||
\pagestyle{empty}
|
||||
|
||||
%page 2
|
||||
\clearpage
|
||||
\pagestyle{plain} %re enable the page numbering
|
||||
|
||||
to be added table describing the document
|
||||
|
||||
%page 3 - CONTENTS
|
||||
\clearpage
|
||||
\tableofcontents
|
||||
|
||||
|
||||
%page 4
|
||||
% START OF THE DOCUMENT
|
||||
\clearpage
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
\clearpage
|
||||
\bibliographystyle{plain}
|
||||
\bibliography{bibliography}
|
||||
|
||||
\end{document}
|
||||
2
samk-thesis-template/SAMK-ThesisTemplate2020.toc
Normal file
2
samk-thesis-template/SAMK-ThesisTemplate2020.toc
Normal file
@@ -0,0 +1,2 @@
|
||||
\contentsline {chapter}{Contents}{3}%
|
||||
\contentsline {chapter}{Bibliography}{5}%
|
||||
BIN
samk-thesis-template/Template_for_a_Thesis_042016.dotx
Normal file
BIN
samk-thesis-template/Template_for_a_Thesis_042016.dotx
Normal file
Binary file not shown.
BIN
samk-thesis-template/img/samk-cover-logo.png
Normal file
BIN
samk-thesis-template/img/samk-cover-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
Reference in New Issue
Block a user