diff options
author | primalpop | 2012-01-11 14:54:13 +0530 |
---|---|---|
committer | primalpop | 2012-01-11 14:54:13 +0530 |
commit | 5f7159dd7c2b33126fd88e04d4c45c9c0470c59a (patch) | |
tree | 30d11d9fe522d1a341f3357a29ae7fbaebc37e69 | |
parent | 7463203d72a06638939440745d8b79c59b535018 (diff) | |
download | sdes-stscripts-5f7159dd7c2b33126fd88e04d4c45c9c0470c59a.tar.gz sdes-stscripts-5f7159dd7c2b33126fd88e04d4c45c9c0470c59a.tar.bz2 sdes-stscripts-5f7159dd7c2b33126fd88e04d4c45c9c0470c59a.zip |
Added Latex parts
-rw-r--r-- | Latex/Latex1/Latex_Introduction.rst | 240 | ||||
-rw-r--r-- | Latex/Latex4/Latex_Typesetting_Text.aux | 56 | ||||
-rw-r--r-- | Latex/Latex4/Latex_Typesetting_Text.log | 1248 | ||||
-rw-r--r-- | Latex/Latex4/Latex_Typesetting_Text.nav | 34 | ||||
-rw-r--r-- | Latex/Latex4/Latex_Typesetting_Text.out | 0 | ||||
-rw-r--r-- | Latex/Latex4/Latex_Typesetting_Text.pdf | bin | 0 -> 452709 bytes | |||
-rw-r--r-- | Latex/Latex4/Latex_Typesetting_Text.snm | 2 | ||||
-rw-r--r-- | Latex/Latex4/Latex_Typesetting_Text.tex | 205 | ||||
-rw-r--r-- | Latex/Latex4/Latex_Typesetting_Text.toc | 2 | ||||
-rw-r--r-- | Latex/Latex4/Latex_Typesetting_Text.vrb | 9 | ||||
-rw-r--r-- | Latex/Latex4/Typesetting_Text_Latex.rst | 0 | ||||
-rw-r--r-- | Latex/Latex5/FTF_Latex.rst | 0 | ||||
-rw-r--r-- | Latex/Latex5/Latex_FTF.tex | 0 | ||||
-rw-r--r-- | Latex/images/folder.png | bin | 0 -> 45829 bytes | |||
-rw-r--r-- | Latex/images/fossee-logo.png | bin | 0 -> 13587 bytes | |||
-rw-r--r-- | Latex/images/iitb-logo.jpg | bin | 0 -> 325871 bytes | |||
-rw-r--r-- | Latex/images/mercurial_logo.png | bin | 0 -> 6684 bytes |
17 files changed, 1796 insertions, 0 deletions
diff --git a/Latex/Latex1/Latex_Introduction.rst b/Latex/Latex1/Latex_Introduction.rst new file mode 100644 index 0000000..331fa15 --- /dev/null +++ b/Latex/Latex1/Latex_Introduction.rst @@ -0,0 +1,240 @@ +.. Objectives +.. ---------- + +.. By the end of this tutorial, you will be able to + +.. 1. Become familiar with the history of, development of LaTeX. +.. #. Description of a typical work flow, when using LaTeX to typeset documents. +.. #. Advantages and disadvantages of typesetting documents using +.. the LaTeX approach. +.. #. Create a very simple LaTeX document + +.. Prerequisites +.. ------------- + +.. 1. Should have already installed LaTeX and its supported packages on the host machine. +.. #. Should be comfortable using a text editor of choice. + + +.. Author : Harish Badrinath < harish [at] fossee [dot] in > + Internal Reviewer : + External Reviewer : + Langauge Reviewer : + Checklist OK? : <put date stamp here, if OK> + +Script +------ + +.. L1 + +{{{ Show the first slide containing title, name of the production +team along with the logo of MHRD }}} + +.. R1 + +Hello Friends and Welcome to the tutorial on introduction to LaTeX. + +.. L2 + +{{{ Show the objectives slide }}} + +.. R2 + +At the end of this tutorial, you will be able to, + + 1. Have an insight on the history and development of LaTeX. + #. Adopt a simple work flow, that uses LaTeX to typset documents. + #. Know about the Advantages and disadvantages of typesetting documents using +.. the LaTeX approach. + #. Will have gone through an example on creating a very simple LaTeX document. + +.. L3 + +{{{ Switch to the pre-requisite slide }}} + +.. R3 + +Before beginning this tutorial,we would suggest having a working installation of +LaTeX on your computer. You can do this by completing the tutorial titled +"Installing LaTeX". + +.. L4 + +{{{ switch to the photograph of Donald E. Knuth }}} + +.. R4 + +LaTeX began as TeX, a computer program originally created by +Donald E. Knuth. Its was designed mainly to aid typesetting +of text and mathematical formulae. TeX was started to reverse +the trend of deteriorating typographical quality of the then, +nascent digital publishing industry. + +LaTeX is a document preparation system for high quality type +setting. It is based on the TeX typesetting language or certain +extensions. + +.. L5 + +{{{ switch to pronunciation stock photograph }}} + +.. R5 + +LaTeX is pronounced Lah-tech or Lay-tec. +TeX is pronounced Tech. TeX is also the first syllable in the greek word for +technology. +LaTeX allows authors to typeset and print their content at the highest +typographical quality, using predefined, professional layouts. + +.. L6 + +{{{ switch to Image saying/symbolizing work flow }}} + +.. R6 +LaTeX input files are simple ASCII text files that are processed by a TeX +processing engine. +Next comes the question compiling LaTeX input files and viewing the output +typeset document. +The process is a little different from other markup languages like HTML. +We compile ASCII text files into typeset files that are normally DVI,Postscript +or PDF files. +The latex command converts LaTeX input files into dvi files. +We can view DVI files on Gnu/Linux using xdvi. +Further DVI files can be converted either to a post script file, using the +dvips command or to a PDF file using the dvipdfm command. +The command pdflatex is used to convert LaTeX input files directly to pdf files. +The resultant PDF files can be viewed using standard tools on most platforms +(Eg: evince on Gnu/Linux). PDF file are also widely supported. + +.. L7 + +{{{ switch to stock photograph of/symbolizing advantages and disadvantages }}} + +.. R7 + +Some of the advantages of using LaTeX approach to typesetting are +(1) Easy availability of professionally crafted layouts. +(2) Typesetting of mathematical formulae is supported in a convenient +environment. +(3) Typesetting for most cases can be done with very little learning curve +using easy to use/understand commands, that only specify the logical structure +of the document. +(4) Presence of lots of add-on packages. +(5) It encourages creation of well structured texts. + +.. L8 + +{{{ switch to stock photograph of/symbolizing advantages and disadvantages }}} + +.. R8 + +Some of the disadvantages of using LaTeX approach to typesetting are +(1) Designing a whole new layout is difficult. +(2) Typesetting even complex documents, is done using mostly text editors. + +.. L9 +:: + +{{{ Show slide with exercise 1 }}} +\documentclass{article} +\title{My First LaTeX Document} +\author{Harish} +\begin{document} +\maketitle +Hello world! +\end{document} + +.. R9 + +Now, we try to create a simple LaTeX document. Pause the tutorial and type the +content shown on the screen in a text editor. Save the file as temp.tex + +.. L10 + +{{{continue from paused state}}} +latex temp.tex + +.. R10 + +Now we compile the commands in the LaTeX input file that is, temp.tex into a +typeset file. +The first alternative is to compile LaTeX input file into a DVI file. We use +the latex command for this purpose. +For compiling the LaTeX input file temp.tex into a DVI file, we use the +following command +latex temp.tex. +The output file would be temp.dvi. +On Gnu/Linux use a program like xdvi to view the output file. + +.. L11 + +pdflatex temp.tex + +.. R11 + +The other alternative is to create PDF files from LaTeX input files. +We use the pdflatex command for this purpose. +For compiling the LaTeX input file temp.tex into a PDF file, we use the +following command +pdflatex temp.tex +The output file would be temp.pdf +On Gnu/Linux use a program like evince to view the output file. + +.. L12 + +{{{ Show summary slide }}} + +.. R12 + +This brings us to the end of this tutorial. In this tutorial, we have, + + 1. An insight on the history and development of LaTeX. + #. Adopted a simple work flow, that uses LaTeX to typeset documents. + #. Come to Know the Advantages and disadvantages of typesetting documents +.. using the LaTeX approach. + #. Have gone through an example on creating a very simple LaTeX document. + +.. L13 + +{{{Show self assessment questions slide}}} + +.. R13 + +Here are some self assessment questions for you to solve + + 1. Convert the temp.dvi created during the course of this tutorial to temp_1.ps +using the dvips command. Verify that the two files indeed look the same. + + 2. Convert the temp.dvi created during the course of this tutorial to +temp_1.pdf using the dvipdfm command. Verify that the two files indeed look the +same. + +3. Remove the line "\maketitle" from temp.tex file. Recompile the file into +either a DVI or a PDF file. what is the difference between the original output +and the output from the newer version of the temp.tex file ?? + +.. L14 + +{{{Show self assessment questions slide}}} + +.. R14 + +And the answers, + +1. We can use the following command to convert temp.dvi to temp_1.ps +dvips -o temp_1.ps temp.dvi + +2. We can use the following command to convert temp.dvi to temp_1.pdf +dvipdfm -o temp_1.pdf temp.dvi + +3. The output file consists of a file with a single line of text "Hello world!". + +.. L15 + +{{{ Show the thank you slide }}} + +.. R15 + +Hope you have enjoyed this tutorial and found it useful. +Thank you! + diff --git a/Latex/Latex4/Latex_Typesetting_Text.aux b/Latex/Latex4/Latex_Typesetting_Text.aux new file mode 100644 index 0000000..9573b92 --- /dev/null +++ b/Latex/Latex4/Latex_Typesetting_Text.aux @@ -0,0 +1,56 @@ +\relax +\ifx\hyper@anchor\@undefined +\global \let \oldcontentsline\contentsline +\gdef \contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}} +\global \let \oldnewlabel\newlabel +\gdef \newlabel#1#2{\newlabelxx{#1}#2} +\gdef \newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}} +\AtEndDocument{\let \contentsline\oldcontentsline +\let \newlabel\oldnewlabel} +\else +\global \let \hyper@last\relax +\fi + +\@writefile{toc}{\beamer@endinputifotherversion {3.07pt}} +\@writefile{nav}{\beamer@endinputifotherversion {3.07pt}} +\select@language{english} +\@writefile{toc}{\select@language{english}} +\@writefile{lof}{\select@language{english}} +\@writefile{lot}{\select@language{english}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{1}{1/1}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {1}{1}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{2}{2/2}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {2}{2}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{3}{3/3}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {3}{3}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{4}{4/4}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {4}{4}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{5}{5/5}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {5}{5}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{6}{6/6}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {6}{6}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{7}{7/7}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {7}{7}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{8}{8/8}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {8}{8}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{9}{9/9}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {9}{9}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{10}{10/10}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {10}{10}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{11}{11/11}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {11}{11}}} +\newlabel{sec-9}{{12}{12}{\relax }{}{}} +\@writefile{snm}{\beamer@slide {sec-9}{12}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{12}{12/12}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {12}{12}}} +\newlabel{sec-10}{{13}{13}{\relax }{}{}} +\@writefile{snm}{\beamer@slide {sec-10}{13}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{13}{13/13}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {13}{13}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{14}{14/14}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {14}{14}}} +\@writefile{nav}{\headcommand {\beamer@partpages {1}{14}}} +\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{14}}} +\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{14}}} +\@writefile{nav}{\headcommand {\beamer@documentpages {14}}} +\@writefile{nav}{\headcommand {\def \inserttotalframenumber {14}}} diff --git a/Latex/Latex4/Latex_Typesetting_Text.log b/Latex/Latex4/Latex_Typesetting_Text.log new file mode 100644 index 0000000..23dbbdc --- /dev/null +++ b/Latex/Latex4/Latex_Typesetting_Text.log @@ -0,0 +1,1248 @@ +This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian) (format=pdflatex 2011.5.9) 11 JAN 2012 14:06 +entering extended mode + %&-line parsing enabled. +**Latex_Typesetting_Text.tex +(./Latex_Typesetting_Text.tex +LaTeX2e <2009/09/24> +Babel <v3.8l> and hyphenation patterns for english, usenglishmax, dumylang, noh +yphenation, sanskrit, loaded. +(/usr/share/texmf/tex/latex/beamer/base/beamer.cls +(/usr/share/texmf/tex/latex/beamer/base/beamerbasercs.sty +Package: beamerbasercs 2007/01/28 (rcs-revision 1.4) +) +Document Class: beamer 2007/03/11 cvs version 3.07 A class for typesetting pres +entations (rcs-revision 1.70) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasemodes.sty +Package: beamerbasemodes 2007/01/28 (rcs-revision 1.22) +\beamer@tempbox=\box26 +\beamer@tempcount=\count79 +\c@beamerpauses=\count80 + +(/usr/share/texmf/tex/latex/beamer/base/beamerbasedecode.sty +Package: beamerbasedecode 2007/01/28 (rcs-revision 1.20) +\beamer@slideinframe=\count81 +\beamer@minimum=\count82 +) +\beamer@commentbox=\box27 +\beamer@modecount=\count83 +) +\headheight=\dimen102 +\headdp=\dimen103 +\footheight=\dimen104 +\sidebarheight=\dimen105 +\beamer@tempdim=\dimen106 +\beamer@finalheight=\dimen107 +\beamer@animht=\dimen108 +\beamer@animdp=\dimen109 +\beamer@animwd=\dimen110 +\beamer@leftmargin=\dimen111 +\beamer@rightmargin=\dimen112 +\beamer@leftsidebar=\dimen113 +\beamer@rightsidebar=\dimen114 +\beamer@boxsize=\dimen115 +\beamer@vboxoffset=\dimen116 +\beamer@descdefault=\dimen117 +\beamer@descriptionwidth=\dimen118 +\beamer@lastskip=\skip41 +\beamer@areabox=\box28 +\beamer@animcurrent=\box29 +\beamer@animshowbox=\box30 +\beamer@sectionbox=\box31 +\beamer@logobox=\box32 +\beamer@linebox=\box33 +\beamer@sectioncount=\count84 +\beamer@subsubsectionmax=\count85 +\beamer@subsectionmax=\count86 +\beamer@sectionmax=\count87 +\beamer@totalheads=\count88 +\beamer@headcounter=\count89 +\beamer@partstartpage=\count90 +\beamer@sectionstartpage=\count91 +\beamer@subsectionstartpage=\count92 +\beamer@animationtempa=\count93 +\beamer@animationtempb=\count94 +\beamer@xpos=\count95 +\beamer@ypos=\count96 +\beamer@showpartnumber=\count97 +\beamer@currentsubsection=\count98 +\beamer@coveringdepth=\count99 +\beamer@sectionadjust=\count100 +\beamer@tocsectionnumber=\count101 + +(/usr/share/texmf/tex/latex/beamer/base/beamerbaseoptions.sty +Package: beamerbaseoptions 2007/01/28 (rcs-revision 1.8) + +(/usr/share/texmf-texlive/tex/latex/graphics/keyval.sty +Package: keyval 1999/03/16 v1.13 key=value parser (DPC) +\KV@toks@=\toks14 +)) +(/usr/share/texmf/tex/latex/pgf/basiclayer/pgfcore.sty +(/usr/share/texmf-texlive/tex/latex/graphics/graphicx.sty +Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR) + +(/usr/share/texmf-texlive/tex/latex/graphics/graphics.sty +Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR) + +(/usr/share/texmf-texlive/tex/latex/graphics/trig.sty +Package: trig 1999/03/16 v1.09 sin cos tan (DPC) +) +(/etc/texmf/tex/latex/config/graphics.cfg +File: graphics.cfg 2009/08/28 v1.8 graphics configuration of TeX Live +) +Package graphics Info: Driver file: pdftex.def on input line 91. + +(/usr/share/texmf-texlive/tex/latex/pdftex-def/pdftex.def +File: pdftex.def 2010/03/12 v0.04p Graphics/color for pdfTeX +\Gread@gobject=\count102 +)) +\Gin@req@height=\dimen119 +\Gin@req@width=\dimen120 +) +(/usr/share/texmf/tex/latex/pgf/systemlayer/pgfsys.sty +(/usr/share/texmf/tex/latex/pgf/utilities/pgfrcs.sty +(/usr/share/texmf/tex/generic/pgf/utilities/pgfutil-common.tex +\pgfutil@everybye=\toks15 +) +(/usr/share/texmf/tex/generic/pgf/utilities/pgfutil-latex.def) +(/usr/share/texmf/tex/generic/pgf/utilities/pgfrcs.code.tex +Package: pgfrcs 2008/02/20 v2.00 (rcs-revision 1.21) +)) +(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys.code.tex +Package: pgfsys 2008/02/07 v2.00 (rcs-revision 1.31) + +(/usr/share/texmf/tex/generic/pgf/utilities/pgfkeys.code.tex +\pgfkeys@pathtoks=\toks16 +\pgfkeys@temptoks=\toks17 +) +\pgf@x=\dimen121 +\pgf@y=\dimen122 +\pgf@xa=\dimen123 +\pgf@ya=\dimen124 +\pgf@xb=\dimen125 +\pgf@yb=\dimen126 +\pgf@xc=\dimen127 +\pgf@yc=\dimen128 +\c@pgf@counta=\count103 +\c@pgf@countb=\count104 +\c@pgf@countc=\count105 +\c@pgf@countd=\count106 + +(/usr/share/texmf/tex/generic/pgf/systemlayer/pgf.cfg +File: pgf.cfg 2008/01/13 (rcs-revision 1.6) +) +Package pgfsys Info: Driver file for pgf: pgfsys-pdftex.def on input line 885. + +(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys-pdftex.def +File: pgfsys-pdftex.def 2007/12/20 (rcs-revision 1.20) + +(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def +File: pgfsys-common-pdf.def 2007/12/17 (rcs-revision 1.8) +))) +(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex +File: pgfsyssoftpath.code.tex 2008/01/23 (rcs-revision 1.6) +\pgfsyssoftpath@smallbuffer@items=\count107 +\pgfsyssoftpath@bigbuffer@items=\count108 +) +(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex +File: pgfsysprotocol.code.tex 2006/10/16 (rcs-revision 1.4) +)) +(/home/primal/texmf/tex/latex/xcolor/xcolor.sty +Package: xcolor 2007/01/21 v2.11 LaTeX color extensions (UK) + +(/etc/texmf/tex/latex/config/color.cfg +File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive +) +Package xcolor Info: Driver file: pdftex.def on input line 225. +Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1337. +Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1341. +Package xcolor Info: Model `RGB' extended on input line 1353. +Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1355. +Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1356. +Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1357. +Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1358. +Package xcolor Info: Model `Gray' substituted by `gray' on input line 1359. +Package xcolor Info: Model `wave' substituted by `hsb' on input line 1360. +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcore.code.tex +Package: pgfcore 2008/01/15 v2.00 (rcs-revision 1.6) + +(/usr/share/texmf/tex/generic/pgf/math/pgfmath.code.tex +(/usr/share/texmf/tex/generic/pgf/math/pgfmathcalc.code.tex +(/usr/share/texmf/tex/generic/pgf/math/pgfmathutil.code.tex +\pgfmath@box=\box34 +) +(/usr/share/texmf/tex/generic/pgf/math/pgfmathparser.code.tex +\pgfmath@stack=\toks18 +\c@pgfmath@parsecounta=\count109 +\c@pgfmath@parsecountb=\count110 +\c@pgfmath@parsecountc=\count111 +\pgfmath@parsex=\dimen129 +) +(/usr/share/texmf/tex/generic/pgf/math/pgfmathoperations.code.tex +(/usr/share/texmf/tex/generic/pgf/math/pgfmathtrig.code.tex) +(/usr/share/texmf/tex/generic/pgf/math/pgfmathrnd.code.tex)) +(/usr/share/texmf/tex/generic/pgf/math/pgfmathbase.code.tex))) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex +File: pgfcorepoints.code.tex 2008/02/03 (rcs-revision 1.13) +\pgf@picminx=\dimen130 +\pgf@picmaxx=\dimen131 +\pgf@picminy=\dimen132 +\pgf@picmaxy=\dimen133 +\pgf@pathminx=\dimen134 +\pgf@pathmaxx=\dimen135 +\pgf@pathminy=\dimen136 +\pgf@pathmaxy=\dimen137 +\pgf@xx=\dimen138 +\pgf@xy=\dimen139 +\pgf@yx=\dimen140 +\pgf@yy=\dimen141 +\pgf@zx=\dimen142 +\pgf@zy=\dimen143 +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex +File: pgfcorepathconstruct.code.tex 2008/02/13 (rcs-revision 1.14) +\pgf@path@lastx=\dimen144 +\pgf@path@lasty=\dimen145 +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex +File: pgfcorepathusage.code.tex 2008/01/23 (rcs-revision 1.11) +\pgf@shorten@end@additional=\dimen146 +\pgf@shorten@start@additional=\dimen147 +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex +File: pgfcorescopes.code.tex 2008/01/15 (rcs-revision 1.26) +\pgfpic=\box35 +\pgf@hbox=\box36 +\pgf@layerbox@main=\box37 +\pgf@picture@serial@count=\count112 +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex +File: pgfcoregraphicstate.code.tex 2007/12/12 (rcs-revision 1.8) +\pgflinewidth=\dimen148 +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex +File: pgfcoretransformations.code.tex 2008/02/04 (rcs-revision 1.10) +\pgf@pt@x=\dimen149 +\pgf@pt@y=\dimen150 +\pgf@pt@temp=\dimen151 +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorequick.code.tex +File: pgfcorequick.code.tex 2006/10/11 (rcs-revision 1.2) +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex +File: pgfcoreobjects.code.tex 2006/10/11 (rcs-revision 1.2) +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex +File: pgfcorepathprocessing.code.tex 2008/01/23 (rcs-revision 1.7) +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex +File: pgfcorearrows.code.tex 2007/06/07 (rcs-revision 1.8) +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex +File: pgfcoreshade.code.tex 2007/12/10 (rcs-revision 1.9) +\pgf@max=\dimen152 +\pgf@sys@shading@range@num=\count113 +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex +File: pgfcoreimage.code.tex 2008/01/15 (rcs-revision 1.1) +\pgfexternal@startupbox=\box38 +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex +File: pgfcorelayers.code.tex 2008/01/15 (rcs-revision 1.1) +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex +File: pgfcoretransparency.code.tex 2008/01/17 (rcs-revision 1.2) +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex +File: pgfcorepatterns.code.tex 2008/01/15 (rcs-revision 1.1) +))) +(/usr/share/texmf/tex/latex/pgf/basiclayer/pgfbaseimage.sty + +Package pgf Warning: This package is obsolete and no longer needed on input lin +e 13. + +) (/usr/share/texmf/tex/latex/pgf/utilities/xxcolor.sty +Package: xxcolor 2003/10/24 ver 0.1 +\XC@nummixins=\count114 +\XC@countmixins=\count115 +) +(/usr/share/texmf-texlive/tex/latex/amsfonts/amssymb.sty +Package: amssymb 2009/06/22 v3.00 + +(/usr/share/texmf-texlive/tex/latex/amsfonts/amsfonts.sty +Package: amsfonts 2009/06/22 v3.00 Basic AMSFonts support +\@emptytoks=\toks19 +\symAMSa=\mathgroup4 +\symAMSb=\mathgroup5 +LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold' +(Font) U/euf/m/n --> U/euf/b/n on input line 96. +)) +(/usr/share/texmf-texlive/tex/latex/geometry/geometry.sty +Package: geometry 2008/12/21 v4.2 Page Geometry + +(/usr/share/texmf-texlive/tex/generic/oberdiek/ifpdf.sty +Package: ifpdf 2009/04/10 v2.0 Provides the ifpdf switch (HO) +Package ifpdf Info: pdfTeX in pdf mode detected. +) +(/usr/share/texmf-texlive/tex/generic/oberdiek/ifvtex.sty +Package: ifvtex 2008/11/04 v1.4 Switches for detecting VTeX and its modes (HO) +Package ifvtex Info: VTeX not detected. +) +\Gm@cnth=\count116 +\Gm@cntv=\count117 +\c@Gm@tempcnt=\count118 +\Gm@bindingoffset=\dimen153 +\Gm@wd@mp=\dimen154 +\Gm@odd@mp=\dimen155 +\Gm@even@mp=\dimen156 +\Gm@dimlist=\toks20 + +(/usr/share/texmf-texlive/tex/xelatex/xetexconfig/geometry.cfg)) +(/usr/share/texmf-texlive/tex/latex/hyperref/hyperref.sty +Package: hyperref 2009/10/09 v6.79a Hypertext links for LaTeX + +(/usr/share/texmf-texlive/tex/generic/ifxetex/ifxetex.sty +Package: ifxetex 2009/01/23 v0.5 Provides ifxetex conditional +) +(/usr/share/texmf-texlive/tex/latex/oberdiek/hycolor.sty +Package: hycolor 2009/10/02 v1.5 Code for color options of hyperref/bookmark (H +O) + +(/usr/share/texmf-texlive/tex/latex/oberdiek/xcolor-patch.sty +Package: xcolor-patch 2009/10/02 xcolor patch +)) +\@linkdim=\dimen157 +\Hy@linkcounter=\count119 +\Hy@pagecounter=\count120 + +(/usr/share/texmf-texlive/tex/latex/hyperref/pd1enc.def +File: pd1enc.def 2009/10/09 v6.79a Hyperref: PDFDocEncoding definition (HO) +) +(/usr/share/texmf-texlive/tex/generic/oberdiek/etexcmds.sty +Package: etexcmds 2007/12/12 v1.2 Prefix for e-TeX command names (HO) + +(/usr/share/texmf-texlive/tex/generic/oberdiek/infwarerr.sty +Package: infwarerr 2007/09/09 v1.2 Providing info/warning/message (HO) +) +Package etexcmds Info: Could not find \expanded. +(etexcmds) That can mean that you are not using pdfTeX 1.50 or +(etexcmds) that some package has redefined \expanded. +(etexcmds) In the latter case, load this package earlier. +) +(/usr/share/texmf-texlive/tex/latex/latexconfig/hyperref.cfg +File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive +) +(/usr/share/texmf-texlive/tex/latex/oberdiek/kvoptions.sty +Package: kvoptions 2009/08/13 v3.4 Keyval support for LaTeX options (HO) + +(/usr/share/texmf-texlive/tex/generic/oberdiek/kvsetkeys.sty +Package: kvsetkeys 2009/07/30 v1.5 Key value parser with default handler suppor +t (HO) +)) +Package hyperref Info: Option `bookmarks' set `true' on input line 2864. +Package hyperref Info: Option `bookmarksopen' set `true' on input line 2864. +Package hyperref Info: Option `implicit' set `false' on input line 2864. +Package hyperref Info: Hyper figures OFF on input line 2975. +Package hyperref Info: Link nesting OFF on input line 2980. +Package hyperref Info: Hyper index ON on input line 2983. +Package hyperref Info: Plain pages OFF on input line 2990. +Package hyperref Info: Backreferencing OFF on input line 2995. + +Implicit mode OFF; no redefinition of LaTeX internals +Package hyperref Info: Bookmarks ON on input line 3191. +(/usr/share/texmf-texlive/tex/latex/ltxmisc/url.sty +\Urlmuskip=\muskip10 +Package: url 2006/04/12 ver 3.3 Verb mode for urls, etc. +) +LaTeX Info: Redefining \url on input line 3428. + +(/usr/share/texmf-texlive/tex/generic/oberdiek/bitset.sty +Package: bitset 2007/09/28 v1.0 Data type bit set (HO) + +(/usr/share/texmf-texlive/tex/generic/oberdiek/intcalc.sty +Package: intcalc 2007/09/27 v1.1 Expandable integer calculations (HO) +) +(/usr/share/texmf-texlive/tex/generic/oberdiek/bigintcalc.sty +Package: bigintcalc 2007/11/11 v1.1 Expandable big integer calculations (HO) + +(/usr/share/texmf-texlive/tex/generic/oberdiek/pdftexcmds.sty +Package: pdftexcmds 2009/09/23 v0.6 LuaTeX support for pdfTeX utility functions + (HO) + +(/usr/share/texmf-texlive/tex/generic/oberdiek/ifluatex.sty +Package: ifluatex 2009/04/17 v1.2 Provides the ifluatex switch (HO) +Package ifluatex Info: LuaTeX not detected. +) +(/usr/share/texmf-texlive/tex/generic/oberdiek/ltxcmds.sty +Package: ltxcmds 2009/08/05 v1.0 Some LaTeX kernel commands for general use (HO +) +) +Package pdftexcmds Info: LuaTeX not detected. +Package pdftexcmds Info: \pdf@primitive is available. +Package pdftexcmds Info: \pdf@ifprimitive is available. +))) +\Fld@menulength=\count121 +\Field@Width=\dimen158 +\Fld@charsize=\dimen159 +\Field@toks=\toks21 +Package hyperref Info: Hyper figures OFF on input line 4377. +Package hyperref Info: Link nesting OFF on input line 4382. +Package hyperref Info: Hyper index ON on input line 4385. +Package hyperref Info: backreferencing OFF on input line 4392. +Package hyperref Info: Link coloring OFF on input line 4397. +Package hyperref Info: Link coloring with OCG OFF on input line 4402. +Package hyperref Info: PDF/A mode OFF on input line 4407. + +(/usr/share/texmf-texlive/tex/generic/oberdiek/atbegshi.sty +Package: atbegshi 2008/07/31 v1.9 At begin shipout hook (HO) +) + +Package hyperref Warning: Option `pdfpagelabels' is turned off +(hyperref) because \thepage is undefined. + +Hyperref stopped early +) +*hyperref using default driver hpdftex* +(/usr/share/texmf-texlive/tex/latex/hyperref/hpdftex.def +File: hpdftex.def 2009/10/09 v6.79a Hyperref driver for pdfTeX +\Fld@listcount=\count122 +) +(/usr/share/texmf-texlive/tex/latex/extsizes/size14.clo +File: size14.clo 1999/11/11 v1.4a NON-Standard LaTeX file (size option) +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasecompatibility.sty +Package: beamerbasecompatibility 2007/01/28 (rcs-revision 1.63) +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasefont.sty +Package: beamerbasefont 2007/01/28 (rcs-revision 1.16) +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasemisc.sty +Package: beamerbasemisc 2007/01/28 (rcs-revision 1.24) +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasetwoscreens.sty +Package: beamerbasetwoscreens 2007/01/28 (rcs-revision 1.7) +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbaseoverlay.sty +Package: beamerbaseoverlay 2007/01/28 (rcs-revision 1.50) +\beamer@argscount=\count123 +\beamer@lastskipcover=\skip42 +\beamer@trivlistdepth=\count124 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasetitle.sty +Package: beamerbasetitle 2007/01/28 (rcs-revision 1.25) +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasesection.sty +Package: beamerbasesection 2007/01/28 (rcs-revision 1.21) +\c@lecture=\count125 +\c@part=\count126 +\c@section=\count127 +\c@subsection=\count128 +\c@subsubsection=\count129 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbaseframe.sty +Package: beamerbaseframe 2007/01/28 (rcs-revision 1.60) +\beamer@framebox=\box39 +\beamer@frametitlebox=\box40 +\beamer@zoombox=\box41 +\beamer@zoomcount=\count130 +\beamer@zoomframecount=\count131 +\beamer@frametextheight=\dimen160 +\c@subsectionslide=\count132 +\beamer@frametopskip=\skip43 +\beamer@framebottomskip=\skip44 +\beamer@frametopskipautobreak=\skip45 +\beamer@framebottomskipautobreak=\skip46 +\beamer@envbody=\toks22 +\c@framenumber=\count133 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbaseverbatim.sty +Package: beamerbaseverbatim 2007/01/28 (rcs-revision 1.8) +\beamer@verbatimfileout=\write3 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbaseframesize.sty +Package: beamerbaseframesize 2007/01/28 (rcs-revision 1.18) +\beamer@splitbox=\box42 +\beamer@autobreakcount=\count134 +\beamer@autobreaklastheight=\dimen161 +\beamer@frametitletoks=\toks23 +\beamer@framesubtitletoks=\toks24 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbaseframecomponents.sty +Package: beamerbaseframecomponents 2007/01/28 (rcs-revision 1.41) +\beamer@footins=\box43 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasecolor.sty +Package: beamerbasecolor 2007/01/28 (rcs-revision 1.42) +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasenotes.sty +Package: beamerbasenotes 2007/01/28 (rcs-revision 1.23) +\beamer@frameboxcopy=\box44 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasetoc.sty +Package: beamerbasetoc 2007/01/28 (rcs-revision 1.21) +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasetemplates.sty +Package: beamerbasetemplates 2007/01/28 (rcs-revision 1.51) +\beamer@sbttoks=\toks25 + +(/usr/share/texmf/tex/latex/beamer/base/beamerbaseauxtemplates.sty +Package: beamerbaseauxtemplates 2007/01/28 (rcs-revision 1.28) + +(/usr/share/texmf/tex/latex/beamer/base/beamerbaseboxes.sty +Package: beamerbaseboxes 2007/03/11 (rcs-revision 1.32) +\bmb@box=\box45 +\bmb@colorbox=\box46 +\bmb@boxshadow=\box47 +\bmb@boxshadowball=\box48 +\bmb@boxshadowballlarge=\box49 +\bmb@temp=\dimen162 +\bmb@dima=\dimen163 +\bmb@dimb=\dimen164 +\bmb@prevheight=\dimen165 +) +\beamer@blockheadheight=\dimen166 +)) +(/usr/share/texmf/tex/latex/beamer/base/beamerbaselocalstructure.sty +Package: beamerbaselocalstructure 2007/01/28 (rcs-revision 1.53) + +(/usr/share/texmf-texlive/tex/latex/tools/enumerate.sty +Package: enumerate 1999/03/05 v3.00 enumerate extensions (DPC) +\@enLab=\toks26 +) +\c@figure=\count135 +\c@table=\count136 +\abovecaptionskip=\skip47 +\belowcaptionskip=\skip48 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasenavigation.sty +Package: beamerbasenavigation 2007/01/28 (rcs-revision 1.36) +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasetheorems.sty +Package: beamerbasetheorems 2007/01/28 (rcs-revision 1.10) + +(/usr/share/texmf-texlive/tex/latex/translator/translator.sty +Package: translator 2007/03/11 ver 1.00 + +(/usr/share/texmf-texlive/tex/latex/translator/translator-language-mappings.tex +)) (/usr/share/texmf-texlive/tex/latex/amsmath/amsmath.sty +Package: amsmath 2000/07/18 v2.13 AMS math features +\@mathmargin=\skip49 + +For additional information on amsmath, use the `?' option. +(/usr/share/texmf-texlive/tex/latex/amsmath/amstext.sty +Package: amstext 2000/06/29 v2.01 + +(/usr/share/texmf-texlive/tex/latex/amsmath/amsgen.sty +File: amsgen.sty 1999/11/30 v2.0 +\@emptytoks=\toks27 +\ex@=\dimen167 +)) +(/usr/share/texmf-texlive/tex/latex/amsmath/amsbsy.sty +Package: amsbsy 1999/11/29 v1.2d +\pmbraise@=\dimen168 +) +(/usr/share/texmf-texlive/tex/latex/amsmath/amsopn.sty +Package: amsopn 1999/12/14 v2.01 operator names +) +\inf@bad=\count137 +LaTeX Info: Redefining \frac on input line 211. +\uproot@=\count138 +\leftroot@=\count139 +LaTeX Info: Redefining \overline on input line 307. +\classnum@=\count140 +\DOTSCASE@=\count141 +LaTeX Info: Redefining \ldots on input line 379. +LaTeX Info: Redefining \dots on input line 382. +LaTeX Info: Redefining \cdots on input line 467. +\Mathstrutbox@=\box50 +\strutbox@=\box51 +\big@size=\dimen169 +LaTeX Font Info: Redeclaring font encoding OML on input line 567. +LaTeX Font Info: Redeclaring font encoding OMS on input line 568. +\macc@depth=\count142 +\c@MaxMatrixCols=\count143 +\dotsspace@=\muskip11 +\c@parentequation=\count144 +\dspbrk@lvl=\count145 +\tag@help=\toks28 +\row@=\count146 +\column@=\count147 +\maxfields@=\count148 +\andhelp@=\toks29 +\eqnshift@=\dimen170 +\alignsep@=\dimen171 +\tagshift@=\dimen172 +\tagwidth@=\dimen173 +\totwidth@=\dimen174 +\lineht@=\dimen175 +\@envbody=\toks30 +\multlinegap=\skip50 +\multlinetaggap=\skip51 +\mathdisplay@stack=\toks31 +LaTeX Info: Redefining \[ on input line 2666. +LaTeX Info: Redefining \] on input line 2667. +) +(/usr/share/texmf-texlive/tex/latex/amscls/amsthm.sty +Package: amsthm 2004/08/06 v2.20 +\thm@style=\toks32 +\thm@bodyfont=\toks33 +\thm@headfont=\toks34 +\thm@notefont=\toks35 +\thm@headpunct=\toks36 +\thm@preskip=\skip52 +\thm@postskip=\skip53 +\thm@headsep=\skip54 +\dth@everypar=\toks37 +) +\c@theorem=\count149 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasethemes.sty +Package: beamerbasethemes 2007/01/28 (rcs-revision 1.10) +) +(/usr/share/texmf/tex/latex/beamer/themes/theme/beamerthemedefault.sty +Package: beamerthemedefault 2007/01/28 (rcs-revision 1.7) + +(/usr/share/texmf/tex/latex/beamer/themes/font/beamerfontthemedefault.sty +Package: beamerfontthemedefault 2007/01/28 (rcs-revision 1.13) +) +(/usr/share/texmf/tex/latex/beamer/themes/color/beamercolorthemedefault.sty +Package: beamercolorthemedefault 2007/01/28 (rcs-revision 1.28) +) +(/usr/share/texmf/tex/latex/beamer/themes/inner/beamerinnerthemedefault.sty +Package: beamerinnerthemedefault 2007/01/28 (rcs-revision 1.20) +\beamer@dima=\dimen176 +\beamer@dimb=\dimen177 +) +(/usr/share/texmf/tex/latex/beamer/themes/outer/beamerouterthemedefault.sty +Package: beamerouterthemedefault 2007/01/28 (rcs-revision 1.14) +))) +(/usr/share/texmf/tex/latex/beamer/themes/theme/beamerthemeWarsaw.sty +Package: beamerthemeWarsaw 2007/01/28 (rcs-revision 1.9) + +(/usr/share/texmf/tex/latex/beamer/themes/inner/beamerinnerthemerounded.sty +Package: beamerinnerthemerounded 2007/01/28 (rcs-revision 1.5) +) +(/usr/share/texmf/tex/latex/beamer/themes/outer/beamerouterthemeshadow.sty +Package: beamerouterthemeshadow 2007/01/28 (rcs-revision 1.9) + +(/usr/share/texmf/tex/latex/beamer/themes/outer/beamerouterthemesplit.sty +Package: beamerouterthemesplit 2007/01/28 (rcs-revision 1.5) +)) +(/usr/share/texmf/tex/latex/beamer/themes/color/beamercolorthemeorchid.sty +Package: beamercolorthemeorchid 2007/01/28 (rcs-revision 1.3) +) +(/usr/share/texmf/tex/latex/beamer/themes/color/beamercolorthemewhale.sty +Package: beamercolorthemewhale 2007/01/28 (rcs-revision 1.4) +)) +(/usr/share/texmf/tex/latex/beamer/themes/outer/beamerouterthemeinfolines.sty +Package: beamerouterthemeinfolines 2007/01/28 (rcs-revision 1.9) +) +(/usr/share/texmf-texlive/tex/generic/babel/babel.sty +Package: babel 2008/07/06 v3.8l The Babel package + +(/usr/share/texmf-texlive/tex/generic/babel/english.ldf +Language: english 2005/03/30 v3.3o English support from the babel system + +(/usr/share/texmf-texlive/tex/generic/babel/babel.def +File: babel.def 2008/07/06 v3.8l Babel common definitions +LaTeX Info: Redefining \textlatin on input line 82. +\babel@savecnt=\count150 +\U@D=\dimen178 +) +\l@british = a dialect from \language\l@english +\l@UKenglish = a dialect from \language\l@english +\l@canadian = a dialect from \language\l@american +\l@australian = a dialect from \language\l@british +\l@newzealand = a dialect from \language\l@british +)) +(/usr/share/texmf-texlive/tex/latex/base/inputenc.sty +Package: inputenc 2008/03/30 v1.1d Input encoding file +\inpenc@prehook=\toks38 +\inpenc@posthook=\toks39 + +(/usr/share/texmf-texlive/tex/latex/base/latin1.def +File: latin1.def 2008/03/30 v1.1d Input encoding file +)) +(/usr/share/texmf-texlive/tex/latex/base/fontenc.sty +Package: fontenc 2005/09/27 v1.99g Standard LaTeX package + +(/usr/share/texmf-texlive/tex/latex/base/t1enc.def +File: t1enc.def 2005/09/27 v1.99g Standard LaTeX file +LaTeX Font Info: Redeclaring font encoding T1 on input line 43. +)) +(/usr/share/texmf-texlive/tex/latex/ae/ae.sty +Package: ae 2001/02/12 1.3 Almost European Computer Modern + +(/usr/share/texmf-texlive/tex/latex/base/fontenc.sty +Package: fontenc 2005/09/27 v1.99g Standard LaTeX package + +(/usr/share/texmf-texlive/tex/latex/base/t1enc.def +File: t1enc.def 2005/09/27 v1.99g Standard LaTeX file +LaTeX Font Info: Redeclaring font encoding T1 on input line 43. +) +LaTeX Font Info: Try loading font information for T1+aer on input line 100. + +(/usr/share/texmf-texlive/tex/latex/ae/t1aer.fd +File: t1aer.fd 1997/11/16 Font definitions for T1/aer. +))) +(/usr/share/texmf-texlive/tex/latex/ae/aecompl.sty +Package: aecompl 1998/07/23 0.9 T1 Complements for AE fonts (D. Roegel) +) +(/usr/share/texmf-texlive/tex/latex/psnfss/mathpazo.sty +Package: mathpazo 2005/04/12 PSNFSS-v9.2a Palatino w/ Pazo Math (D.Puga, WaS) +\symupright=\mathgroup6 +) +(/usr/share/texmf-texlive/tex/latex/psnfss/courier.sty +Package: courier 2005/04/12 PSNFSS-v9.2a (WaS) +) +(/usr/share/texmf-texlive/tex/latex/euler/euler.sty +Package: euler 1995/03/05 v2.5 + +Package: `euler' v2.5 <1995/03/05> (FJ and FMi) +LaTeX Font Info: Redeclaring symbol font `letters' on input line 35. +LaTeX Font Info: Encoding `OML' has changed to `U' for symbol font +(Font) `letters' in the math version `normal' on input line 35. +LaTeX Font Info: Overwriting symbol font `letters' in version `normal' +(Font) OML/zplm/m/it --> U/eur/m/n on input line 35. +LaTeX Font Info: Encoding `OML' has changed to `U' for symbol font +(Font) `letters' in the math version `bold' on input line 35. +LaTeX Font Info: Overwriting symbol font `letters' in version `bold' +(Font) OML/zplm/b/it --> U/eur/m/n on input line 35. +LaTeX Font Info: Overwriting symbol font `letters' in version `bold' +(Font) U/eur/m/n --> U/eur/b/n on input line 36. +LaTeX Font Info: Redeclaring math symbol \Gamma on input line 47. +LaTeX Font Info: Redeclaring math symbol \Delta on input line 48. +LaTeX Font Info: Redeclaring math symbol \Theta on input line 49. +LaTeX Font Info: Redeclaring math symbol \Lambda on input line 50. +LaTeX Font Info: Redeclaring math symbol \Xi on input line 51. +LaTeX Font Info: Redeclaring math symbol \Pi on input line 52. +LaTeX Font Info: Redeclaring math symbol \Sigma on input line 53. +LaTeX Font Info: Redeclaring math symbol \Upsilon on input line 54. +LaTeX Font Info: Redeclaring math symbol \Phi on input line 55. +LaTeX Font Info: Redeclaring math symbol \Psi on input line 56. +LaTeX Font Info: Redeclaring math symbol \Omega on input line 57. +\symEulerFraktur=\mathgroup7 +LaTeX Font Info: Overwriting symbol font `EulerFraktur' in version `bold' +(Font) U/euf/m/n --> U/euf/b/n on input line 63. +LaTeX Font Info: Redeclaring math alphabet \mathfrak on input line 64. +LaTeX Info: Redefining \oldstylenums on input line 85. +\symEulerScript=\mathgroup8 +LaTeX Font Info: Overwriting symbol font `EulerScript' in version `bold' +(Font) U/eus/m/n --> U/eus/b/n on input line 93. +LaTeX Font Info: Redeclaring math symbol \aleph on input line 97. +LaTeX Font Info: Redeclaring math symbol \Re on input line 98. +LaTeX Font Info: Redeclaring math symbol \Im on input line 99. +LaTeX Font Info: Redeclaring math delimiter \vert on input line 101. +LaTeX Font Info: Redeclaring math delimiter \backslash on input line 103. +LaTeX Font Info: Redeclaring math symbol \neg on input line 106. +LaTeX Font Info: Redeclaring math symbol \wedge on input line 108. +LaTeX Font Info: Redeclaring math symbol \vee on input line 110. +LaTeX Font Info: Redeclaring math symbol \setminus on input line 112. +LaTeX Font Info: Redeclaring math symbol \sim on input line 113. +LaTeX Font Info: Redeclaring math symbol \mid on input line 114. +LaTeX Font Info: Redeclaring math delimiter \arrowvert on input line 116. +LaTeX Font Info: Redeclaring math symbol \mathsection on input line 117. +\symEulerExtension=\mathgroup9 +LaTeX Font Info: Redeclaring math symbol \coprod@ on input line 125. +LaTeX Font Info: Redeclaring math symbol \prod@ on input line 125. +LaTeX Font Info: Redeclaring math symbol \sum@ on input line 125. +LaTeX Font Info: Redeclaring math symbol \intop on input line 130. +LaTeX Font Info: Redeclaring math symbol \ointop on input line 131. +LaTeX Font Info: Redeclaring math symbol \braceld on input line 132. +LaTeX Font Info: Redeclaring math symbol \bracerd on input line 133. +LaTeX Font Info: Redeclaring math symbol \bracelu on input line 134. +LaTeX Font Info: Redeclaring math symbol \braceru on input line 135. +LaTeX Font Info: Redeclaring math symbol \infty on input line 136. +LaTeX Font Info: Redeclaring math symbol \nearrow on input line 153. +LaTeX Font Info: Redeclaring math symbol \searrow on input line 154. +LaTeX Font Info: Redeclaring math symbol \nwarrow on input line 155. +LaTeX Font Info: Redeclaring math symbol \swarrow on input line 156. +LaTeX Font Info: Redeclaring math symbol \Leftrightarrow on input line 157. +LaTeX Font Info: Redeclaring math symbol \Leftarrow on input line 158. +LaTeX Font Info: Redeclaring math symbol \Rightarrow on input line 159. +LaTeX Font Info: Redeclaring math symbol \leftrightarrow on input line 160. +LaTeX Font Info: Redeclaring math symbol \leftarrow on input line 161. +LaTeX Font Info: Redeclaring math symbol \rightarrow on input line 163. +LaTeX Font Info: Redeclaring math delimiter \uparrow on input line 166. +LaTeX Font Info: Redeclaring math delimiter \downarrow on input line 168. +LaTeX Font Info: Redeclaring math delimiter \updownarrow on input line 170. +LaTeX Font Info: Redeclaring math delimiter \Uparrow on input line 172. +LaTeX Font Info: Redeclaring math delimiter \Downarrow on input line 174. +LaTeX Font Info: Redeclaring math delimiter \Updownarrow on input line 176. +LaTeX Font Info: Redeclaring math symbol \leftharpoonup on input line 177. +LaTeX Font Info: Redeclaring math symbol \leftharpoondown on input line 178. + +LaTeX Font Info: Redeclaring math symbol \rightharpoonup on input line 179. +LaTeX Font Info: Redeclaring math symbol \rightharpoondown on input line 180 +. +LaTeX Font Info: Redeclaring math delimiter \lbrace on input line 182. +LaTeX Font Info: Redeclaring math delimiter \rbrace on input line 184. +\symcmmigroup=\mathgroup10 +LaTeX Font Info: Overwriting symbol font `cmmigroup' in version `bold' +(Font) OML/cmm/m/it --> OML/cmm/b/it on input line 200. +LaTeX Font Info: Redeclaring math accent \vec on input line 201. +LaTeX Font Info: Redeclaring math symbol \triangleleft on input line 202. +LaTeX Font Info: Redeclaring math symbol \triangleright on input line 203. +LaTeX Font Info: Redeclaring math symbol \star on input line 204. +LaTeX Font Info: Redeclaring math symbol \lhook on input line 205. +LaTeX Font Info: Redeclaring math symbol \rhook on input line 206. +LaTeX Font Info: Redeclaring math symbol \flat on input line 207. +LaTeX Font Info: Redeclaring math symbol \natural on input line 208. +LaTeX Font Info: Redeclaring math symbol \sharp on input line 209. +LaTeX Font Info: Redeclaring math symbol \smile on input line 210. +LaTeX Font Info: Redeclaring math symbol \frown on input line 211. +LaTeX Font Info: Redeclaring math accent \grave on input line 245. +LaTeX Font Info: Redeclaring math accent \acute on input line 246. +LaTeX Font Info: Redeclaring math accent \tilde on input line 247. +LaTeX Font Info: Redeclaring math accent \ddot on input line 248. +LaTeX Font Info: Redeclaring math accent \check on input line 249. +LaTeX Font Info: Redeclaring math accent \breve on input line 250. +LaTeX Font Info: Redeclaring math accent \bar on input line 251. +LaTeX Font Info: Redeclaring math accent \dot on input line 252. +LaTeX Font Info: Redeclaring math accent \hat on input line 254. +) (/usr/share/texmf-texlive/tex/latex/psnfss/helvet.sty +Package: helvet 2005/04/12 PSNFSS-v9.2a (WaS) +) +(/usr/share/texmf-texlive/tex/latex/listings/listings.sty +\lst@mode=\count151 +\lst@gtempboxa=\box52 +\lst@token=\toks40 +\lst@length=\count152 +\lst@currlwidth=\dimen179 +\lst@column=\count153 +\lst@pos=\count154 +\lst@lostspace=\dimen180 +\lst@width=\dimen181 +\lst@newlines=\count155 +\lst@lineno=\count156 +\lst@maxwidth=\dimen182 + +(/usr/share/texmf-texlive/tex/latex/listings/lstmisc.sty +File: lstmisc.sty 2007/02/22 1.4 (Carsten Heinz) +\c@lstnumber=\count157 +\lst@skipnumbers=\count158 +\lst@framebox=\box53 +) +(/usr/share/texmf-texlive/tex/latex/listings/listings.cfg +File: listings.cfg 2007/02/22 1.4 listings configuration +)) +Package: listings 2007/02/22 1.4 (Carsten Heinz) + +(/usr/share/texmf-texlive/tex/latex/listings/lstlang1.sty +File: lstlang1.sty 2004/09/05 1.3 listings language file +) +(/usr/share/texmf-texlive/tex/latex/listings/lstlang1.sty +File: lstlang1.sty 2004/09/05 1.3 listings language file +) +(./Latex_Typesetting_Text.aux) +\openout1 = `Latex_Typesetting_Text.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 47. +LaTeX Font Info: ... okay on input line 47. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 47. +LaTeX Font Info: ... okay on input line 47. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 47. +LaTeX Font Info: ... okay on input line 47. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 47. +LaTeX Font Info: ... okay on input line 47. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 47. +LaTeX Font Info: ... okay on input line 47. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 47. +LaTeX Font Info: ... okay on input line 47. +LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 47. +LaTeX Font Info: ... okay on input line 47. +LaTeX Font Info: Try loading font information for T1+phv on input line 47. + +(/usr/share/texmf-texlive/tex/latex/psnfss/t1phv.fd +File: t1phv.fd 2001/06/04 scalable font definitions for T1/phv. +) +LaTeX Font Info: Font shape `T1/phv/m/n' will be +(Font) scaled to size 13.67995pt on input line 47. + +(/usr/share/texmf-texlive/tex/context/base/supp-pdf.mkii +[Loading MPS to PDF converter (version 2006.09.02).] +\scratchcounter=\count159 +\scratchdimen=\dimen183 +\scratchbox=\box54 +\nofMPsegments=\count160 +\nofMParguments=\count161 +\everyMPshowfont=\toks41 +\MPscratchCnt=\count162 +\MPscratchDim=\dimen184 +\MPnumerator=\count163 +\everyMPtoPDFconversion=\toks42 +) +*geometry auto-detecting driver* +*geometry detected driver: pdftex* +-------------------- Geometry parameters +paper: user defined +landscape: -- +twocolumn: -- +twoside: -- +asymmetric: -- +h-parts: 14.09984pt, 335.99568pt, 14.09984pt +v-parts: 0.0pt, 273.14662pt, 0.0pt +hmarginratio: -- +vmarginratio: -- +lines: -- +heightrounded: -- +bindingoffset: 0.0pt +truedimen: -- +includehead: true +includefoot: true +includemp: -- +driver: pdftex +-------------------- Page layout dimensions and switches +\paperwidth 364.19536pt +\paperheight 273.14662pt +\textwidth 335.99568pt +\textheight 244.6939pt +\oddsidemargin -58.17015pt +\evensidemargin -58.17015pt +\topmargin -72.26999pt +\headheight 14.22636pt +\headsep 0.0pt +\footskip 14.22636pt +\marginparwidth 4.0pt +\marginparsep 10.0pt +\columnsep 10.0pt +\skip\footins 12.0pt plus 4.0pt minus 2.0pt +\hoffset 0.0pt +\voffset 0.0pt +\mag 1000 + +(1in=72.27pt, 1cm=28.45pt) +----------------------- +Package hyperref Info: Link coloring OFF on input line 47. +(/usr/share/texmf-texlive/tex/latex/hyperref/nameref.sty +Package: nameref 2007/05/29 v2.31 Cross-referencing by name of section + +(/usr/share/texmf-texlive/tex/latex/oberdiek/refcount.sty +Package: refcount 2008/08/11 v3.1 Data extraction from references (HO) +) +\c@section@level=\count164 +) +LaTeX Info: Redefining \ref on input line 47. +LaTeX Info: Redefining \pageref on input line 47. + +(./Latex_Typesetting_Text.out) (./Latex_Typesetting_Text.out) +\@outlinefile=\write4 +\openout4 = `Latex_Typesetting_Text.out'. + +\AtBeginShipoutBox=\box55 +LaTeX Font Info: Overwriting symbol font `operators' in version `normal' +(Font) OT1/ppl/m/n --> OT1/cmss/m/n on input line 47. +LaTeX Font Info: Overwriting symbol font `operators' in version `bold' +(Font) OT1/ppl/b/n --> OT1/cmss/bx/n on input line 47. +\symnumbers=\mathgroup11 +\sympureletters=\mathgroup12 +LaTeX Font Info: Overwriting math alphabet `\mathrm' in version `normal' +(Font) OT1/cmss/m/n --> T1/ppl/m/n on input line 47. +LaTeX Font Info: Redeclaring math alphabet \mathbf on input line 47. +LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal' +(Font) OT1/zplm/b/n --> T1/phv/bx/n on input line 47. +LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold' +(Font) OT1/zplm/b/n --> T1/phv/bx/n on input line 47. +LaTeX Font Info: Redeclaring math alphabet \mathsf on input line 47. +LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal' +(Font) OT1/cmss/m/n --> T1/phv/m/n on input line 47. +LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold' +(Font) OT1/cmss/bx/n --> T1/phv/m/n on input line 47. +LaTeX Font Info: Redeclaring math alphabet \mathit on input line 47. +LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal' +(Font) OT1/ppl/m/it --> T1/phv/m/it on input line 47. +LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold' +(Font) OT1/ppl/b/it --> T1/phv/m/it on input line 47. +LaTeX Font Info: Redeclaring math alphabet \mathtt on input line 47. +LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal' +(Font) OT1/cmtt/m/n --> T1/pcr/m/n on input line 47. +LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold' +(Font) OT1/cmtt/m/n --> T1/pcr/m/n on input line 47. +LaTeX Font Info: Overwriting symbol font `numbers' in version `bold' +(Font) T1/phv/m/n --> T1/phv/bx/n on input line 47. +LaTeX Font Info: Overwriting symbol font `pureletters' in version `bold' +(Font) T1/phv/m/it --> T1/phv/bx/it on input line 47. +LaTeX Font Info: Overwriting math alphabet `\mathrm' in version `bold' +(Font) OT1/cmss/bx/n --> T1/ppl/bx/n on input line 47. +LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold' +(Font) T1/phv/bx/n --> T1/phv/bx/n on input line 47. +LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold' +(Font) T1/phv/m/n --> T1/phv/bx/n on input line 47. +LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold' +(Font) T1/phv/m/it --> T1/phv/bx/it on input line 47. +LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold' +(Font) T1/pcr/m/n --> T1/pcr/bx/n on input line 47. + +(/usr/share/texmf-texlive/tex/latex/translator/translator-theorem-dictionary-En +glish.dict +Dictionary: translator-theorem-dictionary, Language: English +) +LaTeX Font Info: Redeclaring symbol font `operators' on input line 47. +LaTeX Font Info: Encoding `OT1' has changed to `T1' for symbol font +(Font) `operators' in the math version `normal' on input line 47. +LaTeX Font Info: Overwriting symbol font `operators' in version `normal' +(Font) OT1/cmss/m/n --> T1/ppl/m/n on input line 47. +LaTeX Font Info: Encoding `OT1' has changed to `T1' for symbol font +(Font) `operators' in the math version `bold' on input line 47. +LaTeX Font Info: Overwriting symbol font `operators' in version `bold' +(Font) OT1/cmss/bx/n --> T1/ppl/m/n on input line 47. +LaTeX Font Info: Overwriting symbol font `operators' in version `bold' +(Font) T1/ppl/m/n --> T1/ppl/bx/n on input line 47. +LaTeX Font Info: Redeclaring math alphabet \mathbf on input line 47. +LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal' +(Font) T1/phv/bx/n --> T1/ppl/bx/n on input line 47. +LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold' +(Font) T1/phv/bx/n --> T1/ppl/bx/n on input line 47. +LaTeX Font Info: Redeclaring math alphabet \mathsf on input line 47. +LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal' +(Font) T1/phv/m/n --> T1/phv/m/n on input line 47. +LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold' +(Font) T1/phv/bx/n --> T1/phv/m/n on input line 47. +LaTeX Font Info: Redeclaring math alphabet \mathit on input line 47. +LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal' +(Font) T1/phv/m/it --> T1/ppl/m/it on input line 47. +LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold' +(Font) T1/phv/bx/it --> T1/ppl/m/it on input line 47. +LaTeX Font Info: Redeclaring math alphabet \mathtt on input line 47. +LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal' +(Font) T1/pcr/m/n --> T1/pcr/m/n on input line 47. +LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold' +(Font) T1/pcr/bx/n --> T1/pcr/m/n on input line 47. +LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold' +(Font) T1/phv/m/n --> T1/phv/bx/n on input line 47. +LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold' +(Font) T1/ppl/m/it --> T1/ppl/bx/it on input line 47. +\c@lstlisting=\count165 + (./Latex_Typesetting_Text.nav) +LaTeX Font Info: Font shape `T1/phv/m/n' will be +(Font) scaled to size 5.69998pt on input line 47. +LaTeX Font Info: Font shape `T1/phv/m/n' will be +(Font) scaled to size 28.3669pt on input line 65. +LaTeX Font Info: Calculating math sizes for size <29.86> on input line 65. +LaTeX Font Info: Try loading font information for T1+ppl on input line 65. + +(/usr/share/texmf-texlive/tex/latex/psnfss/t1ppl.fd +File: t1ppl.fd 2001/06/04 font definitions for T1/ppl. +) +LaTeX Font Info: Try loading font information for U+eur on input line 65. + +(/usr/share/texmf-texlive/tex/latex/amsfonts/ueur.fd +File: ueur.fd 2009/06/22 v3.00 Euler Roman +) +LaTeX Font Info: Try loading font information for OMS+zplm on input line 65. + + +(/usr/share/texmf-texlive/tex/latex/psnfss/omszplm.fd +File: omszplm.fd 2002/09/08 Fontinst v1.914 font definitions for OMS/zplm. +) +LaTeX Font Info: Try loading font information for OMX+zplm on input line 65. + + +(/usr/share/texmf-texlive/tex/latex/psnfss/omxzplm.fd +File: omxzplm.fd 2002/09/08 Fontinst v1.914 font definitions for OMX/zplm. +) +LaTeX Font Info: Font shape `U/msa/m/n' will be +(Font) scaled to size 31.11433pt on input line 65. +LaTeX Font Info: Font shape `U/msa/m/n' will be +(Font) scaled to size 23.64673pt on input line 65. +LaTeX Font Info: Font shape `U/msa/m/n' will be +(Font) scaled to size 18.66878pt on input line 65. +LaTeX Font Info: Font shape `U/msb/m/n' will be +(Font) scaled to size 31.11433pt on input line 65. +LaTeX Font Info: Font shape `U/msb/m/n' will be +(Font) scaled to size 23.64673pt on input line 65. +LaTeX Font Info: Font shape `U/msb/m/n' will be +(Font) scaled to size 18.66878pt on input line 65. +LaTeX Font Info: Try loading font information for OT1+zplm on input line 65. + + +(/usr/share/texmf-texlive/tex/latex/psnfss/ot1zplm.fd +File: ot1zplm.fd 2002/09/08 Fontinst v1.914 font definitions for OT1/zplm. +) +LaTeX Font Info: Try loading font information for U+eus on input line 65. + +(/usr/share/texmf-texlive/tex/latex/amsfonts/ueus.fd +File: ueus.fd 2009/06/22 v3.00 Euler Script +) +LaTeX Font Info: Try loading font information for U+euex on input line 65. + +(/usr/share/texmf-texlive/tex/latex/amsfonts/ueuex.fd +File: ueuex.fd 2009/06/22 v3.00 Euler extra symbols +) + +LaTeX Font Warning: Font shape `OML/cmm/m/it' in size <29.86> not available +(Font) size <24.88> substituted on input line 65. + + +LaTeX Font Warning: Font shape `OML/cmm/m/it' in size <22.69344> not available +(Font) size <20.74> substituted on input line 65. + + +LaTeX Font Warning: Font shape `OML/cmm/m/it' in size <17.91617> not available +(Font) size <17.28> substituted on input line 65. + +LaTeX Font Info: Font shape `T1/phv/m/n' will be +(Font) scaled to size 21.55869pt on input line 65. +LaTeX Font Info: Font shape `T1/phv/m/n' will be +(Font) scaled to size 17.0203pt on input line 65. +LaTeX Font Info: Font shape `T1/phv/m/it' in size <29.86> not available +(Font) Font shape `T1/phv/m/sl' tried instead on input line 65. +LaTeX Font Info: Font shape `T1/phv/m/sl' will be +(Font) scaled to size 28.3669pt on input line 65. +LaTeX Font Info: Font shape `T1/phv/m/it' in size <22.69344> not available +(Font) Font shape `T1/phv/m/sl' tried instead on input line 65. +LaTeX Font Info: Font shape `T1/phv/m/sl' will be +(Font) scaled to size 21.55869pt on input line 65. +LaTeX Font Info: Font shape `T1/phv/m/it' in size <17.91617> not available +(Font) Font shape `T1/phv/m/sl' tried instead on input line 65. +LaTeX Font Info: Font shape `T1/phv/m/sl' will be +(Font) scaled to size 17.0203pt on input line 65. +<../images/fossee-logo.png, id=12, 43.362pt x 17.8266pt> +File: ../images/fossee-logo.png Graphic file (type png) + +<use ../images/fossee-logo.png> +LaTeX Font Info: Font shape `T1/phv/m/n' will be +(Font) scaled to size 7.59998pt on input line 65. + +<../images/iitb-logo.jpg, id=14, 441.0879pt x 422.7795pt> +File: ../images/iitb-logo.jpg Graphic file (type jpg) + +<use ../images/iitb-logo.jpg> +LaTeX Font Info: Font shape `T1/phv/m/n' will be +(Font) scaled to size 3.79999pt on input line 65. + [1 + +{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map} <../images/fossee-logo.png> + <../images/iitb-logo.jpg>] +LaTeX Font Info: Font shape `U/msa/m/n' will be +(Font) scaled to size 15.0049pt on input line 73. +LaTeX Font Info: Font shape `U/msa/m/n' will be +(Font) scaled to size 10.42007pt on input line 73. +LaTeX Font Info: Font shape `U/msa/m/n' will be +(Font) scaled to size 8.33606pt on input line 73. +LaTeX Font Info: Font shape `U/msb/m/n' will be +(Font) scaled to size 15.0049pt on input line 73. +LaTeX Font Info: Font shape `U/msb/m/n' will be +(Font) scaled to size 10.42007pt on input line 73. +LaTeX Font Info: Font shape `U/msb/m/n' will be +(Font) scaled to size 8.33606pt on input line 73. +LaTeX Font Info: Font shape `T1/phv/m/n' will be +(Font) scaled to size 9.49997pt on input line 73. +LaTeX Font Info: Font shape `T1/phv/m/it' in size <14.4> not available +(Font) Font shape `T1/phv/m/sl' tried instead on input line 73. +LaTeX Font Info: Font shape `T1/phv/m/sl' will be +(Font) scaled to size 13.67995pt on input line 73. +LaTeX Font Info: Font shape `T1/phv/m/it' in size <10> not available +(Font) Font shape `T1/phv/m/sl' tried instead on input line 73. +LaTeX Font Info: Font shape `T1/phv/m/sl' will be +(Font) scaled to size 9.49997pt on input line 73. +LaTeX Font Info: Font shape `T1/phv/m/it' in size <8> not available +(Font) Font shape `T1/phv/m/sl' tried instead on input line 73. +LaTeX Font Info: Font shape `T1/phv/m/sl' will be +(Font) scaled to size 7.59998pt on input line 73. +LaTeX Font Info: Font shape `T1/phv/m/n' will be +(Font) scaled to size 19.70294pt on input line 73. + [2 + +] [3 + +] +\openout3 = `Latex_Typesetting_Text.vrb'. + + +(./Latex_Typesetting_Text.vrb +LaTeX Font Info: Try loading font information for T1+pcr on input line 7. + +(/usr/share/texmf-texlive/tex/latex/psnfss/t1pcr.fd +File: t1pcr.fd 2001/06/04 font definitions for T1/pcr. +) +LaTeX Font Info: Font shape `T1/pcr/bx/n' in size <6> not available +(Font) Font shape `T1/pcr/b/n' tried instead on input line 7. +) [4 + +] +\openout3 = `Latex_Typesetting_Text.vrb'. + + +(./Latex_Typesetting_Text.vrb +LaTeX Font Info: Font shape `T1/pcr/bx/n' in size <14.4> not available +(Font) Font shape `T1/pcr/b/n' tried instead on input line 3. +) [5 + +] +\openout3 = `Latex_Typesetting_Text.vrb'. + + (./Latex_Typesetting_Text.vrb) [6 + +] +\openout3 = `Latex_Typesetting_Text.vrb'. + + +(./Latex_Typesetting_Text.vrb) [7 + +] +\openout3 = `Latex_Typesetting_Text.vrb'. + + (./Latex_Typesetting_Text.vrb) [8 + +] +\openout3 = `Latex_Typesetting_Text.vrb'. + + +(./Latex_Typesetting_Text.vrb) [9 + +] +\openout3 = `Latex_Typesetting_Text.vrb'. + + (./Latex_Typesetting_Text.vrb) [10 + +] +\openout3 = `Latex_Typesetting_Text.vrb'. + + +(./Latex_Typesetting_Text.vrb) [11 + +] +\openout3 = `Latex_Typesetting_Text.vrb'. + + (./Latex_Typesetting_Text.vrb) [12 + +] +[13 + +] [14 + +] +\tf@nav=\write5 +\openout5 = `Latex_Typesetting_Text.nav'. + +\tf@toc=\write6 +\openout6 = `Latex_Typesetting_Text.toc'. + +\tf@snm=\write7 +\openout7 = `Latex_Typesetting_Text.snm'. + + (./Latex_Typesetting_Text.aux) + +LaTeX Font Warning: Size substitutions with differences +(Font) up to 4.98pt have occurred. + + ) +Here is how much of TeX's memory you used: + 15322 strings out of 495052 + 261107 string characters out of 1182272 + 360727 words of memory out of 3000000 + 18001 multiletter control sequences out of 15000+50000 + 64199 words of font info for 112 fonts, out of 3000000 for 9000 + 28 hyphenation exceptions out of 8191 + 45i,16n,57p,330b,1173s stack positions out of 5000i,500n,10000p,200000b,50000s +{/usr/share/texmf-texlive/fonts/enc/dvips/base/8r.enc}</usr/share/texmf-texli +ve/fonts/type1/urw/courier/ucrb8a.pfb></usr/share/texmf-texlive/fonts/type1/urw +/courier/ucrr8a.pfb></usr/share/texmf-texlive/fonts/type1/urw/helvetic/uhvr8a.p +fb> +Output written on Latex_Typesetting_Text.pdf (14 pages, 452709 bytes). +PDF statistics: + 420 PDF objects out of 1000 (max. 8388607) + 31 named destinations out of 1000 (max. 500000) + 79 words of extra memory for PDF output out of 10000 (max. 10000000) + diff --git a/Latex/Latex4/Latex_Typesetting_Text.nav b/Latex/Latex4/Latex_Typesetting_Text.nav new file mode 100644 index 0000000..1369f15 --- /dev/null +++ b/Latex/Latex4/Latex_Typesetting_Text.nav @@ -0,0 +1,34 @@ +\beamer@endinputifotherversion {3.07pt} +\headcommand {\slideentry {0}{0}{1}{1/1}{}{0}} +\headcommand {\beamer@framepages {1}{1}} +\headcommand {\slideentry {0}{0}{2}{2/2}{}{0}} +\headcommand {\beamer@framepages {2}{2}} +\headcommand {\slideentry {0}{0}{3}{3/3}{}{0}} +\headcommand {\beamer@framepages {3}{3}} +\headcommand {\slideentry {0}{0}{4}{4/4}{}{0}} +\headcommand {\beamer@framepages {4}{4}} +\headcommand {\slideentry {0}{0}{5}{5/5}{}{0}} +\headcommand {\beamer@framepages {5}{5}} +\headcommand {\slideentry {0}{0}{6}{6/6}{}{0}} +\headcommand {\beamer@framepages {6}{6}} +\headcommand {\slideentry {0}{0}{7}{7/7}{}{0}} +\headcommand {\beamer@framepages {7}{7}} +\headcommand {\slideentry {0}{0}{8}{8/8}{}{0}} +\headcommand {\beamer@framepages {8}{8}} +\headcommand {\slideentry {0}{0}{9}{9/9}{}{0}} +\headcommand {\beamer@framepages {9}{9}} +\headcommand {\slideentry {0}{0}{10}{10/10}{}{0}} +\headcommand {\beamer@framepages {10}{10}} +\headcommand {\slideentry {0}{0}{11}{11/11}{}{0}} +\headcommand {\beamer@framepages {11}{11}} +\headcommand {\slideentry {0}{0}{12}{12/12}{}{0}} +\headcommand {\beamer@framepages {12}{12}} +\headcommand {\slideentry {0}{0}{13}{13/13}{}{0}} +\headcommand {\beamer@framepages {13}{13}} +\headcommand {\slideentry {0}{0}{14}{14/14}{}{0}} +\headcommand {\beamer@framepages {14}{14}} +\headcommand {\beamer@partpages {1}{14}} +\headcommand {\beamer@subsectionpages {1}{14}} +\headcommand {\beamer@sectionpages {1}{14}} +\headcommand {\beamer@documentpages {14}} +\headcommand {\def \inserttotalframenumber {14}} diff --git a/Latex/Latex4/Latex_Typesetting_Text.out b/Latex/Latex4/Latex_Typesetting_Text.out new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Latex/Latex4/Latex_Typesetting_Text.out diff --git a/Latex/Latex4/Latex_Typesetting_Text.pdf b/Latex/Latex4/Latex_Typesetting_Text.pdf Binary files differnew file mode 100644 index 0000000..e248598 --- /dev/null +++ b/Latex/Latex4/Latex_Typesetting_Text.pdf diff --git a/Latex/Latex4/Latex_Typesetting_Text.snm b/Latex/Latex4/Latex_Typesetting_Text.snm new file mode 100644 index 0000000..f5ca2dc --- /dev/null +++ b/Latex/Latex4/Latex_Typesetting_Text.snm @@ -0,0 +1,2 @@ +\beamer@slide {sec-9}{12} +\beamer@slide {sec-10}{13} diff --git a/Latex/Latex4/Latex_Typesetting_Text.tex b/Latex/Latex4/Latex_Typesetting_Text.tex new file mode 100644 index 0000000..223820c --- /dev/null +++ b/Latex/Latex4/Latex_Typesetting_Text.tex @@ -0,0 +1,205 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Version Control Systems +% +% Author: FOSSEE +% Copyright (c) 2009, FOSSEE, IIT Bombay +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\documentclass[14pt,compress]{beamer} + +\mode<presentation> +{ + \usetheme{Warsaw} + \useoutertheme{infolines} + \setbeamercovered{transparent} +} + +\usepackage[english]{babel} +\usepackage[latin1]{inputenc} +%\usepackage{times} +\usepackage[T1]{fontenc} + +% Taken from Fernando's slides. +\usepackage{ae,aecompl} +\usepackage{mathpazo,courier,euler} +\usepackage[scaled=.95]{helvet} + +\definecolor{darkgreen}{rgb}{0,0.5,0} + +\usepackage{listings} +\lstset{language=bash, + basicstyle=\ttfamily\bfseries, + commentstyle=\color{red}\itshape, + stringstyle=\color{darkgreen}, + showstringspaces=false, + keywordstyle=\color{blue}\bfseries} + +\newcommand{\inctime}[1]{\addtocounter{time}{#1}{\tiny \thetime\ m}} + +\newcommand{\typ}[1]{\lstinline{#1}} + +\newcommand{\kwrd}[1]{ \texttt{\textbf{\color{blue}{#1}}} } + +\setbeamercolor{emphbar}{bg=blue!20, fg=black} +\newcommand{\emphbar}[1] + + +\begin{document} + +\begin{frame} + +\begin{center} +\vspace{12pt} +\textcolor{blue}{\huge {\LaTeX}: Typesetting Text} +\end{center} +\vspace{18pt} +\begin{center} +\vspace{10pt} +\includegraphics[scale=0.95]{../images/fossee-logo.png}\\ +\vspace{5pt} +\scriptsize Developed by FOSSEE Team, IIT-Bombay. \\ +\scriptsize Funded by National Mission on Education through ICT\\ +\scriptsize MHRD,Govt. of India\\ +\includegraphics[scale=0.15]{../images/iitb-logo.jpg}\\ +\end{center} +\end{frame} + +\begin{frame} + \frametitle{Objectives} + At the end of this session, you will be able to: + \begin{itemize} + \item Learn how to typeset your document using {\LaTeX} + \item Use lists, listings in yo + \end{itemize} +\end{frame} + +\begin{frame} + \frametitle{Prerequisite} + Spoken Tutorial on: + \begin{itemize} + \item {\LaTeX} Part 1 - Getting Started + \item {\LaTeX} Part 2 - Introduction + \item {\LaTeX} Part 3 - Structuring the Content + \end{itemize} +\end{frame} + +\begin{frame}[fragile] + \frametitle{Quotation Marks} + \begin{itemize} + \item Use \`~ (accent) for left quote + \item Use \'~ (apostrophe) for right quote + \item For double quotes, use them twice + \end{itemize} + \tiny See rev11 of \typ{hg} +\end{frame} + +\begin{frame}[fragile] + \frametitle{Fonts - Emphasis, Fixed width, \ldots} + \begin{itemize} + \item \lstinline{\emph} gives emphasized or italic text + \item \typ{flushleft} to have text left aligned + \item \typ{flushright}, \typ{center} + \end{itemize} + \tiny See rev12 of \typ{hg} +\end{frame} + +\begin{frame}[fragile] + \frametitle{Fonts - Emphasis, Fixed width, \ldots} + \begin{itemize} + \item \lstinline{\texttt} gives fixed width font + \item \lstinline{\textbf} bold face font + \item \lstinline{--} en dash (--); \lstinline{---} em dash (---). + \end{itemize} + \tiny See rev13 of \typ{hg} +\end{frame} + +\begin{frame}[fragile] + \frametitle{Lists} + \begin{itemize} + \item \lstinline{enumerate} environment is used for numbered lists + \item \lstinline{itemize} environment gives un-numbered lists + \item Each item in the list is specified using \lstinline{\item} + \item Nested lists are also easily handled, as expected + \end{itemize} + \tiny See rev14 of \typ{hg} +\end{frame} + +\begin{frame}[fragile] + \frametitle{Footnotes} + \begin{itemize} + \item \typ{\\footnote} command adds a footnote + \end{itemize} + \tiny See rev15 of \typ{hg} +\end{frame} + +\begin{frame}[fragile] + \frametitle{Labels and References} + \begin{itemize} + \item \lstinline+\label{labelname}+ is used to label an element + \item \lstinline+\ref{labelname}+ is used to refer to that element + \item Compile twice + \end{itemize} + \tiny See rev15 of \typ{hg} +\end{frame} + +\begin{frame}[fragile] + \frametitle{Including code} + \begin{itemize} + \item Instead of using \lstinline{\texttt} we could use + \lstinline{\verbatim} + \item \lstinline+listings+ is a powerful package + \item \lstinline+\usepackage{listings}+ needs to be added + \item Tell {\LaTeX} the language to be used, using \typ{\\lstset} + \end{itemize} + \tiny See rev16 of \typ{hg} +\end{frame} + +\begin{frame}[fragile] + \frametitle{Including code} + \begin{itemize} + \item Use \lstinline+\lstlisting+ for a block of code + \item \typ{\\lstinline} for inline code + \end{itemize} + \tiny See rev16 of \typ{hg} +\end{frame} + + + +\begin{frame}[fragile] +\frametitle{Evaluation} +\label{sec-9} + + +\begin{enumerate} +\item +\item +\item +\end{enumerate} +\end{frame} +\begin{frame} +\frametitle{Solutions} +\label{sec-10} + + +\begin{enumerate} +\item +\vspace{15pt} +\item +\end{enumerate} +\end{frame} +\begin{frame} + +\begin{block}{} + \begin{center} + \textcolor{blue}{\Large THANK YOU!} + \end{center} + \end{block} +\begin{block}{} + \begin{center} + For more Information, visit our website\\ + \url{http://fossee.in/} + \end{center} + \end{block} +\end{frame} + +\end{document} diff --git a/Latex/Latex4/Latex_Typesetting_Text.toc b/Latex/Latex4/Latex_Typesetting_Text.toc new file mode 100644 index 0000000..8c353fc --- /dev/null +++ b/Latex/Latex4/Latex_Typesetting_Text.toc @@ -0,0 +1,2 @@ +\beamer@endinputifotherversion {3.07pt} +\select@language {english} diff --git a/Latex/Latex4/Latex_Typesetting_Text.vrb b/Latex/Latex4/Latex_Typesetting_Text.vrb new file mode 100644 index 0000000..a1fb050 --- /dev/null +++ b/Latex/Latex4/Latex_Typesetting_Text.vrb @@ -0,0 +1,9 @@ +\frametitle {Evaluation} +\label{sec-9} + + +\begin{enumerate} +\item +\item +\item +\end{enumerate} diff --git a/Latex/Latex4/Typesetting_Text_Latex.rst b/Latex/Latex4/Typesetting_Text_Latex.rst new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Latex/Latex4/Typesetting_Text_Latex.rst diff --git a/Latex/Latex5/FTF_Latex.rst b/Latex/Latex5/FTF_Latex.rst new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Latex/Latex5/FTF_Latex.rst diff --git a/Latex/Latex5/Latex_FTF.tex b/Latex/Latex5/Latex_FTF.tex new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Latex/Latex5/Latex_FTF.tex diff --git a/Latex/images/folder.png b/Latex/images/folder.png Binary files differnew file mode 100644 index 0000000..42d01a2 --- /dev/null +++ b/Latex/images/folder.png diff --git a/Latex/images/fossee-logo.png b/Latex/images/fossee-logo.png Binary files differnew file mode 100644 index 0000000..49d1797 --- /dev/null +++ b/Latex/images/fossee-logo.png diff --git a/Latex/images/iitb-logo.jpg b/Latex/images/iitb-logo.jpg Binary files differnew file mode 100644 index 0000000..2a63fae --- /dev/null +++ b/Latex/images/iitb-logo.jpg diff --git a/Latex/images/mercurial_logo.png b/Latex/images/mercurial_logo.png Binary files differnew file mode 100644 index 0000000..4cd736e --- /dev/null +++ b/Latex/images/mercurial_logo.png |