diff --git a/1_basics/2_example/main.tex b/1_basics/2_example/main.tex index 5fc31fd..308822f 100644 --- a/1_basics/2_example/main.tex +++ b/1_basics/2_example/main.tex @@ -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} \ No newline at end of file