diff options
author | primalpop | 2012-01-17 13:55:21 +0530 |
---|---|---|
committer | primalpop | 2012-01-17 13:55:21 +0530 |
commit | 507f0e68b7f093fdc94fccc2524890829d8a8350 (patch) | |
tree | 99974ae63d24c37d8d2cafedbb44d3fbbadc4210 | |
parent | f2de5a9a0afe7d4b4c5e2ee4cf813da9aacc2ca6 (diff) | |
download | sdes-stscripts-507f0e68b7f093fdc94fccc2524890829d8a8350.tar.gz sdes-stscripts-507f0e68b7f093fdc94fccc2524890829d8a8350.tar.bz2 sdes-stscripts-507f0e68b7f093fdc94fccc2524890829d8a8350.zip |
bug fix
-rw-r--r-- | Latex/Latex4/Latex_Typesetting_Text.tex | 2 | ||||
-rw-r--r-- | Latex/Latex5/Latex_FTF.tex | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/Latex/Latex4/Latex_Typesetting_Text.tex b/Latex/Latex4/Latex_Typesetting_Text.tex index 1b54103..ef9ad49 100644 --- a/Latex/Latex4/Latex_Typesetting_Text.tex +++ b/Latex/Latex4/Latex_Typesetting_Text.tex @@ -167,7 +167,7 @@ \begin{frame}[fragile] \frametitle{Summary...} \begin{itemize} - Put Quotation Marks around text + \item Put Quotation Marks around text \item How to Emphasize and give fixed width to fonts. \item Use numbered and un-numbered lists \item Add Footnotes, Labels and References diff --git a/Latex/Latex5/Latex_FTF.tex b/Latex/Latex5/Latex_FTF.tex index 9ae52b6..0ef52ca 100644 --- a/Latex/Latex5/Latex_FTF.tex +++ b/Latex/Latex5/Latex_FTF.tex @@ -206,7 +206,8 @@ \begin{frame}[fragile] \frametitle{Summary...} \begin{itemize} - \item + \item Add graphics to a LateX document + \item Include tabular environments in a LateX document \end{itemize} \end{frame} |