Title: Latex ?
1Latex ?
2??
- ????
- TeX? ??
- TeX? ???
- ???(Latex) ??
- ???? ??
- LateX ???
3?? ??
- TeX??
- ???? ???? ???? ?? ???? ???? (by Donald E. Knuth,
1977) - Tex? ??
- PlainTeX ??? TeX ??????
- hLaTeXp LaTeX?? ??? ??? ? ??? ? ??????
- AMS-TeX/AMS-LaTeX ???? ????? ?? ???? ?? ??? ???
- ChemTeX ????? ?? ??? ???? ?? ??? ???
- MusicTeX ??? ???? ?? ??? ???
4TeX? ??
5TeX? ??
- ????? ???? ????? ??? ? ??
- ???? ??? ?? ??
- ??, ????, ??, ?? ?? ?? ?? ?? ? ??
- ???? ? ? ??? ??? ? ??
- ?? ???? ?? ????
- ?????? ??? ? ????? ?? ?? ??
6TeX? ??
- ?? ???? ???
- ??? ????? ???? ?? ??? ??? ?? ??
- ????? ?? ????? ??? ????? ???
- ?? ??? ?? ??? ?? ?? ? ? ????
7??
?? Windows Linux ??
TeXImpleme-ntation MiKTeX-KTUG teTeX teTeX? ??? ?? ?? ??
DVI driver Yap XDvi MiKTeX ?? teTeX ? ??
?? ?? GhostScript/GSView GhostScript/gv GhostScript? ??
PDF Viewer AdobeReader AdobeReader or gv/xPdf ??? ??? ?? ??
Editor WinEdt or NTEmacs Emacs/VimEdt ??? ?? ???? ??
Ref. http//faq.ktug.or.kr/mywiki/TeX_bc_b3_c4_a1_
c7_cf_b1_e2
8MikTeX ????(1)
- http//project.ktug.or.kr/miktex-ktug/
9MikTeX ????(2)
10MikTeX ????(3)
11MikTeX ????(4)
- Path ????
- Windows 98 ? ??
- C\AUTOEXEC.BAT ??? ???? ??
- PATHPATHC\texmf\miktex\bin
- Windows XP/2000 ? ??
- ??????????????????????Path ??
- C\texmf\miktex\bin
- ?????
- ?? ??? ?? ???
- initexmf -mkmaps
12? ? ???? ????
- Gsview, Ghostscript ????
- http//www.cs.wisc.edu/ghost
- WinEdt ????
- http//www.winedt.com/ (click! WinEdt 5.4)
- WinEdit ? ???? ??
- Acrobat Reader ????
- http//www.korea.adobe.com/products/acrobat/readst
ep2.html
13TeX ??? ??
- \documentclassoptionclass
- ???? ??? ??? ??
- \usepackageoptionpackage
- ??? ??? ???? ??? ??
- \begindocument
- ?? ???? ??? ??
- \enddocument
- ??? ?? ??
14??
- \documentclassa4paper,11ptarticle
- \usepackageepsfig
- define the title
- \titleMinimalism
- \begindocument
- Well, and here begins my lovely article.
- \enddocument
15?? ????
- Article
- ?? ???, ??????, ?? ???, ???? ??, ??? ?
- Report
- ? ???, ?? ?, ???? ??
- Book
- ?
- Slides
- ???? ??? ???
16?? ???? ??
- 10pt, 11pt, 12pt
- ??? ?? ??(default 10pt)
- A4paper, letterpaper,
- ???? (default letterpaper)
- Fleqn
- ??? ?? ??
- Leqno
- ??? ??? ??? ???
- Titlepage,notitlepage
- ????? ??? ??? ??? ??? ??
- Twocolumn
- 2? ??
- Twoside, oneside
- ?? ???, ????? ??
17?? ?? ????
- .tex ? LaTeX ?? TeX? ????
- .sty ? ??? ??? ??
- .cls ? ??? ??? ???? ?????
- .dvi ? ??????. Tex??? ??? ?? ???? ??. DVI ??
??????? ??? ??? ???? ? ? ?? - .toc/.lof/.lot ? ???/????/???
- .aux ? ?? ???? ????? ??? ??? ???? ??? ???? ??
18?? ??
- ??
- ?? ?? ??? ??? ???? ??
- ????
- _ ??? \? ?? ??
- ? \sim
- ???
- ???? ????
- \? ???? ????? ???? ??
- ??
- ??? ??? ????
19?? ?
- Article
- \Section \paragraph
- \Subsection \subparagraph
- \subsubsection
- Report / book
- \part ?? ?? ??? ??? ??X
- \chapter
- ? ??? ???? ?? ????
- Ex) \sectionhelp
20???? ????
21? ??? ??
- \\ or \newline ? ?? ???
- \\ ? ???? ??
- \hspace ? horizontal space
- Ex) in \hspace1cm this in this
- \vspace ? vertical space
22?? ? ??
- \maketitle ? ?? ??? ?? ???
- \title,\author,\date
- \tableofcontents ? ? ??? ??? ??? ???
- \labelmaker,\refmaker,\pagerefmaker ? ??
?? - \footnotefootnote text ? ??
23??
- ??
- \beginenvironment
- Text
- \endenvironment
- ??
- Itemize, Enumerate, Description
- ?? ??, ????, ??? ?? ??
- Flushleft, Flushright, Center
- ?? ??, ??? ??, ??? ??
- Quote, Quotation, Verse (??? ???? ????)
- Verbatim(??? ???)
24?? ??(1)
- Here are main research topics
- \beginitemize
- \item Character Recognition
- \beginitemize
- \item On-line Recognition
- \item Off-line Recognition
- \enditemize
- \item Intelligent Tutoring System
- \beginenumerate
- \item Problem Solving Module
- \item Student Modelling Module
- \endenumerate
- \enditemize
- Here are main research topics
- Character Recognition
- On-line Recognition
- Off-line Recognition
- Intelligent Tutoring System
- Problem Solving Module
- Student Modelling Module
25?? ??(2)
26??? ???
- ??
- \begintabulartable spec
- Table sepc ?? ?? ??
- l,r,c ??,???, ??? ??
- ??? ??
- Tabular ???? ???
- ?? ?? ??
- \\ ??? ?? ??
- \hline ??? ??
- \clinej-i j?i ? ??? ?? ? ??
27??? ??
- \begintabularrl
- \hline
- 7C0 Hexa \\
- 3700 Octal \\
- \cline2-2
- 1111000 binary \\
- \hline \hline
- 1984 decimal \\
- \hline
- \endtabular
7C0 3700 1111000 Hexa Octal
7C0 3700 1111000 binary
1984 decimal
28??? ?? ????
- ??
- \begintableplacement specifier
- \captioncaption text
- \begintabular
- ?? ?? ????(placement specifier)
- h here(? ??? ??? ?? ? ??)
- t top(?? ???)
- b bottom(?? ????)
- p page(???? ?? ??? ??? ?? ??)
29?? ??
- Use a picture with eps format
- Encapsulated PostScript
- One of the postscript files
- Postscript is page description language
- Image Converting tool
- Photoshop, imagemagick, jpeg2ps, bmp2eps,
gif2eps, ps2eps, etc. - Example
usepackageepsfig \beginfigureh \centerline\
epsfigfileamath.eps, height 4cm, width
10cm \captionLocation of building number
E2-1 \endfigure
30Userpackageoptionspackage
- If you want to include graphics, coloured text or
source code from a file into your document, you
need to enhance the capabilities of LaTex. Such
enhancements are called packages - amsmath mathematical environment
- makeidx make index
- Options is a list of keywords which trigger
special features in the package - Reference
- http//www.ktug.or.kr/
- http//www.tex.ac.uk/tex-archive/help/Catalogue/ca
talogue.html
31LAB 3.
Code Number CC510 Introduction to Computer Systems and Applications
Instructor Yung Hwan Oh (yhoh_at_speech_kaist_ac_kr)
Place Hour Dept. of CS Lecture Hall(1501), Wed. 100 300 pm
Table 1. Course Information