\addto\captionsportuguese{
\renewcommand{\figurename}{Figura}
\renewcommand{\tablename}{Tabela}
}
Mas, não consigo criar dois nomes de figura.
ii) outra questão é que quando digito a fonte das tabelas e das figuras, em alguns casos (quando acrescento nota) uso duas linhas, e gostaria de configurar para que o espaçamento entre linhas seja simples.
Se puderem me ajudar...:-)
Muito obrigada!
--
You received this message because you are subscribed to the Google Groups "Latex-br" group.
To unsubscribe from this group and stop receiving emails from it, send an email to latex-br+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/latex-br/48f1d3a3-08f8-43b9-8f1d-968c6da84bc2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
% Figure and Table Caption Styles
\usepackage{trivfloat}
\trivfloat{mapa}
\usepackage{wrapfig}
\usepackage{subfigure}
\usepackage{caption} % Required for changing caption styles
\DeclareCaptionFont{SlateGray4}{\color{SlateGray4}}
\captionsetup[table]{labelfont={bf,sf, SlateGray4},labelsep=period,justification=justifiedl, font=small, textfont=SlateGray4} % Specify the table caption style
\captionsetup[figure]{labelfont={sf,bf, SlateGray4},labelsep=period,justification=justified, font=small, textfont=SlateGray4} % Specify the figure caption style
\setlength{\abovecaptionskip}{10pt} % Whitespace above captions
\addto\captionsportuguese{
\renewcommand{\figurename}{Figura}
\renewcommand{\tablename}{Tabela}
}
\begin{mapa}[h]
\center
\caption{\textcolor{SlateGray4}{Distribuição territorial das taxas de crescimento das matrículas brutas de 2009 a 2013 , respectivamente, na rede pública e na rede privada de Ensino Superior.}}
\label{map1}
\subfigure{\includegraphics[width=0.3\textwidth]{mapa1_publica.png}}
\qquad
\subfigure{\includegraphics[width=0.3\textwidth]{mapa1_privada.png}}
\\
\font{\tiny{FONTE: PNAD - IBGE, 2009-2013.}}}
\end{mapa}
To view this discussion on the web visit https://groups.google.com/d/msgid/latex-br/09031ffc-aaac-4f49-a85c-149dd895f22b%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/latex-br/82b95540-3826-4ada-b606-a23fdac26b9a%40googlegroups.com.
Opaaa....está quase funcionando...rsrs
Agora apareceu a legenda do Mapa, só que o primeiro recebeu a legenda Mapa 1 e o segundo Mapa 0. oooww...
Além disso, coloquei o caption para aparecer em cima e apareceu embaixo...
Segue abaixo o que estou usando na programação.
% Figure and Table Caption Styles
\usepackage{trivfloat}
\trivfloat{mapa}
\trivfloat{gráfico}
\usepackage{wrapfig}
\usepackage{subfigure}
\usepackage{caption} % Required for changing caption styles
\DeclareCaptionFont{SlateGray4}{\color{SlateGray4}}
\captionsetup[table]{labelfont={bf,sf, SlateGray4},labelsep=period,justification=justifiedl, font=small, textfont=SlateGray4} % Specify the table caption style
\captionsetup[figure]{labelfont={sf,bf, SlateGray4},labelsep=period,justification=justified, font=small, textfont=SlateGray4} % Specify the figure caption style
\setlength{\abovecaptionskip}{10pt} % Whitespace above captions
% \input{structure.tex} % Include the document which specifies all packages and structural customizations for this template
\addto\captionsportuguese{
\renewcommand{\figurename}{Figura}
\renewcommand{\tablename}{Tabela}
}
\begin{mapa}[h]
\center
\caption{Distribuição territorial das taxas de crescimento das matrículas brutas de 2009 a 2013 , respectivamente, na rede pública e na rede privada de Ensino Superior.}
\label{map1}
\subfigure{\includegraphics[width=0.3\textwidth]{mapa1_publica.png}}
\qquad
\subfigure{\includegraphics[width=0.3\textwidth]{mapa1_privada.png}}
\\
\font{\tiny{FONTE: PNAD - IBGE, 2009-2013.}}}
\end{mapa}
\\
\begin{mapa}[h]
\center
\caption{Distribuição territorial das taxas de crescimento das matrículas líquidas de 2009 a 2013, respectivamente, na rede pública e na rede privada de Ensino Superior.}
\label{map2}
\subfigure{\includegraphics[width=0.3\textwidth]{mapa2_publica.png}}
\qquad
\subfigure{\includegraphics[width=0.3\textwidth]{mapa2_privada.png}}
\\
--
You received this message because you are subscribed to the Google Groups "Latex-br" group.
To unsubscribe from this group and stop receiving emails from it, send an email to latex-br+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/latex-br/3e999166-3743-4d6a-80ab-a2948a745165%40googlegroups.com.
Quando deixei de usar o comando \subfigure, deu tudo certo.Muitíssimo obrigada Youssef!
--
You received this message because you are subscribed to the Google Groups "Latex-br" group.
To unsubscribe from this group and stop receiving emails from it, send an email to latex-br+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/latex-br/82f7c8d4-9e45-451b-bdda-3f6d7164c6ba%40googlegroups.com.