Como colocar um texto em caixa alta junto com itálico ou negrito

1,663 views
Skip to first unread message

Shirley Freitas

unread,
Oct 6, 2016, 10:32:42 AM10/6/16
to Latex-br
Olá, bom dia, 

Gostaria de saber como faço para colocar uma determinada palavra em caixa alta e negrito ou itálico ao mesmo tempo. Estava usando o pacote slantsc e aí colocava \textsc{\textbf{palavra}} para negrito e \textsl{\textsc{palavra}} para itálico. Contudo, estou com um novo arquivo e agora esse pacote não está funcionando. Assim, gostaria de saber se há outra forma de chegar ao mesmo resultado usando outro pacote.

Grata,
Shirley

Youssef Cherem

unread,
Oct 6, 2016, 10:51:54 AM10/6/16
to late...@googlegroups.com

sl não é itálico e sc não é caixa alta
sl = slanted (inclinado)
sc = small caps (versalete)

Tem fontes que não têm essas formas mesmo.


--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/latex-br/1b06c882-61e9-4891-8c6a-a746a699c9fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Shirley Freitas

unread,
Oct 6, 2016, 4:50:24 PM10/6/16
to late...@googlegroups.com
Entendi, Youssef. 

Acho que me expressei mal. Era small caps que eu queria mesmo. Só que não estou conseguindo colocar small caps junto com negrito ou itálico.


--
You received this message because you are subscribed to a topic in the Google Groups "Latex-br" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/latex-br/skeUb7dSof4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to latex-br+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/latex-br/CAPENqt2deF7Z3t4RN-ZvSr%3DhH4Zi-1%2B3ukYRVeBUr0avYu%2BY5g%40mail.gmail.com.

Youssef Cherem

unread,
Oct 6, 2016, 7:26:33 PM10/6/16
to late...@googlegroups.com
Então, às vezes uma fonte não tem small caps + bold + itálico... só vendo o que você está fazendo para saber.

Youssef Cherem



Shirley Freitas

unread,
Oct 10, 2016, 6:57:37 PM10/10/16
to late...@googlegroups.com
Entendi, Youssef. Uso os pacotes: 
\usepackage[T1]{fontenc}

\usepackage[utf8x]{inputenc}

​\usepackage[tone,extra, safe]{tipa}

Obrigada.​


Youssef Cherem

unread,
Oct 10, 2016, 7:15:10 PM10/10/16
to late...@googlegroups.com
Então, se não está aparecendo, é porque a família Computer Modern não tem a fonte Computer Modern sc+slanted+bold. Se você quer usar isso (três ênfases!), use uma família que tenha essa fonte:

\documentclass{article}

\usepackage[T1]{fontenc}


\usepackage[utf8x]{inputenc}

\usepackage[tone,extra,safe]{tipa}

\usepackage{libertine}


\begin{document}
\textsc{\textbf{text}}
\textsc{text}
\textsc{\textbf{\slshape text}}

\textsc{\slshape text}

\end{document}

Ou escolhendo uma fonte do seu computador:

\documentclass{article}
\usepackage{fontspec}
\setmainfont{Minion Pro}


\begin{document}
\textsc{\textbf{text}}
\textsc{text}
\textsc{\textbf{\itshape text}}

\textsc{\itshape text}

\end{document}




Youssef Cherem



Shirley Freitas

unread,
Oct 12, 2016, 8:58:23 AM10/12/16
to late...@googlegroups.com
Obrigada, Youssef. Tentarei isso e qualquer coisa, aviso. 



Shirley Freitas

unread,
Oct 17, 2016, 3:28:37 PM10/17/16
to late...@googlegroups.com
O pacote libertine deu certo, Youssef. 

Obrigada. 

Reply all
Reply to author
Forward
0 new messages