ist-dissertation-latex-template
ist-dissertation-latex-template copied to clipboard
Master dissertation template for IST
"Guia de Preparação da Dissertação" says the following regarding page numbering: > número de página: em numeração arábica em baixo centrado ou à direita; But it says nothing about where...
Same problem as here: https://tex.stackexchange.com/q/54480/246842 (when using @article) Adding `numbers` to `natbib` solved it.
Same problem as here: https://tex.stackexchange.com/a/16269/246842 The solution is that `hyperref` should be the last package to be loaded, so after `\input{extra.tex}`.
``` %TEX root = ../dissertation.tex ``` I think shoud be: ``` %!TEX root = ../dissertation.tex ``` You missed the `!` PS: Thank you for the template.
When compiling the default template using the command `sh toPDF.sh`, the following error occurs: ``` sh !!! Error: Cannot open Ghostscript for piped input: gs -q -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite...