???????????????????????charlee?????http://tech.idv2.com/2006/04/03/latex-memo-1/??????
??
???http://www.nsknet.or.jp/~tony/TeX/install/win/tex.htm
??????
\documentclass[11pt]{jarticle}
\textwidth=50mm
\begin{document}
?????????????
\end{document}
???tex?????pdf???????
platex xyz.tex dvipdfmx xyz.dvi
???dvi?????gif/png?
dvipng --gif -T tight -D 200 xyz.dvi dvipng -T tight -D 200 xyz.dvi
?? –gif ??????png???-D???????
\documentclass: ?????[11pt]????????{jarticle}?????????????????????????[twocolumn,11pt]?
????
?????????????????????? 1inch(2.54cm) ?????????????????????????????
??????
| \topmargin | ????????????? |
| \headheight | ????? |
| \headsep | ????????????? |
| \topskip | ?????????????? |
| \textheight | ?????? |
| \textwidth | ?????? |
| \evensidemargin | ??????????????????????? |
| \oddsidemargin | ??????????????????????? |
| \footskip | ????????????? |
| \marginparwidth | ?????????? |
| \marginparpush | ???????????? |
| \marginparsep | ????????????? |
| \columnsep | ????????????? |
| \columnseprule | ???????????????? |
??
????
?? \pagestyle{??} ????????????????
| empty | ??????? |
| plain | ????????????????? |
| headings | ??????????????????????? |
| myheadings | ??? |
?? \renewcommand{\thepage}{\roman{page}}??????????????????????????????????
| \arabic | ????? | 1, 2, 3, … |
| \roman | ???????? | i, ii, iii, … |
| \Roman | ???????? | I, II, III, … |
| \alph | ???????? | a, b, c, … |
| \Alph | ???????? | A, B, C, … |
?? \setcounter{page}{10} ????????10?
???????
?? \input{???} ????????????????????.tex?
???????????????????????charlee?????http://tech.idv2.com/2006/04/05/latex-memo-2/??????
??
?????
????????(??????)?????(??????\begin{..}?\end{..})???????
?????
\documentclass[11pt]{jbook}?{}???????[]???????
???????
??????????????????????????????????\itshape?????\Large?????????{}???????????????
aaaa{\itshape bbbb{\Large ijkl}bbbb}aaaa
???? aaaabbbbijklbbbbaaaa?
??
??????????????????
????
| \itshape | ?? |
| \normalfont | ???? |
| \sffamily | ??? |
| \Large | ???? |
| \LaTeXe | ??LaTeX2e?logo |
| \\ | ?? |
???
?????\newcommand{cmd}[arg]{def} ??cmd??????\????????????????arg?????????9?def????????????#1?#2…#9????????
\newcommand{\mytest}[4]{$#1#4^2+#2#4+#3=0$}
\mytest{a}{b}{c}{x}
?? \renewcommand{cmd}[arg]{def} ?????????
?
??????????????????\usepackage{??}
???????????????????????charlee?????http://tech.idv2.com/2006/04/05/latex-memo-3/??????
??
???????
| ? | \part | Level -1(?????)?Level 0(??) |
| ? | \chapter | Level 0 |
| ? | \section | Level 1 |
| ?? | \subsection | Level 2 |
| ??? | \subsubsection | Level 3 |
| ?? | \paragraph | Level 4???????? |
| ??? | \subparagraph | Level 5???????? |
???? \setcounter{secnumdepth}{??} ?????????????????????
??
? \appendix ?????????????????? \chapter?
??
? \tableofcontents ???????? \tableofcontents ?????? \clearpage ???????????? ? \setcounter{tocdepth}{??} ??????????
????
?? \parindent=?? ?????????????????????? \noindent ??????????????????????
????????
| ???? | \\ |
| ????? | \baselineskip=?? |
| ??????? | \\[???]???\\[8mm]???????????8mm????????? |
| ?? | \par |
| ????? | \parskip=?? |
| ?? | \clearpage |
??
???????????????????????????????
????
???????????????????????????????????????????????????????????????????????????? \@ ?????LaTeX?????????????????
as well as I\@. Hence, ...
????
?????????????? . ?????????????????? \(??) ????????????????????????
Yamada et al.\ wrote the report.
??????
? ~ ????????????????????? Mr.~Lamport?????? \mbox????? \mbox{Minoru Sakaguchi}?
??
?????\leftline{???} \centerline{??} \rightline{???}
?????\begin{flushleft}…\end{flushleft}?\begin{center}…\end{center}?\begin{flushright}…\end{flushright}