From 4273f6292c0ab134177d342002d3fa219e849169 Mon Sep 17 00:00:00 2001 From: Puneeth Chaganti Date: Tue, 7 Jun 2011 15:36:41 +0530 Subject: Fix example-5 for LaTeX workbook. --- latex/workbook/example5.tex | 4 ++-- 1 file 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. -- cgit