This shows you the differences between two versions of the page.
— |
mestres:dicas [25/07/2015 20:20] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Dicas de escrita ====== | ||
+ | |||
+ | O autor deve estar focado apenas no conteúdo e não se preocupar com o layout: uma boa ideia é usar (corretamente) o LaTeX e o estilo FEUP em "[[teach:feupteses|feupteses LaTeX style]]". | ||
+ | |||
+ | ===== A forma ===== | ||
+ | |||
+ | * Introduzir (todos) os acrónimos na respetiva tabela de abreviaturas | ||
+ | * As legendas das figuras e das tabelas e os títulos de capítulos e de secções são capitalizados de forma consistente | ||
+ | * Figuras e tabelas são flutuantes e tipicamente aparecem no topo da página onde são referidas no texto, no fundo da página depois da referência, ou na página seguinte (quando não cabem). | ||
+ | * As tabelas e figuras devem ser referidas no texto e colocadas o mais próximo possível do texto original de referência | ||
+ | * Referências a tabelas e figuras distantes mais de três páginas incluem números de página para benefício do leitor (''figura~\ref{label} na página~\pageref{label}''). | ||
+ | |||
+ | ===== Sobre os acrónimos, as siglas, os estrangeirismos ===== | ||
+ | |||
+ | * Plural de siglas, acrónimos, abreviaturas e símbolos: http://www.flip.pt/Duvidas-Linguisticas/Duvida-Linguistica.aspx?DID=1570 | ||
+ | * Siglas no plural: https://ciberduvidas.iscte-iul.pt/consultorio/perguntas/siglas-no-plural/15596 | ||
+ | * Introduzir por extenso os acrónimos na primeira ocorrência (por exemplo, //Hypertext Markup Language// (HTML)) | ||
+ | * Os acrónimos não vêm em itálico | ||
+ | * Os estrangeirismos devem ser evitados e vêm em itálico | ||
+ | * Plural de estrangeirismos, unidades e de siglas: https://ciberduvidas.iscte-iul.pt/consultorio/perguntas/plural-de-estrangeirismos-unidades-e-de-siglas/15818 | ||
+ | |||
+ | ===== Sobre as unidades ===== | ||
+ | |||
+ | * Usar as recomendações do SI (por exemplo, 12 TiB) | ||
+ | * Incluir a //package// siunitx: https://www.ctan.org/pkg/siunitx | ||
+ | |||
+ | ===== Sobre as figuras/tabelas ===== | ||
+ | |||
+ | "First of all the user should accept the fact that LaTeX moves a floating object either because there is no space on a given page or for esthetic reasons. | ||
+ | Luckily, when using the right commands, LaTeX does a very good job. | ||
+ | |||
+ | The very first thing to do is to avoid commands like ''\clearpage'' and let LaTeX automatically choose the position of the floating objects: while writing the thesis, **the author should be focused only on the content and not be concerned with the layout**. | ||
+ | Almost any interference in the complex routine that LATEX uses to place the floats, will cause poorer results. | ||
+ | The following suggestions ensure that the floats are placed as close as possible to their insertion point without any intervention by the author. | ||
+ | |||
+ | One of the major causes of problems is the use of the ''[h]'' option which tells LaTeX to place the figure at the same point where it appears in the code. | ||
+ | Even worse than ''[h]'' are the ''[htbp]'' and the ''[h!t]'' options. | ||
+ | It is a common misbelief that this option is the best to guarantee that the object remains close to the point where it appears in the code. | ||
+ | It actually works only when the object is very small (compared to ''\textheight'')." https://tug.org/pracjourn/2008-1/mori/mori.pdf | ||
+ | |||
+ | ===== Bibliografia ===== | ||
+ | |||
+ | * {{:mestres:mori.pdf|Writing a thesis with LATEX, Lapo F. Mori, 2007}} | ||
+ | * {{:mestres:lshort.pdf|The (Not So) Short Introduction to LaTeX2e, Tobias Oetiker et. al., v5.05, 2015}} | ||
+ | * [[http://latex-project.org/guides/|LaTeX documentation]] | ||
+ | |||
+ | |||
+ | --- //[[jlopes@fe.up.pt|Correia Lopes]], 17/07/2015 09:35// | ||