tipos.tex 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. \section{Tipos de letra}
  2. \subsection{Tamaños}
  3. Esto es un ejemplo de cómo cambiar el tipo de letra en un documento de \LaTeX. A continuación, se muestran algunos ejemplos de diferentes tipos de letra que se pueden utilizar:
  4. \begin{itemize}
  5. \item \textbf{Negrita:} \textbf{Este texto está en negrita.}
  6. \item \textit{Cursiva:} \textit{Este texto está en cursiva.}
  7. \item \underline{Subrayado:} \underline{Este texto está subrayado.}
  8. \item \texttt{Monoespaciado:} \texttt{Este texto está en monoespaciado.}
  9. \item {\Large Grande:} {\Large Este texto es grande.}
  10. \item {\small Pequeño:} {\small Este texto es pequeño.}
  11. \item {\tiny Muy pequeño:} {\tiny Este texto es muy pequeño.}
  12. \item {\huge Muy grande:} {\huge Este texto es muy grande.}
  13. \end{itemize}
  14. \subsection{Familias de tipos}
  15. \begin{itemize}
  16. \item \textrm{Serif:} \textrm{Este texto está en una familia de tipo serif.}
  17. \item \textsf{Sans-serif:} \textsf{Este texto está en una familia de tipo sans-serif.}
  18. \item \texttt{Monoespaciado:} \texttt{Este texto está en una familia de tipo monoespaciado.}
  19. \end{itemize}
  20. \sffamily
  21. \lipsum[1]
  22. \subsection{Ejemplos}
  23. %Example of different font sizes and types
  24. This is a simple example, {\tiny this will show different font sizes} and also {\rmfamily\textsc{different font styles}}.
  25. \vspace{1cm}
  26. %Example of different font sizes and types
  27. In this example the {\huge huge font size} is set and the {\footnotesize Foot note size also}. There's a fairly large set of font sizes.
  28. \vspace{1cm}
  29. %Example of different font sizes and types
  30. In this example, a command and a switch are used. \texttt{A command is used to change the style of a sentence}.
  31. \sffamily
  32. A switch changes the style from this point to the end of the document unless another switch is used.
  33. \rmfamily
  34. \vspace{1cm}
  35. %Example of different font sizes and types
  36. Part of this text is written \textsl{in different font style} to highlight it.