Very hard times solving this...Had to use the \appendix command and place the code below inside the appendices environment.
\renewcommand{\appendixname}{Anexo}
Here's a close minimal working sample of how I solved. Hope it helps someone
\documentclass[portuguese, a4paper]{report ...
Search found 9 matches
- Thu May 24, 2012 3:57 am
- Forum: General
- Topic: Bibliography causes Problem with Appendices
- Replies: 1
- Views: 2428
- Tue May 22, 2012 2:57 am
- Forum: General
- Topic: Bibliography causes Problem with Appendices
- Replies: 1
- Views: 2428
Bibliography causes Problem with Appendices
I there!
I'm having difficulties referencing an appendix, and changing the name of an appendix to the name I want.
Example: Appendix A -> Anexo A
I know that the command below works, but something isn't compatible with this:
\renewcommand{\appendixname}{Anexo}
And with the tactic of the ...
I'm having difficulties referencing an appendix, and changing the name of an appendix to the name I want.
Example: Appendix A -> Anexo A
I know that the command below works, but something isn't compatible with this:
\renewcommand{\appendixname}{Anexo}
And with the tactic of the ...
- Sun Feb 26, 2012 8:59 pm
- Forum: General
- Topic: User-defined environment issue
- Replies: 10
- Views: 5847
User-defined environment issue
With that code, I can only change the size number. Like this:
Protocolo 1
Protocolo 1
Protocolo 1
I also want to be able to change "Protocolo" size.
The Protocolo <num> part is the caption of the float. This means it can be customized with \captionsetup
Just add something like
font=small ...
Protocolo 1
Protocolo 1
Protocolo 1
I also want to be able to change "Protocolo" size.
The Protocolo <num> part is the caption of the float. This means it can be customized with \captionsetup
Just add something like
font=small ...
- Sun Feb 26, 2012 6:06 pm
- Forum: General
- Topic: User-defined environment issue
- Replies: 10
- Views: 5847
User-defined environment issue
That worked, but a minor issue appeared: the label font size decreased. I don't understand how that happens, and I was unable to change it's size. Any idea?
The appearance of the counter can be redefined by redefining \the<counter> .
\renewcommand*\theprotocolo{\small\arabic{protocolo}}
With ...
The appearance of the counter can be redefined by redefining \the<counter> .
\renewcommand*\theprotocolo{\small\arabic{protocolo}}
With ...
- Sun Feb 26, 2012 4:57 pm
- Forum: General
- Topic: User-defined environment issue
- Replies: 10
- Views: 5847
User-defined environment issue
The first issue is most probably because \caption isn't used. That's easily fixed.
That worked, but a minor issue appeared: the label font size decreased. I don't understand how that happens, and I was unable to change it's size. Any idea?
As for the second issue: it is nearly impossible to ...
That worked, but a minor issue appeared: the label font size decreased. I don't understand how that happens, and I was unable to change it's size. Any idea?
As for the second issue: it is nearly impossible to ...
- Sat Feb 25, 2012 9:32 pm
- Forum: General
- Topic: User-defined environment issue
- Replies: 10
- Views: 5847
User-defined environment issue
This sounds like you would want a floating environment.
Once again thanks for your help! That's exactly what I wanted, but I didn't know the name. That solved the problem, but I now have two different issues:
:arrow: The references I had for all my "Protocolos" now appear with "??", but they ...
Once again thanks for your help! That's exactly what I wanted, but I didn't know the name. That solved the problem, but I now have two different issues:
:arrow: The references I had for all my "Protocolos" now appear with "??", but they ...
- Fri Feb 24, 2012 4:27 pm
- Forum: General
- Topic: User-defined environment issue
- Replies: 10
- Views: 5847
User-defined environment issue
Hi! First of all, thanks for the reply!
That solved the problem, but I was looking for a different solution. Imagine a latex file with three components, in the presented order:
A = chunk of text
P = some text in Protocolo environment
B = chunk of text
If A+P doesn't fit in a single page, I wanted ...
That solved the problem, but I was looking for a different solution. Imagine a latex file with three components, in the presented order:
A = chunk of text
P = some text in Protocolo environment
B = chunk of text
If A+P doesn't fit in a single page, I wanted ...
- Thu Feb 23, 2012 3:20 am
- Forum: General
- Topic: User-defined environment issue
- Replies: 10
- Views: 5847
User-defined environment issue
Hi there!
I defined an environment "Protocolo" like this:
\newenvironment{Protocolo}{ % Protocolo environment
\refstepcounter{protcounter}
\begin{framed}
\begin{center} { % Centering minipage
\begin{minipage}[b]{380px} % Starts minipage
\par\medskip\noindent%
\textbf{Protocolo ...
I defined an environment "Protocolo" like this:
\newenvironment{Protocolo}{ % Protocolo environment
\refstepcounter{protcounter}
\begin{framed}
\begin{center} { % Centering minipage
\begin{minipage}[b]{380px} % Starts minipage
\par\medskip\noindent%
\textbf{Protocolo ...
- Thu Feb 23, 2012 3:19 am
- Forum: New Members
- Topic: Hello everybody! New user here
- Replies: 2
- Views: 1937
Hello everybody! New user here
I'm an informatics engineering master's student in Minho University, Portugal. I've been working with latex for some time now, but occasionally I come up with problems I am unable to solve. That's the reason why I join this community in the first place, but I also expect that sharing my knowledge or ...