Search found 26 matches

by Diogo Remoaldo
Mon Feb 11, 2019 4:15 pm
Forum: Graphics, Figures & Tables
Topic: Table content not fitting in the page
Replies: 2
Views: 5989

Table content not fitting in the page

Stefan Kottwitz wrote:Hi Diogo!
  • Use X-columns, such as: \begin{tabularx}{\textwidth}{|X|X|X|}
  • Use = instead of * in the \multirow argument: \multirow{4}[0]{=}
Stefan

Thanks a lot, the results were even better than what I was expecting.

Best regards,

Diogo Remoaldo
by Diogo Remoaldo
Mon Feb 11, 2019 1:18 pm
Forum: Graphics, Figures & Tables
Topic: Table content not fitting in the page
Replies: 2
Views: 5989

Table content not fitting in the page

Hi, I have the following code and I would like for the content in my table to adapt to the space of the collumn, so my table can fit the page.

As an end result I would like to get the table as shown in the appendix.


\documentclass[openright,a4paper,12pt,twoside]{report}
\usepackage[utf8 ...
by Diogo Remoaldo
Tue Jan 22, 2019 3:21 pm
Forum: BibTeX, biblatex and biber
Topic: Format specific words in citations and bibliography in Bibtex
Replies: 2
Views: 3137

Format specific words in citations and bibliography in Bibtex

Hi, mister kaiser how can I locate the dinar.bst on my pc. After that I just have to copy it and modify it in other folder right? I am using windows. Best regards
by Diogo Remoaldo
Mon Jan 21, 2019 8:15 pm
Forum: BibTeX, biblatex and biber
Topic: Format specific words in citations and bibliography in Bibtex
Replies: 2
Views: 3137

Format specific words in citations and bibliography in Bibtex

Hi, I have the following Latex code

\documentclass[openright,a4paper,12pt,twoside]{report}
\usepackage[utf8]{inputenc}
\usepackage[portuguese]{babel}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{epstopdf}
\usepackage{float}
\usepackage ...
by Diogo Remoaldo
Thu Aug 25, 2016 12:35 am
Forum: General
Topic: How to make Capítulo 1-Introdução and Secções appear in ToC
Replies: 1
Views: 2455

Re: How to make Capítulo 1-Introdução and Secções appear in

I would like sections to appear like 1.1-Apresentação do Candidato. As in the following Picture.
by Diogo Remoaldo
Thu Aug 25, 2016 12:27 am
Forum: General
Topic: How to make Capítulo 1-Introdução and Secções appear in ToC
Replies: 1
Views: 2455

How to make Capítulo 1-Introdução and Secções appear in ToC

Hi again,

I would like my ToC to look like the one in the Picture. I can already make them appear as those in my file's text, but they are not displayed like that in the ToC.

Thank you very much in advance.

My code is as follows:

\documentclass[a4paper,12pt]{report}
\usepackage[utf8]{inputenc ...
by Diogo Remoaldo
Wed Aug 24, 2016 11:46 pm
Forum: Fonts & Character Sets
Topic: How to change chapter title format
Replies: 3
Views: 42545

How to change chapter title format

Hi,

I ended up doing it. Johannes I came from vacations today and could only reply now, I don't know what I did wrong, I sent you my full code plus images, it still has almost no text because I am first setting the layout and than I will start writting. What else do you want me to send the next ...
by Diogo Remoaldo
Fri Jul 29, 2016 6:58 pm
Forum: Fonts & Character Sets
Topic: How to change chapter title format
Replies: 3
Views: 42545

How to change chapter title format

Hi I would like to make the chapters appear as the image in the appendix (Capítulo 1 - Introdução).

Thanks in advance for your time.

My code is as follows:

\documentclass[a4paper,12pt]{report}
\usepackage[utf8]{inputenc}
\usepackage[portuguese]{babel}
\usepackage[T1]{fontenc}
\usepackage ...
by Diogo Remoaldo
Wed Jul 27, 2016 6:39 pm
Forum: Page Layout
Topic: Double Line Headers
Replies: 3
Views: 5592

Re: Double Line Headers

Thank you very much!
by Diogo Remoaldo
Wed Jul 27, 2016 12:42 am
Forum: Page Layout
Topic: Double Line Headers
Replies: 3
Views: 5592

Double Line Headers

Hi I would like to put my center header Ordem dos Engenheiros-Região Norte on top of the page and my right and left (Relatório nº 1 and Colégio de Engenharia Mecânica, respectively) below the center header just like Picture 1.
Currently my latex file has a header just like Picture 2, how can I ...