Download presentation
Presentation is loading. Please wait.
Published byClifton Hicks Modified over 9 years ago
1
Graduate Thesis Seminar Week 1: Latex and HTML Jonas Braasch
2
You need 1.A latex distribution (e.g., Miktex) 2.A post script viewer (e.g., Ghostview) 3.A Latex editor (e.g., LatexEditor) Install everything in this order, follow default instructions
3
Miktex Miktex (etc 2.4) http://www.miktex.org/Setup.aspx e.g., basic-miktex-2.4.2207.exe (~ 32 MB).basic-miktex-2.4.2207.exe
4
Latex Editor E.g., the MeWa Latex Editor http://www.meshwalk.com/latexeditor/ E.g., version 1.4.0 http://www.ntu.edu.sg/home5/pg03053 527/latexeditor/LaTeXEditorSetup.exe
5
MeWa Updates MiKTex Path: –C:\Program Files\MiKTex 2.7\miktex\bin Ps2pdf –"C:\Program Files\gs\gs8.61\bin\gswin32c.exe" - dCompatibilityLevel=1.3 -dPDFSETTINGS=/prepress - dNOPAUSE -dBATCH -sDEVICE=pdfwrite - sOutputFile="$(FileTitle).pdf" "$(FileTitle).ps“ Pdf view –"C:\Program Files\Adobe\Acrobat 7.0\Reader\AcroRd32.exe" "$(FilePath)$(FileTitle).pdf"
6
Typical path settings C:\texmf\miktex\bin C:\gstools\gsview\gsview32.exe
7
Ghostview http://www.cs.wisc.edu/~ghost/index.html Install Ghostscript first: –e.g ver 8.53. gs853w32.exe ongs853w32.exe –http://www.cs.wisc.edu/~ghost/doc/AFPL/get853.h tmhttp://www.cs.wisc.edu/~ghost/doc/AFPL/get853.h tm Then install Ghostview: –E.g. 4.7 gsv47w32.exe on –http://www.cs.wisc.edu/~ghost/gsview/get47.htm
10
Mac OS http://www.esm.psu.edu/mac- tex/default9.htmlhttp://www.esm.psu.edu/mac- tex/default9.html http://www.uoregon.edu/~koch/texshop/ texshop.html MacGSView 2.0b3
11
Hello World Example
12
Basic Template
13
Postscript of Basic Template
15
IEEE Template
16
Changes to the layout Please note that you can make many changes to the general layout. We will not get into that because we could easily spend the next two hours on it.
27
In Windows, you can view the dvi file with the program yap, which is distributed with the MikTex package.
45
Using Bibtex
46
cv
47
Bibtex turns.bib in.bbl file
48
References with alpha style
49
References with plain style
50
… Have a good day
51
HTML Basic Definitions HTML –HyperText Markup Language. HTML Document –A document written in HyperText Markup Language. HTTP –The abbreviation for Hypertext Transfer Protocol, HTTP is used to link and transfer hypertext documents.
52
Tags HTML is a mark up language like LaTeX. Tags are being used to enter and leave a new environment:... In LaTex one would either use the \begin{tag} …. \end{tag} coding or its abbreviated version (e.g., {\bf blaba} for boldface font).
53
Examples for Tags = Begin of an HTML Document = Begin of non-visible header Banner for title bar Document Title =close head =start body, this text will be displayed =end body =end of the HTML document
54
Comments Comments are set in HTML like this Recall, in LaTex we had the ‘%’ sign instead.
55
Headings most import, largest Heading 1 Heading 2 Heading 3 Heading 4 Heading 5 Heading 6 least important, smallest This equivalent to the \chapter and \section headings in LaTex
56
Paragraphs For the line break, you would use. Linebreak … a rare case with only one tag! While for the block quotation one would write:..quotation...
57
Lists Apples Bananas Apples Bananas Unordered List Apples Bananas Ordered List 1.Apples 2.Bananas
58
Font Styles Boldface –Everything between and is boldfaced. Italics –Everything between and is italicized. Underline –Everything between and is underlined. Typewriter Text –Everything between and is in typewriter text style
59
Anchor RPI Web server Sets a link to RPI. HREF stands for "Hypertext REFerence“, basically the link you can load.
60
Images Here is the flower:
61
Images Two types of images are mainly used: Jpeg: Joint Photographic Experts Group –Lossy compression –good for photos with many colors GIF (Graphics Interchange Format) –Lossless compression –Only 256 colors –Allows dynamic graphs->
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.