Skip to content

Commit

Permalink
FIX PT Headers
Browse files Browse the repository at this point in the history
Include option to personalize title of chapter subtable of contents.
  • Loading branch information
themiguelamador committed Mar 11, 2016
1 parent 1a2cafc commit e9c2f93
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
3 changes: 2 additions & 1 deletion 00.Definitions/packages.tex
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
% ---------------
% The 'babel' package may correct some hyphenisation issues of latex.
% However in most situations it is not required.
\usepackage[english]{babel}
\usepackage[english,portuguese]{babel}


% PACKAGE fontenc:
% -----------------
Expand Down
21 changes: 14 additions & 7 deletions tese.tex
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
\documentclass[defaultstyle,10pt,master,Helvetica]{01.thesis}
%Use 01.thesis_pt instead for PT version
%Babel Package language needs to be changed to completly change titles to Portuguese in 00.Definitions/packages.tex)
%Dummy text if written by default in English. Just changed to whatever you need.
% Helvetica is a similar font to Arial, with small differences.

%\renewcommand*\familydefault{\sfdefault} %To obtain the default sans serif font with pdflatex


%% Packages
\input{00.Definitions/packages.tex}
%% Page formatting
Expand All @@ -16,24 +12,35 @@
%-----------------------------------------------------------
%-----------------------------------------------------------
\begin{document}
%% Use Main document Language
\selectlanguage{english}
%% ------
\pagestyle{begin}
\input{0.Inicio/1.cover.tex}
\input{0.Inicio/2.citation.tex}
\input{0.Inicio/3.Acknowledgments.tex}
\selectlanguage{english}
\input{0.Inicio/4.Abstract.tex}
\input{0.Inicio/5.Keywords.tex}
\selectlanguage{portuguese}
\input{0.Inicio/4.Resumo.tex}
\input{0.Inicio/5.PalavrasChave.tex}
%% Use Main document Language
\selectlanguage{english}
%% ------
\input{0.Inicio/6.Tables.tex}
\acresetall
%% Remain list of table titles are set manualy
\input{0.Inicio/7.Acronim.tex}
\input{0.Inicio/8.symbols.tex}
%\pagestyle{document}%Fancy head and foot with lines
%% Use Main document Language
\selectlanguage{english}
%% Define the title of Chapter Table of Contents
\mtcsettitle{minitoc}{Contents}
%% ------
\pagestyle{documentsimple}%Simple head
\input{1.Introduction/main.tex}
\input{2.Chapter/main.tex}


\input{99.Conclusions/conclusions.tex}
\cleardoublepage
\phantomsection
Expand Down

0 comments on commit e9c2f93

Please sign in to comment.