Size: px
Start display at page:

Download "2 1.6.2........................ 14 1.6.3................................ 14 1.6.4...................................... 15 1.6.5......................"

Transcription

1 1 L A TEX revision Copyright c Daikoku Manabu This tutorial is licensed under a Creative Commons Attribution 2.1 Japan License. 1 L A TEX L A TEX TEX TEX L A TEX L A TEX L A TEX L A TEX dvi dvi PDF L A TEX document

2 log array tabular

3 mendex

4 4 1 L A TEX 1 L A TEX 1.1 L A TEX L A TEX L A TEX L A TEX (typesetting) L A TEX Leslie Lamport L A TEX TEX L A TEX Donald Knuth TEX TEX TEX L A TEX (physical structure) (logical structure) TEX L A TEX L A TEX L A TEX (markup) (markup language) HTML TEX TEX L A TEX TEX TEX L A TEX L A TEX L A TEX TEX L A TEX TEX L A TEX TEX L A TEX TEX TeX L A TEX LaTeX 1.2 L A TEX L A TEX L A TEX L A TEX L A TEX L A TEX L A TEX greet.tex L A TEX greet.tex

5 1.2. L A TEX 5 L A TEX.tex L A TEX L A TEX L A TEX L A TEX (compile) L A TEX platex L A TEX.tex L A TEX L A TEX L A TEX.dvi L A TEX platex greet greet.tex L A TEX greet.dvi L A TEX dvi (dvi file) dvi device independent dvi L A TEX dvi (previewer) Linux MacOS xdvi Windows dviout dvi PDF dvi PDF PDF Portable Document Format dvi PDF dvipdfm dvipdfmx dvipdfm dvipdfm dvi.dvi dvipdfm PDF dvi.pdf dvipdfm greet greet.dvi PDF greet.pdf

6 6 1 L A TEX 1.3 L A TEX L A TEX (command) L A TEX (command name) (backslash, \) ( Y= ) L A TEX \documentclass \begin \end (1) (2) 1 (3) \begin \begin (argument) ({}) L A TEX {jarticle} {document} L A TEX (environment) (environment name) \begin \end \begin \end \begin \end L A TEX document

7 1.3. L A TEX 7 document document document document L A TEX document 1 L A TEX document L A TEX (preamble) L A TEX \documentclass 1 (document class) \documentclass jarticle jreport jbook L A TEX jarticle (optional argument) \documentclass ( [ ] ) A4 a5paper A5 b4paper B4 b5paper B5 \documentclass[b5paper]{jarticle} B pt 11 12pt 12

8 8 1 L A TEX \documentclass[12pt]{jarticle} 12 \documentclass[b4paper,11pt]{jarticle} L A TEX L A TEX (comment) L A TEX ( % ) L A TEX % L A TEX comment.tex % % TEX L A TEX TEX \TeX L A TEX \LaTeX L A TEX logo.tex \LaTeX \TeX document # $ % & _ { } ~ ^ \ < > L A TEX 3 (space character) 1 1 L A TEX

9 (empty line) L A TEX 1 (paragraph) L A TEX danraku.tex \\ L A TEX newline.tex \\ L A TEX 13 # $ % & _ { } 7 \# \$ \% \& \_ \{ \} ~ ^ \~{} \^{} < > $<$ $>$ $ $ 2.1 \ $\backslash$ L A TEX tokushu.tex \# \$ \% \& \_ \{ \} \~{} \^{} $<$ $>$ $ $ $\backslash$ L A TEX \verb verbatim

10 10 1 L A TEX \verb ( { } ) \verb ( * ) \verb {<>} {<>} \verb+#$%&+ #$%& \verb3\_ ~3 \_ ~ \verb verbatim \verb* verbatim* \verb \verb* verbatim verbatim* typewriter L A TEX verb.tex \verb/# $ % &/ \verb*/# $ % &/ \begin{verbatim} # $ % & _ { } ~ ^ \ < > \end{verbatim} \begin{verbatim*} # $ % & _ { } ~ ^ \ < > \end{verbatim*} ( ) ( ) L A TEX quote.tex We can use single and double quotation marks L A TEX ( - ) (--) (---) L A TEX dash.tex She is my sister-in-law. This table shows my income during This is a punctuation dash---i think.

11 L A TEX (.) (?) (!) (:) etc. L A TEX L A TEX \ 1 \LaTeX \ ~ L A TEX Chapter~2 Chapter 2 L A TEX space.tex Mr.~Tanaka et al.\ are my friends. They told me that \LaTeX\ was wonderful (accent) (Umlaut) \ {o} ó \ {o} ò \^{o} ô \"{o} ö \~{o} õ \={o} ō i j ı j \i \j L A TEX accent.tex \ {o} \ {o} \^{o} \"{o} \~{o} \={o} \={i} \={j} \={\i} \={\j} L A TEX L A TEX L A TEX \tiny \scriptsize \footnotesize \small \normalsize \large letter letter letter letter letter letter

12 12 1 L A TEX \Large \LARGE \huge \Huge letter letter letter letter \normalsize (declaration) ({ }) {\Large } L A TEX letsize.tex {\tiny }{\scriptsize }{\footnotesize }{\small } {\large }{\Large }{\LARGE }{\huge }{\Huge } (font) \textmc \textgt \textmc L A TEX japanese.tex \textgt{ } (Latin letter) (family) (shape) (series) \textrm roman \textsf sans serif \texttt typewriter

13 \textup \textit \textsl \textsc upright italic slanted Small Caps \textmd \textbf medium boldface \texttt{\textsc{hello, world!}} typewriter Small Caps Hello, world! roman upright medium L A TEX latin.tex [roman upright medium], [\textbf{roman upright boldface}], [\textit{roman italic medium}], [\textit{\textbf{roman italic boldface}}], [\textsl{roman slanted medium}], [\textsc{roman Small Caps Medium}], [\textsf{sans serif upright medium}], [\textsf{\textit{sans serif italic medium}}], [\texttt{typewriter upright medium}], [\texttt{\textit{typewriter italic medium}}], [\texttt{\textsl{typewriter slanted medium}}] flushleft flushright center \\ L A TEX align.tex \begin{flushleft} \end{flushleft} \begin{flushright} \\ \end{flushright} \begin{center} \textgt{\large } \end{center}

14 14 1 L A TEX \maketitle \maketitle \title \author \date L A TEX title.tex \title{ } \author{ } \date{ } \maketitle \\ \and \thanks L A TEX title2.tex \title{ \\ \\ } \author{ \thanks{ } \and \thanks{ } \and \thanks{ } \and \thanks{ }} \date{ } \maketitle (sectional unit) (part) (chapter) (section) (subsection, article) L A TEX (sectioning command) \part \chapter

15 \section \subsection 1 (heading) 1 1, 2, 3,, \part chapter jarticle jarticle jreport jbook jarticle L A TEX section.tex \section{ } \subsection{ } \subsection{ } \section{ } \subsection{ } \subsection{ } (appendix) \appendix jarticle (1, 2, 3, ) (A, B, C, ) jreport jbook L A TEX appendix.tex \section{ } \section{ } \appendix \section{ } \section{ } (display) L A TEX

16 16 1 L A TEX quote L A TEX quote.tex \begin{quote} \end{quote} (list) (item) L A TEX itemize enumerate description \item \item itemize enumerate description L A TEX list.tex \begin{itemize} \item \item \item \end{itemize} \begin{enumerate} \item \item \item \end{enumerate} \begin{description} \item[ ] \item[ ] \item[ ] 5,000 \end{description} (footnote) 1 \footnote 1

17 17 L A TEX footnote.tex \footnote{ } (reference) (bibliography) thebibliography enumerate \item thebibliography \begin \begin{thebibliography}{99} \begin 2 L A TEX L A TEX biblio.tex \begin{thebibliography}{9} \item \item \end{thebibliography} \begin 1 2 \begin n \begin n L A TEX (paragraph mode) L A TEX (formula) (math mode) L A TEX L A TEX math math (in-text formula) math \begin \end math $...$

18 18 2 math (+) ( ) (=) (>) (<) (,) (( )) $a=b+c$ a = b + c $x=y$ $x = y$ x = y L A TEX math.tex $x=a-(b+c)$ L A TEX displaymath displaymath (displayed formula) displaymath displaymath \[...\] \[ \] \[ a=b+c \] a = b + c \documentclass[fleqn]{jarticle} [fleqn] L A TEX dismath.tex \documentclass[fleqn]{jarticle} \[ x=a-(b+c) \] \verb/\[/ \verb/\]/ (subscript) x 2 2 (superscript) x 2 2 _ $x_{2}$ x 2 ^ $x^{2}$ x 2 x_{2}^{2} x 2 2 {x_{2}}^{2} x 2 2 {x^{2}}_{2} x 2 2 L A TEX subsuper.tex

19 \[ A_{B}, A^{B} \] \[ A_{B_{C}}, A^{B^{C}} \] \[ A_{B}^{C}, {A_{B}}^{C}, {A^{C}}_{B} \] (fraction) / $1/a$ \frac 1 (numerator) 2 (denominator) \[ \frac{c+d}{a+b} \] c + d a + b L A TEX frac.tex \[ F = G\frac{m_{1}m_{2}}{r^{2}} \] (square root) \sqrt $\sqrt{x}$ x \sqrt $\sqrt[n]{x}$ n x L A TEX sqrt.tex \[ S = \sqrt{s(s-a)(s-b)(s-c)} \] \[ \sqrt[n]{a} = a^{\frac{1}{n}} \] (mathematical symbol) (binary operator) \pm ± \mp \times \div \circ \bullet \wedge \vee \cap \cup (relational operator)

20 20 2 \neq \ge \le \equiv \supset \subset \supseteq \subseteq \in \ni L A TEX operator.tex $ A \times B, A \div B, A \cap B, A \cup B, A \wedge B, A \vee B, A \ge B, A \le B, A \equiv B, A \supset B, A \subset B, a \in A, A \ni a $ (slash) \not L A TEX not.tex \[ A \not\equiv B, A \not\subset B, x \not\in B \] (not operator) (universal quantifier) (existential quantifier) (infinity) (aleph) \neg \forall \exists \infty \aleph ℵ (prime) n n a a a a a a (arrow) \leftarrow \rightarrow \leftrightarrow \longleftarrow \longrightarrow \longleftrightarrow \Leftarrow \Rightarrow \Leftrightarrow (ellipsis) \ldots... \cdots \vdots.. \ddots \ldots x 1, x 2,..., x n \cdots x 1 + x x n \ldots (Greek letter) \gamma γ \delta δ \theta θ \lambda λ \xi ξ \Gamma Γ \Delta \Theta Θ \Lambda Λ \Xi Ξ... 1

21 o A B E Z H I K M N O P T Y X log log lim sin cos log (log-like function) log \log log \lim lim \sin sin \cos cos \det det \lim x lim L A TEX log.tex \[ \lim_{x\rightarrow\infty}f(x) \] (summation) \sum \bigcap \bigcup \int \sum L A TEX sum.tex \[ \sum_{i=1}^{n} i = \frac{n(n+1)}{2} \] (delimiter) (( )) ([ ]) ( ) ({ }) \{ \} \left \right \left ( [ \{ \right ) ] \} \left \right \left \right (. ) L A TEX delim.tex \[ ( \frac{b}{a} ) \] \[ \left( \frac{b}{a} \right) \] \[ \left\{ \frac{b}{a} \right. \] \[ \left. \frac{b}{a} \right\} \] L A TEX (array) (matrix) (determinant)

22 22 2 (column) (row) array array array 1 array \begin 2 array l r c l r c lrc & \\ L A TEX array.tex \[ \begin{array}{lrc} a & z & i \\ a+b & y+z & i+j \\ a+b+c & x+y+z & i+j+k \end{array} \] (matrix) (determinant) 2.2 \left \right L A TEX matrix.tex \[ A = \left( \begin{array}{ccc} a_{11} & a_{12} & a_{13} \\ a_{21} & a_{22} & a_{23} \\ a_{31} & a_{32} & a_{33} \end{array} \right) \] \[ \det A = \left \begin{array}{ccc} a_{11} & a_{12} & a_{13} \\ a_{21} & a_{22} & a_{23} \\ a_{31} & a_{32} & a_{33} \end{array} \right \] (cases) array L A TEX cases.tex

23 \[ F_{n} = \left\{ \begin{array}{ll} 1 & (n=0) \\ 1 & (n=1) \\ F_{n-2} + F_{n-1} & (n \ge 2) \end{array} \right. \] (overline) (underline) \overline \underline \underline L A TEX overline.tex \[ \overline{p \cup \overline{q}} \cap R \] We can draw \underline{underline} anywhere \overbrace \underbrace \overbrace \underbrace L A TEX brace.tex \[ \overbrace{a+\underbrace{b+c+d+e}+f+g} \] \[ \underbrace{h+i+\overbrace{j+k+l+m}^{x}+n}_{y} \] \vec{a} a \acute{a} á \grave{a} à \bar{a} ā \dot{a} ȧ \ddot{a} ä \breve{a} ă \tilde{a} ã \hat{a} â \check{a} ǎ i j \imath \jmath ı j L A TEX vector.tex $ \vec{a}, \acute{a}, \grave{a}, \bar{a}, \dot{a}, \ddot{a}, \breve{a}, \tilde{a}, \hat{a}, \check{a}, \vec{\imath}, \bar{\jmath} $

24 L A TEX (table) (item) (column) (row) tabular tabular tabular 2.3 array array tabular array tabular array l r c array & \\ L A TEX tabular.tex \begin{tabular}{lrc} & & \\ & & \\ & & \end{tabular} L A TEX 1 2 tabular t b 1 \begin 1 1 \begin{tabular}[t]{lrc} \begin L A TEX valign.tex

25 \begin{tabular}{l}1 \\2 \end{tabular} \begin{tabular}[t]{l}1 \\2 \end{tabular} \begin{tabular}[b]{l}1 \\2 \end{tabular} (ruled line) tabular ( ) {cc c } {c cc} L A TEX vline.tex \begin{tabular}{ c c r } & & \\ & & 22 \\ & & 23 \end{tabular} \hline \begin{tabular}{c} 1 \\ \hline 2 \end{tabular} \hline \hline \\ \hline \begin{tabular}{c}\hline 1 \\ 2 \\ \hline \end{tabular} 1 tabular \hline \begin{tabular}{c} 1 \\ \hline\hline

26 \end{tabular} 1 tabular L A TEX hline.tex \begin{tabular}{ccr} \hline & & \\ \hline\hline & & 22 \\ \hline & & 23 \\ \hline \end{tabular} \hline \cline \hline \cline { i - j} i j \cline{3-5} 3 5 L A TEX cline.tex \begin{tabular}{cccccc} \cline{2-5} 1 & 2 & 3 & 4 & 5 & 6 \\ \cline{1-2}\cline{5-6} 1 & 2 & 3 & 4 & 5 & 6 \\ \cline{1-1}\cline{3-4}\cline{6-6} \end{tabular} \multicolumn l r c 3 \multicolumn{4}{c}{ } 4 \multicolumn L A TEX multicol.tex \begin{tabular}{ c c c }\hline & & \\ \hline

27 27 \multicolumn{2}{ c }{2 } & \\ \hline & \multicolumn{2}{c }{2 } \\ \hline & \multicolumn{1}{r }{ } & \\ \hline \end{tabular} tabular L A TEX tabintab.tex \begin{tabular}{ c c }\hline & \begin{tabular}{c} 1 \\ 2 \end{tabular} \\ \hline \end{tabular} tabular l r c p{ } L A TEX 10 mm cm in pt em ex zw / M x tabular \begin \begin{tabular}{ccp{54mm}cc} 3 54 \multicolumn L A TEX width.tex \begin{tabular}{ c p{3cm} }\hline & \\ \hline & \multicolumn{1}{r }{ } \\ \hline & \multicolumn{1}{c }{ } \\ \hline \end{tabular} 4

28 (cross-reference) L A TEX L A TEX L A TEX (label) \label \ { } \label \label \section{ }\label{sec:insect} sec:insect L A TEX \ref sec:insect 8 \ref{sec:insect} L A TEX 8 L A TEX cross.tex \section{ }\label{sec:momo} \ref{sec:issun} \section{ }\label{sec:issun} \ref{sec:momo} L A TEX LaTeX Warning: There were undefined references. (warning) L A TEX 2 1 2

29 L A TEX (table of contents) L A TEX \tableofcontents L A TEX contents.tex \tableofcontents \section{ } \subsection{ } \subsection{ } \section{ } \subsection{ } \subsection{ } L A TEX (depth) \setcounter{tocdepth}{ } (preamble) 1.3 document (level number) jarticle (section) 1 (subsection) 2 L A TEX tocdepth.tex \setcounter{tocdepth}{1} \tableofcontents \section{ } \subsection{ } \subsection{ } \section{ } \subsection{ } \subsection{ } mendex L A TEX (index) L A TEX L A TEX L A TEX mendex mendex MakeIndex mendex MekeIndex

30 L A TEX mendex L A TEX \usepackage{makeidx} \makeindex document \printindex \index \index 1 \index{ } 24, 24 \index } (1) L A TEX L A TEX idx (idx file) idx L A TEX.idx (2) idx mendex mendex idx namako.idx mendex namako.idx.idx idx mendex L A TEX ind (ind file) ind idx.ind (3) L A TEX L A TEX ind \printindex L A TEX L A TEX index.tex \usepackage{makeidx} \makeindex \index{ } \index{ } Arcadia\index{Arcadia} } \printindex

31 L A TEX (definition) (redefinition) \kangaroo \DNA \CogitoErgoSum \ \who \WHO \Alien5 \carpe-diem \carpe_diem 1 \7 \ \newcommand document \newcommand \newcommand{ }{ } 2 \newcommand 2 1 L A TEX L A TEX TEX L A TEX L A TEX TEX \newcommand{\recipient}{ } \recipient \recipient L A TEX

32 32 5 TEX \newcommand{\recipientgt}{\textgt{ }} \recipientgt \small \large 1.5 \newcommand{\recipientlarge}{\large } \recipientlarge \large \newcommand{\recipientlarge}{{\large }} L A TEX newcomm.tex \newcommand{\recipientgt}{\textgt{ }} \newcommand{\recipientlarge}{{\large }} \recipientgt \recipientlarge \newcommand \newcommand{\small}{small is beautiful.} 1 L A TEX \newcommand \renewcommand \renewcommand \newcommand 1 2 L A TEX renewco.tex \renewcommand{\small}{small is beautiful.} \small anteater LCL JactaAleaEst ice ICE

33 \newenvironment document \newenvironment \newenvironment{ }{ }{ } 3 L A TEX \begin{ } \end{ } \newenvironment{booktitle}{ }{ } booktitle \begin{booktitle} \end{booktitle} L A TEX \begin \end \newenvironment{quotelarge}{\begin{quote}\large}{\end{quote}} quote quotelarge L A TEX newenvi.tex \newenvironment{quotelarge}{\begin{quote}\large}{\end{quote}} \begin{quotelarge} \end{quotelarge} \renewenvironment \renewenvironment \newenvironment L A TEX renewen.tex \renewenvironment{quote} {\begin{tabular}{ c }\hline}{\\\hline\end{tabular}} \begin{quote} \end{quote}

34 \newcommand{ }[ ]{ } \newcommand \newcommand{ }[4]{ } 4 \newcommand 2 (parameter) #1 #2... # \newcommand{\notbut}[3]{#1 #2 #3 } \notbut \notbut{ }{ }{ } \renewcommand L A TEX argcomm.tex \newcommand{\gtlarge}[1]{\textgt{\large #1}} \gtlarge{ } \newenvironment{ }[ ]{ }{ } \newenvironment #1 #2 \renewenvironment L A TEX argenvi.tex \newenvironment{titledquote}[1] {\begin{quote}\textgt{#1}\\}{\end{quote}} \begin{titledquote}{ } \end{titledquote}

35 L A TEX (counter) 1 (value) L A TEX (pagination) enumerate L A TEX L A TEX (definition) (counter name) 1 raccoon SVG EtInArcadiaEgo MUD mud \newcounter \setcounter \addtocounter \stepcounter \arabic \roman \Roman \alph \Alph 0 \newcounter{namako} namako \setcounter{namako}{24} namako namako 24 \addtocounter{namako}{3} namako 27 1 (Arabic numeral) (Roman numeral) 26

36 36 26 L A TEX counter.tex \newcounter{blanknumber} \newcommand{\blank} {\stepcounter{blanknumber}(~\arabic{blanknumber}~)} \blank \blank \blank \blank [Lamport,1994] Leslie Lamport, L A TEX: A Document Preparation System, Second Edition, Addison-Wesley, 1994, ISBN L A TEX 2ε 1999 ISBN [,1994] TEX 1994 ISBN ISBN [,2007] L A TEX 2ε 2007 ISBN [,1996] L A TEX 2ε 1996 ISBN [,2005] L A TEX 2ε 2005 ISBN

37 37 \, 11 \", 11 \#, 9 \$, 9 $...$, 17 \%, 9 \&, 9 \, 11 --, , 10.dvi, 5.idx, 30.ind, 30.pdf, 5.tex, 5 /, 19 \=, 11 \{, 21 \}, 21 \[...\], 18 \\, 9, 13, 14, 22, 24 ^, 18 \^, 9, 11 _, 18 \_, 9 \, 11 \{,, 25, 26 ~, 11 \~, 9, 11 a5paper, 7 \acute, 23 \addtocounter, 35 \aleph, 20 \Alph, 35 \alph, 35 \and, 14 \appendix, 15 \arabic, 35 array, 22, 24 \author, 14 b, 24 b4paper, 7 b5paper, 7 \backslash, 9 \bar, 23 \begin, 6, 24, 33 \bigcap, 21 \bigcup, 21 boldface, 13 \breve, 23 \bullet, 19 c, 22, 24, 26 \cap, 19 \cdots, 20 center, 13 \chapter, 14 \check, 23 \circ, 19 \cline, 26 cm, 27 \cos, 21 \cup, 19 \date, 14 \ddot, 23 \ddots, 20 \Delta, 20 \delta, 20 description, 16 \det, 21 displaymath, 18, 18 \div, 19 document, 6, 7 \documentclass, 7 11pt, 7 \dot, 23 12pt, 7 dviout, 5 dvipdfm, 5 dvipdfmx, 5 dvi, 5 PDF, 5, 5, 5 em, 27 \end, 6, 33 enumerate, 16 \equiv, 20 ex, 27 \exists, 20 flushleft, 13 flushright, 13 \footnote, 16 \footnotesize, 11

38 38 \forall, 20 \frac, 19 \Gamma, 20 \gamma, 20 \ge, 20 \grave, 23 \hat, 23 \hline, 25 HTML, 4 \Huge, 12 \huge, 12 \i, 11 idx, 30 \imath, 23 in, 27 \in, 20 \index, 30 ind, 30 \infty, 20 \int, 21 italic, 13 \item, 16 itemize, 16 \j, 11 jarticle, 7 jbook, 7 \jmath, 23 jreport, 7 Knuth, Donald, 4 l, 22, 24, 26 \label, 28 \Lambda, 20 \lambda, 20 Lamport, Leslie, 4 \LARGE, 12 \Large, 12 \large, 11 L A TEX, 4 \LaTeX, 8 L A TEX, 4, 4 \ldots, 20 \le, 20 \left, 21, 22 \Leftarrow, 20 \leftarrow, 20 \Leftrightarrow, 20 \leftrightarrow, 20 \lim, 21 \log, 21 log, 21 \longleftarrow, 20 \longleftrightarrow, 20 \longrightarrow, 20 MakeIndex, 29 \makeindex, 30 \maketitle, 14 math, 17, 18 medium, 13 mendex, 29 mm, 27 \mp, 19 \multicolumn, 26, 27 \neg, 20 \neq, 20 \newcommand, 31, 34 \newcounter, 35 \newenvironment, 33, 34 \ni, 20 \normalsize, 11 \not, 20 \overbrace, 23 \overline, 23 \part, 14 PDF, 5 dvi, 5 \pm, 19 pt, 27 quote, 16 r, 22, 24, 26 \ref, 28 \renewcommand, 32, 34 \renewenvironment, 33, 34 \right, 21, 22 \Rightarrow, 20 \rightarrow, 20 \Roman, 35 \roman, 35 roman, 12 sans serif, 12 \scriptsize, 11 \section, 15 \setcounter, 29, 35 \sin, 21 slanted, 13 \small, 11

39 39 Small Caps, 13 \sqrt, 19 \stepcounter, 35 \subsection, 15 \subset, 20 \subseteq, 20 \sum, 21 \supset, 20 \supseteq, 20 t, 24 \tableofcontents, 29 tabular, 24 TEX, 4 \TeX, 8 \textbf, 13 \textgt, 12 \textit, 13 \textmc, 12 \textmd, 13 \textrm, 12 \textsc, 13 \textsf, 12 \textsl, 13 \texttt, 12 \textup, 13 \thanks, 14 thebibliography, 17 \Theta, 20 \theta, 20 \tilde, 23 \times, 19 \tiny, 11 \title, 14 tocdepth, 29 typewriter, 10, 12 \underbrace, 23 \underline, 23 upright, 13 \usepackage, 30 \vdots, 20 \vec, 23 \vee, 19 \verb, 9, 17 \verb*, 10 verbatim, 9 verbatim*, 10 \wedge, 19 xdvi, 5 \Xi, 20 \xi, 20 zw, 27, 11, 10, 35, 35, 35, 35, 30, 20, 35, 20, 18, 22, 24, 18 dvi, 5, 27, 17, 15, 10, 15, 11, 6, 7, 7, 11, 7, 8, 9, 14, 33, 35, 35, 35, 35, 7, 21, 16, 23, 18, 7, 34, 6, 17, 31, 33, 33, 34, 6, 31, 32, 19, 11, 11

40 40, 10, 14, 16, 22, 24, 21, 22, 21, 22, 20, 9, 8, 11, 8, 11, 8, 21, 4, 28, 25, 25, 26, 14, 16, 24, 12, 6, 31, 32, 31, 34, 6, 31, 31, 11, 5, 28, 29, 18, 9, 18, 31, 33, 32, 29, 17, 12, 20, 33, 35, 11, 14, 23, 23, 18, 20 displaymath, 18 math, 18, 17, 12, 12, 25, 24, 25, 26, 19, 23, 17, 17, 19, 19, 28, 14, 28, 29, 14, 28, 29, 14, 35, 8, 12, 32, 20, 13, 22, 24, 27, 35, 28, 21, 18, 20, 14, 18, 10, 21, 25, 8, 27, 10, 9, 17, 6, 12, 32, 23, 8, 14, 14, 9, 11

41 L A TEX, 4, 35, 32, 31, 23, 31, 35, 35, 33, 31, 34, 34, 15, 18, 21, 9, 18, 27, 19, 10 L A TEX, 4, 22, 8, 10, 21, 6, 9, 31, 28, 26, 20, 18, 7, 29, 31, 33, 5, 15, 19, 7, 19, 19, 11, 19, 35, 19 dvi PDF, 5, 27, 7, 4, 4, 10, 18, 18, 21, 13, 22, 24, 15, 16, 35, 27, 12, 20, 29, 29, 6, 11, 34, 7, 34, 13, 22, 24, 20, 14, 20, 24, 27, 24, 27, 12, 28 dvi, 5, 22, 24, 11, 27, 14, 12, 14, 29, 29, 35, 4, 11, 4, 8, 4 41

1.2 L A TEX 2ε Unicode L A TEX 2ε L A TEX 2ε Windows, Linux, Macintosh L A TEX 2ε 1.3 L A TEX 2ε L A TEX 2ε 1. L A TEX 2ε 2. L A TEX 2ε L A TEX 2ε WYS

1.2 L A TEX 2ε Unicode L A TEX 2ε L A TEX 2ε Windows, Linux, Macintosh L A TEX 2ε 1.3 L A TEX 2ε L A TEX 2ε 1. L A TEX 2ε 2. L A TEX 2ε L A TEX 2ε WYS L A TEX 2ε 16 10 7 1 L A TEX 2ε L A TEX 2ε TEX Stanford Donald E. Knuth 1.1 1.1.1 Windows, Linux, Macintosh OS Adobe Acrobat Reader Adobe Acrobat Reader PDF 1.1.2 1 1.2 L A TEX 2ε Unicode L A TEX 2ε L

More information

4.4... 17 4.5... 18 4.6... 18 4.7 sin log lim... 18 5 19 6 20 6.1... 20 6.2... 21 7 22 7.1... 22 7.2... 23 8 Deutsch 24 9 24 1 Hello, TEX World! 1.1 T

4.4... 17 4.5... 18 4.6... 18 4.7 sin log lim... 18 5 19 6 20 6.1... 20 6.2... 21 7 22 7.1... 22 7.2... 23 8 Deutsch 24 9 24 1 Hello, TEX World! 1.1 T -platex2 by MiYaGG 1 Hello, TEX World! 2 1.1 TEX... 2 1.2 pl A TEX2... 3 1.3 TEX... 4 1.4 TEX... 4 1.5 To err is human......... 6 1.6 UNIX... 6 2 7 2.1... 7 2.2... 8 2.3... 8 2.4... 9 2.5... 10 2.6...

More information

2. label \ref \figref \fgref graphicx \usepackage{graphicx [tb] [h] here [tb] \begin{figure*~\end{figure* \ref{fig:figure1 1: \begin{figure[

2. label \ref \figref \fgref graphicx \usepackage{graphicx [tb] [h] here [tb] \begin{figure*~\end{figure* \ref{fig:figure1 1: \begin{figure[ L A TEX 22 7 26 1. 1.1 \begin{itemize \end{itemize 1.2 1. 2. 3. \begin{enumerate \end{enumerate 1.3 1 2 3 \begin{description \item[ 1] \item[ 2] \item[ 3] \end{description 2. label \ref \figref \fgref

More information

tex03final1.dvi

tex03final1.dvi 2002 3 L A TEX 2002 4 20 : TEX dvi PDF mikilab 1 L A TEX 1.1 Table 1.1 Table 1 1 1400 1 1700 Fig. 1 \begin{tabular}{ ()}. Fig. 2 tabular Table 2 tabular l c r \begin{center} \begin{tabular}{lcr} & & \\

More information

L A TEX Copyright c KAKEHI Katsuhiko All Rights Reserved 1 L A TEX \documentstyle[< >]{jarticle} \title{< >} \author{< >} \date{< >} < > \be

L A TEX Copyright c KAKEHI Katsuhiko All Rights Reserved 1 L A TEX \documentstyle[< >]{jarticle} \title{< >} \author{< >} \date{< >} < > \be L A TEX Copyright c KAKEHI Katsuhiko 1996-1998 All Rights Reserved 1 L A TEX \documentstyle[< >]{jarticle} \title{} \author{< >} \date{} \begin{document} \end{document} article jarticle report jreport

More information

1 L A TEX L A TEX L A TEX 2 L A TEX 2 L A TEX L A TEX L A TEX Word L A TEX L A TEX L A TEX L A TEX 2.1 L A TEX 1 L A TEX 2

1 L A TEX L A TEX L A TEX 2 L A TEX 2 L A TEX L A TEX L A TEX Word L A TEX L A TEX L A TEX L A TEX 2.1 L A TEX 1 L A TEX 2 L A TEX dareka@dokoka.org 2005 9 2 1 2 2 L A TEX 2 2.1................................. 2 2.2 L A TEX..................................... 4 3 L A TEX 4 3.1............................. 4 3.2......................

More information

DVIOUT-マスタ-

DVIOUT-マスタ- L A TEX T.T TEX TEX 1 TEX TEX Donald E. Knuth tex 2 L A TEX TEX LATEX( DEC Leslie Lamport TEX TEX 3 L A TEX 3.1 L A TEX documentclass[]{} begin{document} end{document} LATEX 3.1.1 documentclass[a4paper,twocolumn,11pt]{jarticle}

More information

電気通信大学 コンピュータリテラシー 文書整形 --- LaTeX ---

電気通信大学 コンピュータリテラシー 文書整形 --- LaTeX --- 1 L A TEX B5 1. LaTeX ( ) : 1 3 2. LaTeX ( ) : 4 7 3. LaTeX (,, EPS ) : 8 10 4. LaTeX ( ) : 11 textlatex.pdf : tiny.tex, tiny.pdf : 1 small.tex, small.pdf : 2 normal.tex, normal.pdf : f1.eps : normal.tex

More information

r6.dvi

r6.dvi 13 1 WYSIWYG/ 2013.5.21 1 WYSIWYG/ (LaTeX HTML+CSS ) 2 Web 3 ( GUI) 4 Web (1) 5 Web (2) 1 1.1 ( ) ( ) 1 1: / ( 1) ( ) ( ) 1 1 ( 2) / (text editor) Emacs Windows Mac OS X Unix ( ) (script) 2: 1.2??? 1 (

More information

1.5,. ( A, 7, * ) Emacs,., <Return>., <Delete>. <Delete>, Delete. <Delete>,. 1.6,.,, Emacs.,. ( ), ( ),,. C-x,., Emacs.,. C-x C-f ( )... C-x C-s. Emac

1.5,. ( A, 7, * ) Emacs,., <Return>., <Delete>. <Delete>, Delete. <Delete>,. 1.6,.,, Emacs.,. ( ), ( ),,. C-x,., Emacs.,. C-x C-f ( )... C-x C-s. Emac L A TEX 1 1.1 Emacs Emacs, (, CTRL, CTL ) (, )., CONTROL META,. C-< >, < >., C-f, f. ESC < >, < >. < >,. Emacs, C-x C-c.,. C-v. ESC v. 1.2., (previous) (next) (forward) (backward)., C-p, C-n, C-f, C-b,.

More information

visit.dvi

visit.dvi L A TEX 1 L A TEX 1.1 L A TEX,. L A TEX,. ( Emacs). \documentclass{jarticle} \begin{document} Hello!!, \LaTeX Hello!!, L A TEX L A TEX2ε. \LaTeXe. \end{document},. \, L A TEX. L A TEX. \LaTeX L A TEX..

More information

r6.dvi

r6.dvi 14 1 WYSIWYG/ 2014.5.27 1 WYSIWYG/ (LaTeX HTML+CSS ) 2 Web 3 ( GUI) 4 Web (1) 5 Web (2) 1 1.1 ( ) ( ) 1 1: / ( 1) ( ) ( ) 1 1 ( 2) / (text editor) Emacs Windows Mac OS X Unix ( ) (script) 2: 1.2??? 1 (

More information

L A TEX ver L A TEX LATEX 1.1 L A TEX L A TEX tex 1.1 1) latex mkdir latex 2) latex sample1 sample2 mkdir latex/sample1 mkdir latex/sampl

L A TEX ver L A TEX LATEX 1.1 L A TEX L A TEX tex 1.1 1) latex mkdir latex 2) latex sample1 sample2 mkdir latex/sample1 mkdir latex/sampl L A TEX ver.2004.11.18 1 L A TEX LATEX 1.1 L A TEX L A TEX tex 1.1 1) latex mkdir latex 2) latex sample1 sample2 mkdir latex/sample1 mkdir latex/sample2 3) /staff/kaede work/www/math/takase sample1.tex

More information

cpall.dvi

cpall.dvi 137 A L A TEX LATEX 1 TEX 2 (American Mathematical Society) L A TEX L. Lamport, L A TEX: a Document Preparation System, Addison Wesley (1986). Edgar Cooke, L A TEX (1990). LATEX2 ε (2003). LATEX A.1 L

More information

L A TEX? Word Word Word Word WYSIWYG T E X by Donald Knuth L A T E X by Leslie Lamport L A T E X 2ε L A T E X 2ε, pt E X, pl A T E X LATEX p.2/27

L A TEX? Word Word Word Word WYSIWYG T E X by Donald Knuth L A T E X by Leslie Lamport L A T E X 2ε L A T E X 2ε, pt E X, pl A T E X LATEX p.2/27 L A TEX 2007 2007 10 5 ( ) 338 8570 255 Tel: 048 858 3577, Fax : 048 858 3716 Email: tohru@mail.saitama-u.ac.jp URL: http://www.nls.ics.saitama-u.ac.jp/ tohru/ LATEX p.1/27 L A TEX? Word Word Word Word

More information

2 (2) WinShell 2 (3) WinShell L A TEX ( ) ( ) 2 1 L A TEX.tex L A TEX WinShell (4) WinShell 2 L A TEX L A TEX DVI DeVice Independent (5) WinShell 2 DV

2 (2) WinShell 2 (3) WinShell L A TEX ( ) ( ) 2 1 L A TEX.tex L A TEX WinShell (4) WinShell 2 L A TEX L A TEX DVI DeVice Independent (5) WinShell 2 DV 1 L A TEX 2014 1 L A TEX [ 1 ] 1 : L A TEX 1.1 L A TEX L A TEX ( ) L A TEX L A TEX ( ) ( ) L A TEX \ \ Windows Y= \ Windows Y= 1.2 L A TEX WinShell Windows L A TEX WinShell Windows L A TEX WinShell L A

More information

L A TEX (2)

L A TEX (2) L A TEX M1 E-mail : takigawa@atmos.rcast.u-tokyo.ac.jp 2016 4 19 L A TEX ( c ) 1 1 1.1................................................. 1 1.2................................................ 3 1.3...............................................

More information

Chapter 1 latex latex divout for windouws,texmaker,beamer latex 2012/2/2 2

Chapter 1 latex latex divout for windouws,texmaker,beamer latex 2012/2/2 2 Contents 1 2 2 latex 3 2.1 latex..................... 3 3 divout 4 3.1 divout for windouws.................... 4 3.2 divout for windows pdf................ 4 4 Texmaker 5 4.1 texmaker.............................

More information

コンピュータ基礎 5. マークアップによるレポート作成

コンピュータ基礎 5. マークアップによるレポート作成 5. Chris Plaintail December 13, 2016 1 / 70 1 L A TEX L A TEX 2 L A TEX 3 4 L A TEXbeamer 2 / 70 L A TEX 3 / 70 PDF 4 / 70 HTML(Hyper Text Markup Language) XML(eXtensible Markup Language) XHTML, SVG, SMIL,

More information

1 1.1 1.2 1.3 (a) WYSIWYG (What you see is what you get.) (b) (c) Hyper Text Markup Language: SGML (Standard Generalized Markup Language) HTML (d) TEX

1 1.1 1.2 1.3 (a) WYSIWYG (What you see is what you get.) (b) (c) Hyper Text Markup Language: SGML (Standard Generalized Markup Language) HTML (d) TEX L A TEX HTML 2000 7 2 ([-30]5051.49) 1 2 1.1.............................................. 2 1.2.............................................. 2 1.3................................................ 2 1.4.............................................

More information

tex02.dvi

tex02.dvi 2002 2 L A TEX 2002 4 15 : L A TEX EPS EPS 1 L A TEX L A TEX L A TEX L A TEX 1.1 L A TEX 1.1.1 L A TEX TEX.tex.tex.tex 1.1.2 TEX 1. TEX L A TEX Y TEX L A TEX Y (@ ) TEX L A TEX 2. 1 YTeX YTeX ( ) 3. 2

More information

プレゼン資料 - MathML

プレゼン資料 - MathML MathML2006.03 MathML MathML2006.03-0.1 MathML 2 URL http://www.hinet.mydns.jp/~hiraku/presentation/?mathml2006.03 MathML2006.03-0.2 1. 1. Web MathML 2. MathML 3. CMS Wiki 2. CMS + MathML = 1. tdiary Hiki

More information

JSIAM URL TEX Web jsjsiam.cls jsiammacrover

JSIAM URL   TEX Web jsjsiam.cls jsiammacrover TeX. 200. How to use the TEX class files for the Transaction of the Japan Society for Industrial and Applied Mathematics Taro Ouyou Hanako Suzuki Jirou Nihon Saburou Yamada Harumi Ouyou Nihon Suuri University

More information

semi4.dvi

semi4.dvi 1 2 1.1................................................. 2 1.2................................................ 3 1.3...................................................... 3 1.3.1.............................................

More information

MediaWiki for Kisorigaku

MediaWiki for Kisorigaku MediaWiki for Kisorigaku 22 10 1 1 Kisorigaku 5 1.1... 6... 6... 6 2 MediaWiki 7 2.1... 8... 8... 8... 8 2.2... 9... 9... 10... 10... 10..................................... 11 3 13 3.1... 14... 14...

More information

:15: :..

:15: :.. 2016 1 1 2016 1 2017-01-17 21:15:42 9............................... 44 10.............................. 46 11.............................. 48 12 :................... 51 1 1 2 (Small Basic ) 2 1...............

More information

semi10.dvi

semi10.dvi TEX 2001 4 9 4 1 TEX 2 1.1 TEX.................................................. 2 1.2 L A TEX................................................ 2 1.2.1............................................. 2 1.2.2.............................................

More information

sarutex.dvi

sarutex.dvi LATEX L A TEX which monkeys cannot use. LATEX Ver2.0 SaRuTEX LATEX LATEX L A TEX L A TEX LATEX LATEX L A TEX LATEX L A TEX PAW PAW ROOT ROOT LATEX L A TEX LATEX LATEX 2001 3 S a RuTEX ( 1 ) i LATEX Ver1.1

More information

LATEX

LATEX LATEX 2018 5 16 i 1 1 1.1 L A TEX?... 1 1.2 L A TEX?... 2 2 L A TEX 3 2.1... 3 2.2... 3 2.3... 4 2.4... 6 2.5... 7 3 ( ) 8 3.1... 8 3.2... 8 4 9 4.1... 9 4.2... 11 4.3... 11 4.4... 12 5 13 5.1 BiBTeX...

More information

2 TEX, TEX Donald Knuth 2 3 ( ) TEX ( ) , WWW 4 TEX (.tex,.dvi,.ps,.pdf ) 3 TEX ( ) ( ) 5 (.tex Windows, Mac, Unix, MS-DOS TEX TEX ( ) & METAFON

2 TEX, TEX Donald Knuth 2 3 ( ) TEX ( )  , WWW 4 TEX (.tex,.dvi,.ps,.pdf ) 3 TEX ( ) ( ) 5 (.tex Windows, Mac, Unix, MS-DOS TEX TEX ( ) & METAFON II 8 (1) TEX 2002 6 13 DTP TEX PDF 1 UNIX TEX TEX.cshrc 1.cshrc set path=(/usr/meiji/pub/lib/tetex/bin $path) TEX http://www.isc.meiji.ac.jp/~ae00050/ ( WWW myreport.tex (dvi ) isc-xas06% platex myreport.tex

More information

L A L A TEX UTF-8 Makefile \begin{jabstract} \end{jabstract} \begin{eabstract} \end{eabstract} main.tex L A TEX i

L A L A TEX UTF-8 Makefile \begin{jabstract} \end{jabstract} \begin{eabstract} \end{eabstract} main.tex L A TEX i 2012 24 L A TEX 2013 1 2012 24 L A TEX @kurokobo L A TEX UTF-8 Makefile \begin{jabstract} \end{jabstract} \begin{eabstract} \end{eabstract} main.tex L A TEX i Abstract Of Master s Thesis Academic Year

More information

2012 24 L A TEX 2013 1 2012 24 L A TEX @kurokobo L A TEX UTF-8 Makefile \begin{jabstract} \end{jabstract} \begin{eabstract} \end{eabstract} main.tex L A TEX i Abstract Of Master s Thesis Academic Year

More information

1 1 1...................... 1 2 6 1.................. 6 2...................... 8 3 9 1........................ 9 2........................ 12 4 15 1...... 15 2........................... 18 3..........................

More information

Microsoft PowerPoint - 第13回 TeX 1日目.ppt [互換モード]

Microsoft PowerPoint - 第13回 TeX 1日目.ppt [互換モード] 平成 21 年度情報リテラシー 担当 : 木下浩二 (4 号館 404) kinoshita@cs.ehime-u.ac.jp http://ipr20.cs.ehime-u.ac.jp/~kinoshita/literacy/ 準備 リテラシ用のディレクトリ内に, 新たなディレクトリ tex を作成 HP からファイル tex.tar.gz をダウンロードして, 作成したディレクトリに保存 解凍

More information

1.3 I Tab Tab Tab 1 :~$ cd De # T a b 2 :~$ cd Desktop # E n t e r 3 debian :~/ Desktop$ 2 Tab to Tab 1

1.3 I Tab Tab Tab 1 :~$ cd De # T a b 2 :~$ cd Desktop # E n t e r 3 debian :~/ Desktop$ 2 Tab to Tab 1 I 2 I 2018 2 1 MathLibre USB 1.1 Ricty Diminished O 0 1 $ wget http :// math. shinshu -u.ac.jp /~ isasaki / classes /2018 dp1 / files / instfonts.sh 2 $ chmod + x instfonts. sh 3 $./ instfonts. sh 1 $

More information

1 L A TEX

1 L A TEX L A TEX ( ) 2011 11 4 L A TEX 2007 4 4 2007 2007 9 4 2007 2007 9 18 2009 9 9 2009 2011 9 4 2011 2011 11 4 (A,B) http://osksn2.hep.sci.osaka-u.ac.jp/ taku/kakenhilatex/ http://jelt.mtk.nao.ac.jp/ iye/kakenhilatex/

More information

TEX 6.2. EQUATIONS Y=[ Y=] equation y = ax + b y = ax + b (6.1) Y=[ Y=] Y=nonumber eqnarray 3 2 eqnarray equation Y=Y= eqnarray y = ax + b (6.2) y = x

TEX 6.2. EQUATIONS Y=[ Y=] equation y = ax + b y = ax + b (6.1) Y=[ Y=] Y=nonumber eqnarray 3 2 eqnarray equation Y=Y= eqnarray y = ax + b (6.2) y = x 6 ArkOak TEX L A TEX2e 2015 11 4 6.1 making title 6.2 Equations 6.2.1 y = ax + b $ $ x x $ 6.2.2 Y=[ Y=] equation 1 TEX 6.2. EQUATIONS Y=[ Y=] equation y = ax + b y = ax + b (6.1) Y=[ Y=] Y=nonumber eqnarray

More information

数学論文の書き方 - 第1回:入門編

数学論文の書き方 - 第1回:入門編 LAT E X 2007 6 19 LAT E X 1 2 L A T E X 3 4 L A T E X 5 LAT E X 1 2 L A T E X 3 4 L A T E X 5 LAT E X 1 2 L A T E X 3 4 L A T E X 5 LAT E X 1 2 L A T E X 3 4 L A T E X 5 LAT E X 1 2 L A T E X 3 4 L A T

More information

PowerPoint Presentation

PowerPoint Presentation 平成 25 年度 情報リテラシー 担当 : 一色正晴 (4 号館 405) isshiki@cs.ehime-u.ac.jp http://ipr20.cs.ehime-u.ac.jp/~isshiki/literacy/ 準備 リテラシ用のディレクトリ内に, 新たなディレクトリ tex を作成 HP からファイル tex.tar.gz をダウンロードして, 作成したディレクトリに保存 解凍 展開

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション 秋学期情報スキル応用 田中基彦教授, 樫村京一郎講師 ( 工学部 共通教育科 ) DTP の基礎 (2) 1. 日本語の入力法 2. 数式, グラフィック, テーブル - 数式 のみは理数系 3. 相互参照, 目次, 文献参照 - あの項目はどこにある? * 提出問題 5 DTP について 提出問題 5 LaTeX 言語を用いる DTP (DeskTop Publishing) について, つぎの各問に答えなさい

More information

Year 2010 Graduation Thesis A LATEX Template for Graduation Thesis Keio University Faculty of Environment and Information Studies Fusuke Hogeyama Advi

Year 2010 Graduation Thesis A LATEX Template for Graduation Thesis Keio University Faculty of Environment and Information Studies Fusuke Hogeyama Advi 22 L A TEX Year 2010 Graduation Thesis A LATEX Template for Graduation Thesis Keio University Faculty of Environment and Information Studies Fusuke Hogeyama Advisor: Professor Hogeta Bahnaka 2010 22 L

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション LaTeX Cheat Sheet 2015 ver. 2015/10/16 Matsuoka Ryo このスライドについて 1. このスライドは 北 大 理 学 部 を 中 心 とした 有 志 で 行 われている TeX 勉 強 会 で 使 われていた 資 料 です 2. このスライドの 不 正 確 な 記 述 によって 生 じた いかなる 損 害 に 関 しても 作 者 は 責 任 を 負 いかねます

More information

L \ L annotation / / / ; / ; / ;.../ ;../ ; / ;dash/ ;hyphen/ ; / ; / ; / ; / ; / ; ;degree/ ;minute/ ;second/ ;cent/ ;pond/ ;ss/ ;paragraph/ ;dagger/

L \ L annotation / / / ; / ; / ;.../ ;../ ; / ;dash/ ;hyphen/ ; / ; / ; / ; / ; / ; ;degree/ ;minute/ ;second/ ;cent/ ;pond/ ;ss/ ;paragraph/ ;dagger/ L \ L annotation / / / ; /; /;.../;../ ; /;dash/ ;hyphen/ ; / ; / ; / ; / ; / ; ;degree/ ;minute/ ;second/ ;cent/;pond/ ;ss/ ;paragraph/ ;dagger/ ;ddagger/ ;angstrom/;permil/ ; cyrillic/ ;sharp/ ;flat/

More information

readme.dvi

readme.dvi Vol. 34, No. 1 (2005), 1 15 L A TEX jjas.cls pl A TEX2ε jjas.cls http://www.applstat.gr.jp/ L A TEX L A TEX 1. 2 3 4 2. template.tex 2.1. \documentclass[mentuke]{jjas} \usepackage{graphicx} \usepackage[varg]{txfonts}

More information

1 1 2 L A TEX 1 2.1 L A TEX................................... 1 2.2.................................... 1 3 HTML 4 3.1 HTML..........................

1 1 2 L A TEX 1 2.1 L A TEX................................... 1 2.2.................................... 1 3 HTML 4 3.1 HTML.......................... 21 2 12 4 1 1 2 L A TEX 1 2.1 L A TEX................................... 1 2.2.................................... 1 3 HTML 4 3.1 HTML.................................. 4 3.2....................................

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション コンピュータリテラシ 第 11 回 TeXによる 文 書 作 成 TeXShopを 用 いての TeXコマンドによる マークアップ 方 式 の 文 書 作 成 実 習 (1) アプリケーションのフォルダTeXの 中 に 入 って いるTeXShop.appをDockに 登 録 しよう (2) TeXShopを 起 動 (3) TeXShopのメニューの 環 境 設 定 で 画 面 下 に ある 設

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション テーマ1で 作 成 した5つのグラフ 画 像 ファイルはテーマ2の 実 習 で 使 います fig2-cnm-joins-time-series.pdf fig3-cnm-ratio-join.png fig5-all-etime-size.pdf fig6-tw-etime-size-m.pdf fig7-hn-ratio-join-500k.png なるべく 早 く 完 成 させ OCW-iからの

More information

LaTeX実践講座 - これから TeXを使って文書を書きまくる人のために

LaTeX実践講座 - これから TeXを使って文書を書きまくる人のために L A T E X T E X 2 2016 7 29 ( ) ITPASS @ 3 508 1 2 3 L A T E X Tips 4 Beamer Emacs T E X YaTeX 5 1 2 3 L A T E X Tips 4 Beamer Emacs T E X YaTeX 5 T E X T E X T E X L A T E X,, , T E X, 1,... T E X 1 2

More information

2: {\Huge...} {\huge...} {\LARGE...} {\Large...} {\large...} {\normalsize...} {\small...} {\footnotesize...} {\scriptsize...} {\tiny...} ABCabc ABCabc

2: {\Huge...} {\huge...} {\LARGE...} {\Large...} {\large...} {\normalsize...} {\small...} {\footnotesize...} {\scriptsize...} {\tiny...} ABCabc ABCabc 1 1.1 TEX rmfamily textrm 3 1 1 1: ( ) {\rmfamily...} \textrm{...} ABCabc ( ) {\sffamily...} \textsf{...} ABCabc ( ) {\ttfamily...} \texttt{...} ABCabc ( ) {\gtfamily...} \textgt{...} ( ) {\mcfamily...}

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション DTP の基礎 (1) 秋学期情報スキル応用 田中基彦教授, 樫村京一郎講師 ( 工学部 共通教育科 ) DeskTop Publishing 綺麗な出版が自分で組める! しかもフリーで 1. 日本語の入力法 (2 回 ) 2. 数式, グラフィック, テーブル (1 回 ) 3. 相互参照, 目次, 文献参照 (1 回 ) * 提出問題 5 注意 授業で使うものは,LaTeX プログラム本体を DVD

More information

web04.dvi

web04.dvi 4 MATLAB 1 visualization MATLAB 2 Octave gnuplot Octave copyright c 2004 Tatsuya Kitamura / All rights reserved. 35 4 4.1 1 1 y =2x x 5 5 x y plot 4.1 Figure No. 1 figure window >> x=-5:5;ψ >> y=2*x;ψ

More information

教科専門科目の内容を活用する教材研究の指導方法 III : TitleTeam 2 プロジェクト ( 数学教師に必要な数学能力に関連する諸問題 ) Author(s) 青山, 陽一 ; 神, 直人 ; 曽布川, 拓也 ; 中馬, 悟朗 Citation 数理解析研究所講究録 (2013), 1828

教科専門科目の内容を活用する教材研究の指導方法 III : TitleTeam 2 プロジェクト ( 数学教師に必要な数学能力に関連する諸問題 ) Author(s) 青山, 陽一 ; 神, 直人 ; 曽布川, 拓也 ; 中馬, 悟朗 Citation 数理解析研究所講究録 (2013), 1828 教科専門科目の内容を活用する教材研究の指導方法 III : TitleTeam 2 プロジェクト ( 数学教師に必要な数学能力に関連する諸問題 Author(s 青山, 陽一 ; 神, 直人 ; 曽布川, 拓也 ; 中馬, 悟朗 Citation 数理解析研究所講究録 (2013, 1828: 61-85 Issue Date 2013-03 URL http://hdl.handle.net/2433/194795

More information

14 6. $P179$ 1984 r ( 2 $arrow$ $arrow$ F 7. $P181$ 2011 f ( 1 418[? [ 8. $P243$ ( $\cdot P260$ 2824 F ( 1 151? 10. $P292

14 6. $P179$ 1984 r ( 2 $arrow$ $arrow$ F 7. $P181$ 2011 f ( 1 418[? [ 8. $P243$ ( $\cdot P260$ 2824 F ( 1 151? 10. $P292 1130 2000 13-28 13 USJC (Yasukuni Shimoura I. [ ]. ( 56 1. 78 $0753$ [ ( 1 352[ 2. 78 $0754$ [ ( 1 348 3. 88 $0880$ F ( 3 422 4. 93 $0942$ 1 ( ( 1 5. $P121$ 1281 F ( 1 278 [ 14 6. $P179$ 1984 r ( 2 $arrow$

More information

L A TEX L A TEX L A TEX L A TEX

L A TEX L A TEX L A TEX L A TEX L A TEX 1 2012 2014 (2014 9 ) 1 1 1 1.1 L A TEX........................................... 1 1.2 L A TEX......................................... 1 2 L A TEX 3 2.1 L A TEX..................................

More information

1 4 2 4 2.1 LaTeX................................................ 4 2.2 GSscript.................................................. 12 2.3 GSview......

1 4 2 4 2.1 LaTeX................................................ 4 2.2 GSscript.................................................. 12 2.3 GSview...... LaTeX HP270075K 2016/05/25 1 1 4 2 4 2.1 LaTeX................................................ 4 2.2 GSscript.................................................. 12 2.3 GSview..................................................

More information

alpha alpha03 Copyright c Daikoku Manabu This tutorial is licensed under a Creative Commons Attribution 2.1 Japan License.

alpha alpha03 Copyright c Daikoku Manabu This tutorial is licensed under a Creative Commons Attribution 2.1 Japan License. alpha03 alpha03 2018 9 16 alpha03 Copyright c 2017 2018 Daikoku Manabu This tutorial is licensed under a Creative Commons Attribution 2.1 Japan License. 3 1 4 1.1......................................

More information

help gem gem gem my help

help gem gem gem my help hikiutils 1234 2017 3 1 1 6 1.0.1 help gem................... 7 gem.................................... 7 gem................................... 7 my help.................................. 7 my help......................

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション LaTeX Cheat Sheet 2017 ver. 2017/10/15 Matsuoka Ryo このスライドについて 1. このスライドは 北大理学部 理学院を中心とした有志で行われている TeX 勉強会で使われていた資料です 2. このスライドの不正確な記述によって生じた いかなる損害に関しても 作者は責任を負いかねます 自己責任でよろしくお願いします 3. このスライドは 初心者が LaTeX

More information

LAN Copyright c Daikoku Manabu This tutorial is licensed under a Creative Commons Attribution 2.1 Japan License

LAN Copyright c Daikoku Manabu This tutorial is licensed under a Creative Commons Attribution 2.1 Japan License LAN 2014 3 19 Copyright c 1993 2014 Daikoku Manabu This tutorial is licensed under a Creative Commons Attribution 2.1 Japan License. 1 2 1.1................................... 2 1.2.........................

More information

Beamerスライドのカスタマイズ - -- pLaTeX+dvips --

Beamerスライドのカスタマイズ - -- pLaTeX+dvips -- Beamer pl A TEX+dvips 21 11 21 1 \begin{enumerate \item 1 \begin{enumerate \item 2 enumerate: Level 2 \item enumerate: Level 2 \end{enumerate itemize: Level 2 \item \item itemize: Level 2 \end{itemize

More information

CharacterSets.book Japanese

CharacterSets.book Japanese FRAMEMAKER 9 ADOBE i................................................. 2 1 2 1 2 3 4 ú þ ý! " # $ % & ( ) * +, -. / 0 1 2 3 4 5 5 6 7 8 9 : ; < = >? @ A B C D E F G H I J K L M N O P Q R S T U 6 V W X

More information

= = 2

= = 2 2006 4 2 2 4 3 2 4 3 5 4 6 8 7 9 8 26 9 27 0 32 http://www.hyui.com/girl/harmonic.html Hiroshi Yui c 2006, All rights reserved. http://www.hyui.com/ = = 2 3 2 = = + 2 + 3 + = = = n = = = lim n! = = n =

More information

Table of Contents 1 What is TEX? 2 TEX Online? 3 Online TEX Sites 4 Let s Try TEX Online! 5 日本語 Template H. Suzuki (ICU) TEX Online April 8, /

Table of Contents 1 What is TEX? 2 TEX Online? 3 Online TEX Sites 4 Let s Try TEX Online! 5 日本語 Template H. Suzuki (ICU) TEX Online April 8, / TEX Online Hiroshi Suzuki ( 鈴木寛 ) International Christian University April 8, 2016 H. Suzuki (ICU) TEX Online April 8, 2016 1 / 10 Table of Contents 1 What is TEX? 2 TEX Online? 3 Online TEX Sites 4 Let

More information

LaTeX入門

LaTeX入門 L A TEX mizutani@ic.daito.ac.jp 2013 β 1 TEX 1 2 TEX 1 2.1 L A TEXS.................................. 2 3 L A TEX 2 3.1 L A TEX................................... 3 3.2........................................

More information

a0postercls? Gerlinde Kettl, Matthias Weiser T E Xmacro wwwctanorg/tex-archive/macros/latex/contrib/a0poster LAT E X

a0postercls? Gerlinde Kettl, Matthias Weiser T E Xmacro wwwctanorg/tex-archive/macros/latex/contrib/a0poster LAT E X a0postercls, http://wwwmathkobe-uacjp/a0poster ( ) ( ): orange (Debian/GNU Linux, Etch) ssh -X orange pdf :, - pdf ( ) orange / tex a0postercls? Gerlinde Kettl, Matthias Weiser T E Xmacro wwwctanorg/tex-archive/macros/latex/contrib/a0poster

More information

2

2 1 2 3 4 5 6 7 8 9 10 11 12 Character ASCII Code Description \ [092] backslash / [047] forward slash : [058] colon * [042] asterisk? [063] question mark " [034] double quotes < [060] less than > [062] greater

More information

Copyright 2003, 2004, 2006 FUNNIST Copyright 2003, 2004, 2005, 2006 GNU 1.1 GNU Free Documentation License C GNU

Copyright 2003, 2004, 2006 FUNNIST Copyright 2003, 2004, 2005, 2006 GNU 1.1 GNU Free Documentation License C GNU LATEX 2006 3 \begin{titlepage}% \parindent=\z@ \let\footnotesize\small \let\footnoterule\relax \let\footnote\thanks \null\vskip 2\Cvs {\Huge\gtfamily\sffamily\@title}% \par\vskip\fboxsep \hrule height

More information

●70974_100_AC009160_KAPヘ<3099>ーシス自動車約款(11.10).indb

●70974_100_AC009160_KAPヘ<3099>ーシス自動車約款(11.10).indb " # $ % & ' ( ) * +, -. / 0 1 2 3 4 5 6 7 8 9 : ; < = >? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y " # $ % & ' ( ) * + , -. / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B

More information

<4D F736F F D E EAE93FC97CD837D836A B816989FC92F994C5816A2E646F6378>

<4D F736F F D E EAE93FC97CD837D836A B816989FC92F994C5816A2E646F6378> Word 2007 による数式入力マニュアル (H22.10.11 版 ) 愛知県高等学校数学研究会数学科教育情報委員会 はじめに Microsoft Word 2007 以降では以前のバージョンの Word と比べて 数式入力の機能が格段に強化されています 入力できる記号の種類が増えた (Unicode 文字コードのサポート ) マウスを使わずに キーボードのみの操作でも数式を入力できるようになった

More information

DVI OS EasyTEX TEX LabEditor WinShell TEX.tex TEX TEX TEX.dvi DVI MaC DVI PDF Windows DVI PDF DVI TEX PDF 2

DVI OS EasyTEX TEX LabEditor WinShell TEX.tex TEX TEX TEX.dvi DVI MaC DVI PDF Windows DVI PDF DVI TEX PDF 2 TEX 2011 1 1.1 TEX TEX Donald Knuth typesetting 1 TEX TEX TEX TEX TEX TEX 1.2 TEX Microsoft Word TEX TEX Dviout Acrobat Reader TEX TEX Cf. LATEX2e 2 2000 LATEX 2000 platex2e for Windows: Another Manual,

More information

i I 1 1! 2 1.1 xemacs..................................... 2 1.2 platex DVI.................................... 2 1.3 xdvi............................

i I 1 1! 2 1.1 xemacs..................................... 2 1.2 platex DVI.................................... 2 1.3 xdvi............................ L A TEX 2ε 16 1 25 26 11 16 i I 1 1! 2 1.1 xemacs..................................... 2 1.2 platex DVI.................................... 2 1.3 xdvi................................. 3 1.4 dvipdfmx PD..................................

More information

Microsoft Word - Word.docx

Microsoft Word - Word.docx 愛 知 県 高 等 学 校 数 学 研 究 会 数 学 科 教 育 情 報 委 員 会 Word 2007 による 数 式 入 力 マニュアル (H20.10.31 版 ) はじめに P.01 基 本 操 作 入 力 形 式 の 相 互 変 換 P.02 文 中 の 数 式 のサイズについて P.03 数 式 の 位 置 調 整 P.04 数 学 記 号 の 入 力 P.08 記 号 の 追 加 登

More information

USB 起動 KNOPPIX / Math / 2010 について (数式処理研究の新たな発展)

USB 起動 KNOPPIX / Math / 2010 について (数式処理研究の新たな発展) 1759 2011 74-80 74 USB KNOPPIX/Math/2010 USB bootable KNOPPIX/Math/2010 /JST CREST TATSUYOSHI HAMADA FUKUOKA UNIVERSITY/JST CREST * Abstract KNOPPIX/Math offers many documents and mathematical software

More information

LATEX 2ε 83 L A TEX 2ε by Tobias Oetiker Hubert Partl, Irene Hyna and Elisabeth Schlegl NOMURA Masataka Version 1.00, 28 June, 2000

LATEX 2ε 83 L A TEX 2ε by Tobias Oetiker Hubert Partl, Irene Hyna and Elisabeth Schlegl NOMURA Masataka Version 1.00, 28 June, 2000 LATEX 2ε 83 L A TEX 2ε by Tobias Oetiker Hubert Partl, Irene Hyna and Elisabeth Schlegl NOMURA Masataka Version 1.00, 28 June, 2000 ii Copyright c 1999 Tobias Oetiker and all the Contributers to LShort.

More information

Microsoft Word - 触ってみよう、Maximaに2.doc

Microsoft Word - 触ってみよう、Maximaに2.doc i i e! ( x +1) 2 3 ( 2x + 3)! ( x + 1) 3 ( a + b) 5 2 2 2 2! 3! 5! 7 2 x! 3x! 1 = 0 ",! " >!!! # 2x + 4y = 30 "! x + y = 12 sin x lim x!0 x x n! # $ & 1 lim 1 + ('% " n 1 1 lim lim x!+0 x x"!0 x log x

More information

How to write your own thesis tutorial with LaTeX2e

How to write your own thesis tutorial with LaTeX2e LATEX 2004 2 ( ) \begin{titlepage}% \parindent=\z@ \let\footnotesize\small \let\footnoterule\relax \let\footnote\thanks \null\vskip 2\Cvs {\Huge\gtfamily\sffamily\@title}% \par\vskip\fboxsep \hrule height

More information

(Team 2 ) (Yoichi Aoyama) Faculty of Education Shimane University (Goro Chuman) Professor Emeritus Gifu University (Naondo Jin)

(Team 2 ) (Yoichi Aoyama) Faculty of Education Shimane University (Goro Chuman) Professor Emeritus Gifu University (Naondo Jin) 教科専門科目の内容を活用する教材研究の指導方法 : TitleTeam2プロジェクト ( 数学教師に必要な数学能力形成に関する研究 ) Author(s) 青山 陽一 ; 中馬 悟朗 ; 神 直人 Citation 数理解析研究所講究録 (2009) 1657: 105-127 Issue Date 2009-07 URL http://hdlhandlenet/2433/140885 Right

More information

Beamerでプレゼンテーション

Beamerでプレゼンテーション 1 / 32 Title 1 2 3 4. http://www.geocities.jp/seven blue sea/ 1 Outline.. 2 3 4 1.. 2 3 4.. 2 / 32 3 / 32 1 1 2 3 4 Mac Mac Windows 4 / 32 1 1 2 3 4 OS L A T E X L A T E X L A T E X 4 / 32 1 1 2 3 4 OS

More information

情報教育と数学の関わり

情報教育と数学の関わり 1801 2012 68-79 68 (Hideki Yamasaki) Hitotsubashi University $*$ 1 3 [1]. 1. How To 2. 3. [2]. [3]. $*E-$ -mail:yamasaki.hideki@r.hit-u.ac.jp 2 1, ( ) AND $(\wedge)$, $OR$ $()$, NOT $(\neg)$ ( ) [4] (

More information

Fortran90/95 [9]! (1 ) " " 5 "Hello!"! 3. (line) Fortran Fortran 1 2 * (1 ) 132 ( ) * 2 ( Fortran ) Fortran ,6 (continuation line) 1

Fortran90/95 [9]! (1 )   5 Hello!! 3. (line) Fortran Fortran 1 2 * (1 ) 132 ( ) * 2 ( Fortran ) Fortran ,6 (continuation line) 1 Fortran90/95 2.1 Fortran 2-1 Hello! 1 program example2_01! end program 2! first test program ( ) 3 implicit none! 4 5 write(*,*) "Hello!"! write Hello! 6 7 stop! 8 end program example2_01 1 program 1!

More information

1 1 2 TEX 1 2.1 TEX...................................... 1 2.1.1 TEX............................. 2 2.1.2 TEX...................... 3 2.2 L A TEX....

1 1 2 TEX 1 2.1 TEX...................................... 1 2.1.1 TEX............................. 2 2.1.2 TEX...................... 3 2.2 L A TEX.... CJK LATEX LATEX2HTML 15 2 10 1 1 2 TEX 1 2.1 TEX...................................... 1 2.1.1 TEX............................. 2 2.1.2 TEX...................... 3 2.2 L A TEX.....................................

More information

TEX ( ) #2 Options Advanced Configure Ghostscript Options dwinkanji URL W32TeX Windows ptex W32TeX

TEX ( ) #2 Options Advanced Configure Ghostscript Options dwinkanji URL W32TeX Windows ptex W32TeX TEX ( ) #1 1 TEX 1.1 TEX TEX Donald Knuth 1 Introduction 1.1 Metaphor metaphor II 07 #1 1: 1: CPU HDD (program) (neural network) (architecture) 1.2 1.2.1 Word Processor Word Mac/Windows TEX 1: TEX 1.2

More information

研究報告

研究報告 ~レポート 作 成 の 注 意 点 ~ 岡 山 大 学 工 学 部 情 報 系 学 科 後 藤 佑 介 2 LaTeX 文 書 作 成 の 注 意 点 参 考 文 献 の 注 意 点 LaTeXは LaTeXで 記 載 ( 特 別 な 表 記 ) 数 字 は 半 角 で, 文 章 中 の 句 読 点 は 全 角 で. 参 考 文 献 の 書 き 方 ``ニュートン 法 ~ _ [1] 山 本 昌 志,``ニュートン

More information

main.dvi

main.dvi 1 F77 5 hmogi-2008f@kiban.civil.saitama-u.ac.jp 2013/5/13 1 2 f77... f77.exe f77.exe CDROM (CDROM D D: setupond E E: setupone 5 C:work\T66160\20130422>f77 menseki.f -o menseki f77(.exe) f77 f77(.exe) C:work\T66160\20130422>set

More information

TEX American Mathematical Society PostScript Adobe Systems Incorporated

TEX American Mathematical Society PostScript Adobe Systems Incorporated P A D manual ( pad2ps 3.1j ) (seiichi@muraoka.info.waseda.ac.jp) 1996 11 2 TEX American Mathematical Society PostScript Adobe Systems Incorporated pad2ps PAD PAD (Problem Analysis Diagram) C 1 2 PAD PAD

More information

ver 0.3 Chapter 0 0.1 () 0( ) 0.2 3 4 CHAPTER 0. http://www.jaist.ac.jp/~t-yama/k116 0.3 50% ( Wikipedia ) ( ) 0.4! 2006 0.4. 5 MIT OCW ( ) MIT Open Courseware MIT (Massachusetts Institute of Technology)

More information

2 5 * * *2 *2 7 'm arhi Szmiya from ast jnior high irst off 'm not interested in ordinary peope t if any of yo are aiens timetraveers or espers pease ome see me That is a i * * * *irosoft ffie 9 *5 *

More information

3.6... 26 4 30 4.1... 30 4.1.1... 30 7 PDF 40 7.1 PDF... 40 7.2... 40 7.3 PDF.. 40 4.1.2... 31 4.2... 31 4.2.1... 31 4.2.2... 31 4.2.3... 31 4.2.4...

3.6... 26 4 30 4.1... 30 4.1.1... 30 7 PDF 40 7.1 PDF... 40 7.2... 40 7.3 PDF.. 40 4.1.2... 31 4.2... 31 4.2.1... 31 4.2.2... 31 4.2.3... 31 4.2.4... TEX 1 TEX 3 1.1 TEX... 3 1.2 TEX... 3 1.2.1... 3 1.2.2... 3 1.2.3... 3 1.2.4... 3 1.2.5... 3 1.3... 3 1.3.1... 3 1.3.2... 4 1.4 TEX... 4 1.4.1... 4 1.4.2... 4 1.5 TEX... 5 1.5.1... 5 1.5.2... 5 1.5.3...

More information

2 1 Mathematica Mathematica Mathematica Mathematica Windows Mac *1 1.1 1.1 Mathematica 9-1 Expand[(x + y)^7] (x + y) 7 x y Shift *1 Mathematica 1.12

2 1 Mathematica Mathematica Mathematica Mathematica Windows Mac *1 1.1 1.1 Mathematica 9-1 Expand[(x + y)^7] (x + y) 7 x y Shift *1 Mathematica 1.12 Chapter 1 Mathematica Mathematica Mathematica 1.1 Mathematica Mathematica (Wolfram Research) Windows, Mac OS X, Linux OS Mathematica 88 2012 11 9 2 Mathematica 2 1.2 Mathematica Mathematica 2 1 Mathematica

More information

2.2 Sage I 11 factor Sage Sage exit quit 1 sage : exit 2 Exiting Sage ( CPU time 0m0.06s, Wall time 2m8.71 s). 2.2 Sage Python Sage 1. Sage.sage 2. sa

2.2 Sage I 11 factor Sage Sage exit quit 1 sage : exit 2 Exiting Sage ( CPU time 0m0.06s, Wall time 2m8.71 s). 2.2 Sage Python Sage 1. Sage.sage 2. sa I 2017 11 1 SageMath SageMath( Sage ) Sage Python Sage Python Sage Maxima Maxima Sage Sage Sage Linux, Mac, Windows *1 2 Sage Sage 4 1. ( sage CUI) 2. Sage ( sage.sage ) 3. Sage ( notebook() ) 4. Sage

More information

1 環境とフォント 1 環境このメモは, > R.Version()$platform [1] "x86_64-w64-mingw32" で書いている. つまり,64 ビット Windows マシンである.R のバージョンは > R.Version()$version.string [1] "R v

1 環境とフォント 1 環境このメモは, > R.Version()$platform [1] x86_64-w64-mingw32 で書いている. つまり,64 ビット Windows マシンである.R のバージョンは > R.Version()$version.string [1] R v 環境とフォント 環境このメモは, > R.Version()$platform [] "86_64-w64-mingw3" で書いている. つまり,64 ビット Windows マシンである.R のバージョンは > R.Version()$version.string [] "R version 3.4. (07-06-30)" であるが, R はしばしば更新されるので, www.okadajp.org/rwiki/?rjpwiki

More information

E MathML W3C MathJax 1.3 MathJax MathJax[5] TEX MathML JavaScript TEX MathML [8] [9] MathSciNet[10] MathJax MathJax MathJax MathJax MathJax MathJax We

E MathML W3C MathJax 1.3 MathJax MathJax[5] TEX MathML JavaScript TEX MathML [8] [9] MathSciNet[10] MathJax MathJax MathJax MathJax MathJax MathJax We MathML TEX 1,a) 1,b) MathML TEX JavaScript MathJax TEX GUI MathML TEX MathJax Prototype of e-learning and Communication Systems to Support Displaying Math Equations with MathML and TEX Nobuo Yamashita

More information

http://banso.cocolog-nifty.com/ 100 100 250 5 1 1 http://www.banso.com/ 2009 5 2 10 http://www.banso.com/ 2009 5 2 http://www.banso.com/ 2009 5 2 http://www.banso.com/ < /> < /> / http://www.banso.com/

More information

コンテンツ・プロデュース機能の

コンテンツ・プロデュース機能の CONTENTS Chapter 1 Section 1 Section 2 Section 3 Section 4 Section 5 Chapter 2 Section 1 Section 2 Section 3 Chapter 3 Section 1 Section 2 Section 3 Section 4 Section 5 Chapter 4 Section 1 Section 2 Section

More information

コンテンツ・プロデュース機能の基盤強化に関する調査研究

コンテンツ・プロデュース機能の基盤強化に関する調査研究 CONTENTS Chapter 1 Section 1 Chapter 2 Section 1 Section 2 Section 3 Section 4 Section 5 Section 6 Section 7 Section 8 Chapter1 Section 1 6 Chapter 1 7 Chapter 1 8 Chapter 1 9 Chapter 1 10 11 Chapter

More information

vol4.qxd09....04.20

vol4.qxd09....04.20 CONTENTS Chapter 1 Section 1 Section 2 Section 3 Section 4 Section 5 Section 6 Section 7 Section 8 Chapter 2 Section 1 Section 2 Chapter1 Section 1 120 Chapter 1 121 Chapter 1 122 123 Chapter 1 Chapter

More information

02›f›æ’»“ì-16.qxd

02›f›æ’»“ì-16.qxd Chapter 1 Section 1 Section 2 Chapter 2 Section 1 Section 2 Section 3 Section 4 CONTENTS Section 5 Section 6 Chapter1 Section 1 6 Chapter 1 7 Chapter 1 8 Chapter 1 Section 2 9 Chapter2 Section 1 10 Chapter

More information

n=360 28.6% 34.4% 36.9% n=360 2.5% 17.8% 19.2% n=64 0.8% 0.3% n=69 1.7% 3.6% 0.6% 1.4% 1.9% < > n=218 1.4% 5.6% 3.1% 60.6% 0.6% 6.9% 10.8% 6.4% 10.3% 33.1% 1.4% 3.6% 1.1% 0.0% 3.1% n=360 0% 50%

More information