Browse Source

day 1 issues

day-3
parent
commit
b5ac5e41cf
1 changed files with 21 additions and 2 deletions
  1. +21
    -2
      1_basics/2_example/main.tex

+ 21
- 2
1_basics/2_example/main.tex View File

@ -1,6 +1,10 @@
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{lipsum}
\usepackage{soul}
\usepackage[htt]{hyphenat}
\newcommand{\mytext}{Here is my own dummy text command to fill-up space over the document. The text has no sense and you can continue reading, nevertheless, you will not find useful information. Please stop reading.}
\title{Font styles and decalrations}
\author{Gerardo Marx Chávez-Campos}
@ -47,7 +51,7 @@ Some tiny text.
\small{\lipsum[99]}
\normalfont{\lipsum[12]}
\normalsize{\lipsum[12]}
\large{\mytext}
@ -58,5 +62,20 @@ Some tiny text.
\huge{\mytext}
\Huge{\mytext}
\Huge{\mytext} \normalsize
\section{Day 1 issues}
Underlined long texts using \texttt{soul package}:
\ul{Here is my own dummy text command to fill-up space over the document. The text has no sense and you can continue reading, nevertheless, you will not find useful information. Please stop reading.}
\caps{Here is my own dummy text command to fill-up space over the document. The text has no sense and you can continue reading, nevertheless, you will not find useful information. Please stop reading.}
\texttt{Here is my own dummy text command to fill-up space over the document. The text has no sense and you can continue reading, nevertheless, you will not find useful information. Please stop reading.}
\end{document}

Loading…
Cancel
Save