diff options
author | Puneeth Chaganti | 2011-06-07 15:36:41 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2011-06-07 15:36:41 +0530 |
commit | 4273f6292c0ab134177d342002d3fa219e849169 (patch) | |
tree | f00008e7345df04c54866c308c2c37630414b6f9 /latex/workbook | |
parent | 91fe9a3a165e2812546f0c5f8fb3e01df29b7b3b (diff) | |
download | sees-4273f6292c0ab134177d342002d3fa219e849169.tar.gz sees-4273f6292c0ab134177d342002d3fa219e849169.tar.bz2 sees-4273f6292c0ab134177d342002d3fa219e849169.zip |
Fix example-5 for LaTeX workbook.
Diffstat (limited to 'latex/workbook')
-rw-r--r-- | latex/workbook/example5.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/latex/workbook/example5.tex b/latex/workbook/example5.tex index 5ed480f..7600797 100644 --- a/latex/workbook/example5.tex +++ b/latex/workbook/example5.tex @@ -1,11 +1,11 @@ \documentclass{article} -\begin{document} \begin{abstract} This content is from Wikipedia page on Python. \end{abstract} +\begin{document} Python is a general-purpose high-level programming language whose design philosophy emphasizes code readability. Python aims to combine -"remarkable power with very clear syntax", and its standard library is +``remarkable power with very clear syntax'', and its standard library is large and comprehensive. Its use of indentation for block delimiters is unusual among popular programming languages. |