latex
Formato de texto
Buscar..
Enfatizar texto
Para enfatizar el texto, se puede usar el comando \emph que generalmente muestra el texto en cursiva:
This is some text with \emph{emphasized words}.
Huelga a través del texto
El comando \sout del paquete ulem golpea a través de un texto:
\sout{This text is striked through}
El paquete ulem redefine el comando \emph . Cuando no quiera tener este comportamiento, puede usar el paquete ulem con la opción normalem :
\usepackage[normalem]{ulem}
Texto en negrita
Para escribir texto en negrita, use \textbf :
\textbf{This text is typeset in bold.}
Modified text is an extract of the original Stack Overflow Documentation
Licenciado bajo CC BY-SA 3.0
No afiliado a Stack Overflow