tikz. 3. 4

Size: px
Start display at page:

Download ".. 1. 2 - tikz. 3. 4"

Transcription

1 .. Beamer 25 5

2 tikz. 3. 4

3 . Beamer L A TEX etc. () pdflatex Beamer platex+dvipdfmx Ver (2007/03/12)

4 . \documentclass{beamer} \usetheme{copenhagen} % \begin{document} \begin{frame}{ 1 }... \end{frame} \end{document} \begin{frame} \end{frame}

5 . frame frame \begin{frame}[ ]{ } plain fragile label=name b,c,t \verbatim \againframe{name} \frame default

6 . \maketitle, \titlepage \title, \author, \date Beamer \subtitle, \institute, \titlegraphic \subject(pdfinfo ), \keywords PDF info \title{\bfseries Beamer } \subtitle{\bfseries } \author{ } \date[]{ 25 5 } \institute{ } \titlegraphic{\includegraphics[scale=0.3]{tdulogo.eps}} \subject{beamer } \keywords{latex2e,beamer,presentation}

7 . Beamer object \setbeamercolor{object}{} fg[,bg]=namedcolor fg[,bg]=namedcolor1!num!namedcolor2 parent=object use=object 2 structure : \structure{ } alert : \alert{ }

8 . 3 blocks block structure \begin{block}{block} \end{block} \begin{alertblock}{alertblock} 2? \end{alertblock} \begin{exampleblock}{exampleblock} 3? \end{exampleblock} block alertblock 2? exampleblock 3?

9 . blocks structure, alerted text \setbeamercolor{structure}{fg=royalblue} \setbeamercolor{alerted text}{fg=crimson} \setbeamercolor{example text}{fg=lime} \begin{itemize} \item \structure{structure} \item \alert{alert} \end{itemize} \begin{block}{block} \end{block} \begin{alertblock}{alertblock} 2 \end{alertblock} \begin{exampleblock}{exampleblock} 3 \end{exampleblock} block structure alert alertblock 2 exampleblock 3

10 . beamercolorbox box \begin{beamercolorbox} [wd=50mm, sep=2pt, shadow=true, rounded=true] {frametitle}\bfseries 50mm 2pt frmetitle \end{beamercolorbox} \setbeamercolor{goldbox}{fg=brown, bg=gold} \setbeamercolor{dgbox}{fg=white, bg=darkgreen} \bigskip \begin{beamercolorbox} [wd=50mm, sep=2pt, rounded=true, shadow=false] {GoldBox}\bfseries 50mm 2ptGoldBox \end{beamercolorbox} \bigskip \begin{beamercolorbox} [wd=50mm, sep=2pt, rounded=false, shadow=false] {DGBox}\bfseries 50mm 2pt DGBox \end{beamercolorbox}. 50mm 2pt frmetitle.. 50mm 2pt GoldBox. 50mm 2pt DGBox

11 . columns minipage columns column minipage \begin{columns} \begin{column}{40mm} \begin{exampleblock}{} \centering{columns 40mm column} \end{exampleblock} \end{column} \begin{column}{50mm} \begin{exampleblock}{} \centering{columns 50mm column} \end{exampleblock} \end{column} \end{columns} frame 110mm columns 40mm column columns 50mm column columns 35mm column columns 45mm column columns 35mm column

12 . \pause Beamer (overlays) \pause pause 1 \begin{enumerate} \item \pause \item \pause \item \end{enumerate} \pause \begin{exampleblock}{summary} \end{exampleblock}. 1

13 . \pause Beamer (overlays) \pause pause 2 \begin{enumerate} \item \pause \item \pause \item \end{enumerate} \pause \begin{exampleblock}{summary} \end{exampleblock} 1. 2.

14 . \pause Beamer (overlays) \pause pause 3 \begin{enumerate} \item \pause \item \pause \item \end{enumerate} \pause \begin{exampleblock}{summary} \end{exampleblock}

15 . \pause Beamer (overlays) \pause pause 4 \begin{enumerate} \item \pause \item \pause \item \end{enumerate} \pause \begin{exampleblock}{summary} \end{exampleblock} Summary

16 . <*> \alert \color \textbf,\textit,\textsl,\textsf,\textrm \obeylines \alert<2,4>{alert } \structure<3->{structure } {\color<1,4>{darkgreen}{darkgreen }} \textbf<2->{textbf } \textit<1,2,4>{textit } \textsl<1,3->{textsl } \textsf<2->{textsf } \textrm<4>{textrm } alert structure DarkGreen textbf textit textsl textsf textrm 1 DarkGreen xcolor svgnames

17 . <*> \alert \color \textbf,\textit,\textsl,\textsf,\textrm \obeylines \alert<2,4>{alert } \structure<3->{structure } {\color<1,4>{darkgreen}{darkgreen }} \textbf<2->{textbf } \textit<1,2,4>{textit } \textsl<1,3->{textsl } \textsf<2->{textsf } \textrm<4>{textrm } alert structure DarkGreen textbf textit textsl textsf textrm 2 DarkGreen xcolor svgnames

18 . <*> \alert \color \textbf,\textit,\textsl,\textsf,\textrm \obeylines \alert<2,4>{alert } \structure<3->{structure } {\color<1,4>{darkgreen}{darkgreen }} \textbf<2->{textbf } \textit<1,2,4>{textit } \textsl<1,3->{textsl } \textsf<2->{textsf } \textrm<4>{textrm } alert structure DarkGreen textbf textit textsl textsf textrm 3 DarkGreen xcolor svgnames

19 . <*> \alert \color \textbf,\textit,\textsl,\textsf,\textrm \obeylines \alert<2,4>{alert } \structure<3->{structure } {\color<1,4>{darkgreen}{darkgreen }} \textbf<2->{textbf } \textit<1,2,4>{textit } \textsl<1,3->{textsl } \textsf<2->{textsf } \textrm<4>{textrm } alert structure DarkGreen textbf textit textsl textsf textrm 4 DarkGreen xcolor svgnames

20 . \item<*> enumerate, itemize, description \item item \begin{itemize} \item<1,4> 1001 \item<2,4> 0101 \item<3,4> 0011 \item<1-2,4> 1101 \item<1,3-> 1011 \item<2-> 0111 \end{itemize}

21 . \item<*> enumerate, itemize, description \item item \begin{itemize} \item<1,4> 1001 \item<2,4> 0101 \item<3,4> 0011 \item<1-2,4> 1101 \item<1,3-> 1011 \item<2-> 0111 \end{itemize}

22 . \item<*> enumerate, itemize, description \item item \begin{itemize} \item<1,4> 1001 \item<2,4> 0101 \item<3,4> 0011 \item<1-2,4> 1101 \item<1,3-> 1011 \item<2-> 0111 \end{itemize}

23 . \item<*> enumerate, itemize, description \item item \begin{itemize} \item<1,4> 1001 \item<2,4> 0101 \item<3,4> 0011 \item<1-2,4> 1101 \item<1,3-> 1011 \item<2-> 0111 \end{itemize}

24 . block <*> block block, alertblock, exampleblock, theorem, proof, lemma, corollary exampleblock \begin{exampleblock}<1,4>{ } $\displaystyle\lim_{n,m\rightarrow\infty} x_n - x_m =0$ \end{exampleblock} lim x n x m = 0 n,m 1

25 . block <*> block block, alertblock, exampleblock, theorem, proof, lemma, corollary exampleblock \begin{exampleblock}<1,4>{ } $\displaystyle\lim_{n,m\rightarrow\infty} x_n - x_m =0$ \end{exampleblock} 2

26 . block <*> block block, alertblock, exampleblock, theorem, proof, lemma, corollary exampleblock \begin{exampleblock}<1,4>{ } $\displaystyle\lim_{n,m\rightarrow\infty} x_n - x_m =0$ \end{exampleblock} 3

27 . block <*> block block, alertblock, exampleblock, theorem, proof, lemma, corollary exampleblock \begin{exampleblock}<1,4>{ } $\displaystyle\lim_{n,m\rightarrow\infty} x_n - x_m =0$ \end{exampleblock} lim x n x m = 0 n,m 4

28 . - 1 \onslide,\visible,\invisible,\only,\uncover 1 \onslide<*> \only<*> \visible<*> \invisible<*> \uncover<*> Dynamic Dynamic

29 . \onslide<*> \setbeamercovered{transparent} \begin{tabular}{lll} \onslide<1,3>{1}x & \onslide<2->{2}x & \onslide<3>{3}x \\ \only<1>{1}x & \only<2->{2}x & \only<3>{3}x \\ \visible<1,3>{1}x & \visible<2->{2}x & \visible<3>{3}x \\ \invisible<1,3>{1}x & \invisible<2->{2}x & \invisible<3>{3}x \\ \uncover<1,3>{1}x & \uncover<2->{2}x & \uncover<3>{3}x \\ \end{tabular} 1X 2X 3X 1X X X 1X X X X 2X 3X 1X 2X 3X 1

30 . \onslide<*> \setbeamercovered{transparent} \begin{tabular}{lll} \onslide<1,3>{1}x & \onslide<2->{2}x & \onslide<3>{3}x \\ \only<1>{1}x & \only<2->{2}x & \only<3>{3}x \\ \visible<1,3>{1}x & \visible<2->{2}x & \visible<3>{3}x \\ \invisible<1,3>{1}x & \invisible<2->{2}x & \invisible<3>{3}x \\ \uncover<1,3>{1}x & \uncover<2->{2}x & \uncover<3>{3}x \\ \end{tabular} 1X 2X 3X X 2X X X 2X X 1X X 3X 1X 2X 3X 2

31 . \onslide<*> \setbeamercovered{transparent} \begin{tabular}{lll} \onslide<1,3>{1}x & \onslide<2->{2}x & \onslide<3>{3}x \\ \only<1>{1}x & \only<2->{2}x & \only<3>{3}x \\ \visible<1,3>{1}x & \visible<2->{2}x & \visible<3>{3}x \\ \invisible<1,3>{1}x & \invisible<2->{2}x & \invisible<3>{3}x \\ \uncover<1,3>{1}x & \uncover<2->{2}x & \uncover<3>{3}x \\ \end{tabular} 1X 2X 3X X 2X 3X 1X 2X 3X X X X 1X 2X 3X 3

32 . \onslide<*> \setbeamercovered{transparent} \begin{tabular}{lll} \onslide<1,3>{1}x & \onslide<2->{2}x & \onslide<3>{3}x \\ \only<1>{1}x & \only<2->{2}x & \only<3>{3}x \\ \visible<1,3>{1}x & \visible<2->{2}x & \visible<3>{3}x \\ \invisible<1,3>{1}x & \invisible<2->{2}x & \invisible<3>{3}x \\ \uncover<1,3>{1}x & \uncover<2->{2}x & \uncover<3>{3}x \\ \end{tabular} 1X 2X 3X X 2X X X 2X X 1X X 3X 1X 2X 3X 4

33 . - 2,3 \alt<*> 2 \temporal<*> 3 \alt<*> 1 2 \temporal<*> 2 1 3

34 . \alt,\temporal \alt<1>{first}{alt.} \alt<2>{second}{alt.} \alt<3>{third}{alt.} \\ \temporal<1>{pre}{first}{post} \temporal<2,3>{pre}{second}{post} \\ first alt. alt. first pre 1

35 . \alt,\temporal \alt<1>{first}{alt.} \alt<2>{second}{alt.} \alt<3>{third}{alt.} \\ \temporal<1>{pre}{first}{post} \temporal<2,3>{pre}{second}{post} \\ alt. second alt. post second 2

36 . \alt,\temporal \alt<1>{first}{alt.} \alt<2>{second}{alt.} \alt<3>{third}{alt.} \\ \temporal<1>{pre}{first}{post} \temporal<2,3>{pre}{second}{post} \\ alt. alt. third post second 3

37 . \alt,\temporal \alt<1>{first}{alt.} \alt<2>{second}{alt.} \alt<3>{third}{alt.} \\ \temporal<1>{pre}{first}{post} \temporal<2,3>{pre}{second}{post} \\ alt. alt. alt. post post 4

38 . itemize itemize, enumerate, description \item [<+->] \setbeamercovered{transparent} \begin{itemize}[<+->] \begin{itemize} \item 2 \item 2 \begin{itemize} \item 3 \end{itemize} \end{itemize} \end{itemize}

39 . itemize itemize, enumerate, description \item [<+->] \setbeamercovered{transparent} \begin{itemize}[<+->] \begin{itemize} \item 2 \item 2 \begin{itemize} \item 3 \end{itemize} \end{itemize} \end{itemize}

40 . itemize itemize, enumerate, description \item [<+->] \setbeamercovered{transparent} \begin{itemize}[<+->] \begin{itemize} \item 2 \item 2 \begin{itemize} \item 3 \end{itemize} \end{itemize} \end{itemize}

41 . itemize itemize, enumerate, description \item [<+->] \setbeamercovered{transparent} \begin{itemize}[<+->] \begin{itemize} \item 2 \item 2 \begin{itemize} \item 3 \end{itemize} \end{itemize} \end{itemize}

42 . itemize itemize, enumerate, description \item [<+->] \setbeamercovered{transparent} \begin{itemize}[<+->] \begin{itemize} \item 2 \item 2 \begin{itemize} \item 3 \end{itemize} \end{itemize} \end{itemize}

43 . itemize itemize, enumerate, description \item [<+->] \setbeamercovered{transparent} \begin{itemize}[<+->] \begin{itemize} \item 2 \item 2 \begin{itemize} \item 3 \end{itemize} \end{itemize} \end{itemize}

44 . enumerate [<+- \setbeamercovered{transparent} \begin{enumerate}[<+- \begin{enumerate} \item 2 \item 2 \begin{enumerate} \item 3 \end{enumerate} \end{enumerate} \end{enumerate}

45 . enumerate [<+- \setbeamercovered{transparent} \begin{enumerate}[<+- \begin{enumerate} \item 2 \item 2 \begin{enumerate} \item 3 \end{enumerate} \end{enumerate} \end{enumerate}

46 . enumerate [<+- \setbeamercovered{transparent} \begin{enumerate}[<+- \begin{enumerate} \item 2 \item 2 \begin{enumerate} \item 3 \end{enumerate} \end{enumerate} \end{enumerate}

47 . enumerate [<+- \setbeamercovered{transparent} \begin{enumerate}[<+- \begin{enumerate} \item 2 \item 2 \begin{enumerate} \item 3 \end{enumerate} \end{enumerate} \end{enumerate}

48 . enumerate [<+- \setbeamercovered{transparent} \begin{enumerate}[<+- \begin{enumerate} \item 2 \item 2 \begin{enumerate} \item 3 \end{enumerate} \end{enumerate} \end{enumerate}

49 . enumerate [<+- \setbeamercovered{transparent} \begin{enumerate}[<+- \begin{enumerate} \item 2 \item 2 \begin{enumerate} \item 3 \end{enumerate} \end{enumerate} \end{enumerate}

50 . description \begin{description} \item[ ] \item[] \end{description} \begin{description}[] \item[ ] \item[] \end{description}

51 . \begin{tabular}{llll} \noalign{\hrule height 1pt} & & & \pause\\ \hline & H$_2$0 & & 1.00 \pause\\ & Al & & 2.70 \pause\\ & Cu & & 8.94 \\ \noalign{\hrule height 1pt} \end{tabular} 1

52 . \begin{tabular}{llll} \noalign{\hrule height 1pt} & & & \pause\\ \hline & H$_2$0 & & 1.00 \pause\\ & Al & & 2.70 \pause\\ & Cu & & 8.94 \\ \noalign{\hrule height 1pt} \end{tabular} 2 H

53 . \begin{tabular}{llll} \noalign{\hrule height 1pt} & & & \pause\\ \hline & H$_2$0 & & 1.00 \pause\\ & Al & & 2.70 \pause\\ & Cu & & 8.94 \\ \noalign{\hrule height 1pt} \end{tabular} 3 H Al

54 . \begin{tabular}{llll} \noalign{\hrule height 1pt} & & & \pause\\ \hline & H$_2$0 & & 1.00 \pause\\ & Al & & 2.70 \pause\\ & Cu & & 8.94 \\ \noalign{\hrule height 1pt} \end{tabular} 4 H Al Cu

55 . \begin{tabular} {l<{\onslide<2->}l<{\onslide<3->}l<{\onslide<4->}l<{\onslide}} \noalign{\hrule height 1pt} & & & \\ \hline & H$_2$0 & & 1.00 \\ & Al & & 2.70 \\ & Cu & & 8.94 \\ \noalign{\hrule height 1pt} \end{tabular} 1.

56 . \begin{tabular} {l<{\onslide<2->}l<{\onslide<3->}l<{\onslide<4->}l<{\onslide}} \noalign{\hrule height 1pt} & & & \\ \hline & H$_2$0 & & 1.00 \\ & Al & & 2.70 \\ & Cu & & 8.94 \\ \noalign{\hrule height 1pt} \end{tabular} H 20 Al Cu 2.

57 . \begin{tabular} {l<{\onslide<2->}l<{\onslide<3->}l<{\onslide<4->}l<{\onslide}} \noalign{\hrule height 1pt} & & & \\ \hline & H$_2$0 & & 1.00 \\ & Al & & 2.70 \\ & Cu & & 8.94 \\ \noalign{\hrule height 1pt} \end{tabular} H Al Cu

58 . \begin{tabular} {l<{\onslide<2->}l<{\onslide<3->}l<{\onslide<4->}l<{\onslide}} \noalign{\hrule height 1pt} & & & \\ \hline & H$_2$0 & & 1.00 \\ & Al & & 2.70 \\ & Cu & & 8.94 \\ \noalign{\hrule height 1pt} \end{tabular} H Al Cu

59 . - \includegraphics - tikz \begin{tikzpicture}[remember picture, overlay] \draw[very thin line, color=cyan] (0,0) grid (4,7); \onslide<2-3>{% \node at (2,1.5) {\includegraphics[scale=0.2]{tiger.png}}; }% \onslide<3->{% \node at (2,4.5) {\includegraphics[scale=0.2,angle=45]{tiger_tr.png}}; \draw[line width=2pt, color=brown] (2,1.5) circle (1.5); }% \end{tikzpicture}. 1 1 png bb ebb. 1

60 . - \includegraphics - tikz \begin{tikzpicture}[remember picture, overlay] \draw[very thin line, color=cyan] (0,0) grid (4,7); \onslide<2-3>{% \node at (2,1.5) {\includegraphics[scale=0.2]{tiger.png}}; }% \onslide<3->{% \node at (2,4.5) {\includegraphics[scale=0.2,angle=45]{tiger_tr.png}}; \draw[line width=2pt, color=brown] (2,1.5) circle (1.5); }% \end{tikzpicture} (2,1.5) overlay png bb ebb. 2

61 . - \includegraphics - tikz \begin{tikzpicture}[remember picture, overlay] \draw[very thin line, color=cyan] (0,0) grid (4,7); \onslide<2-3>{% \node at (2,1.5) {\includegraphics[scale=0.2]{tiger.png}}; }% \onslide<3->{% \node at (2,4.5) {\includegraphics[scale=0.2,angle=45]{tiger_tr.png}}; \draw[line width=2pt, color=brown] (2,1.5) circle (1.5); }% \end{tikzpicture} (2,1.5) overlay (2,4.5) 1.5 (2,1.5) overlay png bb ebb. 3

62 . - \includegraphics - tikz \begin{tikzpicture}[remember picture, overlay] \draw[very thin line, color=cyan] (0,0) grid (4,7); \onslide<2-3>{% \node at (2,1.5) {\includegraphics[scale=0.2]{tiger.png}}; }% \onslide<3->{% \node at (2,4.5) {\includegraphics[scale=0.2,angle=45]{tiger_tr.png}}; \draw[line width=2pt, color=brown] (2,1.5) circle (1.5); }% \end{tikzpicture} (2,1.5) overlay (2,4.5) 1.5 (2,1.5) overlay png bb ebb. 4

63 . tikzpicture - tikz. \includegraphics[width=2cm]{tiger.eps2}\par \begin{tikzpicture}[remember picture, overlay, color=darkcyan, line width=1.2pt] \draw[line width=0.4pt] (0,0) grid (11,3); \draw[line width=0.1pt, step=1mm] (0,0) grid (11,3); \draw (3,2) ellipse (0.5 and 0.3); \draw[color=crimson] (3,0) rectangle (4,1); \draw[color=orange, arrows=-latex] (1,0) -- (2,1); \draw[color=darkred, arrows=->] (5,0).. controls (6,3) and (7,0)..(9,3); \node[anchor=south west] at (5,1) {\LARGE\bfseries }; \end{tikzpicture}

64 - tikz. tikzpicture draw, fill, shade \begin{tikzpicture}[remember picture, overlay, color=gray] \draw[line width=0.4pt, color=skyblue] (0,0) grid (11,3); \draw[line width=0.1pt, step=1mm] (0,0) grid (11,3); \draw[line width=4pt] (0,0) -- (1,2) -- (0,3); \draw[fill=goldenrod] (1,0) -- (3,0) -- (2,2) -- cycle; \draw[shade, top color=red] (2,3) -- (4,3) -- (3,1) -- cycle; \fill[color=gold] (4,0) -- (5,0) -- (5.5,1) -- (4.5,2) -- (3.5,1); \shade[top color=blue] (6.8,1) circle (0.8); \shade[left color=darkgreen] (7,3) -- (9,3) -- (8,1); \shade[shading=ball, ball color=darkred] (9,1) circle (0.4); \shade[shading=ball, ball color=darkblue] (10,2) ellipse (0.6 and 0.4); \end{tikzpicture}

65 .? hyperref target target \hypertarget{target }{ } \hyperlink{target }{\beamergotobutton{ }} \hyperlink{pre}{\beamergotobutton{\pageref{pre} }} \hypertarget{this}{} \hyperlink{this}{\beamerreturnbutton{ }} \hypertarget{pre}{} \label{pre}. 55.

66 .? \setbeamertemplate{footline}{\hspace{115mm} \begin{tikzpicture}[remember picture, overlay, color=structure.fg] \node at (-0.2,0.15) {\hyperlinkpresentationstart{\color{white}\#}}; \node at (0.1,0.15) {\hyperlinkframeendprev{\color{white}\#}}; \node at (0.4,0.15) {\hyperlinkslideprev{\color{white}\#}}; \node at (0.7,0.15) {\hyperlinkslidenext{\color{white}\#}}; \node at (1.0,0.15) {\hyperlinkframestartnext{\color{white}\#}}; \fill (-0.3,0.05) -- (-0.1,0.05) -- (-0.2,0.2) -- cycle; \fill (0.0,0.05) -- (0.2,0.05) -- (0.2,0.2) -- (0.1,0.1) -- (0.1,0.2)-- cycle; \fill (0.3,0.05) -- (0.5,0.05) -- (0.5,0.2) -- cycle; \fill (0.6,0.05) -- (0.8,0.05) -- (0.6,0.2) -- cycle; \fill (0.9,0.05) -- (1.1,0.05) -- (1.0,0.2) -- (1.0, 0.1) -- (0.9,0.2)-- cycle; \end{tikzpicture} }

67 . navigation symbols Beamer pl A TEX+ dvipdfmx frame \setbeamertemplate{navigation symbols}{} \setbeamertemplate{navigation symbols}[horizontal] \setbeamertemplate{navigation symbols}[vertical].....# # #. # #

68 . \begin{enumerate}\itemsep=1.5ex \setbeamertemplate{enumerate item}[square] \item \setbeamertemplate{enumerate item}[circle] \item \setbeamertemplate{enumerate item}[default] \item \setbeamertemplate{enumerate item}[ball] \item \end{enumerate} \begin{itemize}\itemsep=1.5ex \setbeamertemplate{itemize item}[square] \item \setbeamertemplate{itemize item}[circle] \item \setbeamertemplate{itemize item}[triangle] \item \setbeamertemplate{itemize item}[ball] \item \end{itemize} {enumerate subitems} {itemize subitems} 3 {enumerate subsubitems} {itemize subsubitems}

69 . ¼ ܵ Ô½ Ó Ü¾ ½ ܵ ܾ Ü J 1 (x) L[f] f(x) γ cosx 2 e kx2 dx Z L [ f] J 1 (x) f(x) 0 1+γcosx 2 e kx2 dx (cm) concmathä ½ mathptm mathptmx L [ f] J 1 (x) f(x) 1+γ cosx 2 e kx2 dx fourier L [f ] 0 J 1 (x) f (x) 0 1+γcos x 2 e kx2 d x mathpazo L[ f] J f(x) 1 (x) γ cos x 2 e kx2 dx J 1 (x) pxfonts L[ f ] f (x) 0 1+γ cos x 2 e kx2 dx LATEX \usepackage{fontstyle} Beamer Beamer sans serif \usefonttheme{professionalfonts} \usefonttheme[onlymath]{serif} \usefonttheme{} default professionalfonts serif structurebold structureitalicserif structuresmallcapserif

70 . TeX Stack Exchange: G. Rivero: Presentation in L A TEX Introduction to the beamer class (2012) : 2 (2007) : 1 (2007) C. T. Batts: A Beamer Tutorial in Beamer (2007) K. Kim: Beamer v3.0 Guide (2004).

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

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

1 BeamerpLaTeX 2 SWP/SW WinForme 3 SWP/SW BatterUse Web () SWP/SW v / 23

1 BeamerpLaTeX 2 SWP/SW WinForme 3 SWP/SW BatterUse Web  () SWP/SW v / 23 Beamer - 2007 8 () SWP/SW v5.5 2007 8 1 / 23 1 BeamerpLaTeX 2 SWP/SW WinForme 3 SWP/SW BatterUse Web http://www.lightstone.co.jp/products/swp/kb0141.htm () SWP/SW v5.5 2007 8 2 / 23 Beamer? Beamer PDF

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

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

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

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

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

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実践講座 - これから 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

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

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

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 ---

電気通信大学 コンピュータリテラシー 文書整形 --- 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

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

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 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

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

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

Word LATEX Excel R

Word LATEX Excel R 2013-11-30 10:20 10:45 TEX Live 6 R CIO Word LATEX Excel R Reproducible Research LATEX R/Sweave/knitr LL (Ruby/Perl/Python/... ) make Subversion/git 6 LATEX2ε ptex ptex +ε-tex + uptex CTAN (Comprehensive

More information

semi4.dvi

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

More information

PowerPoint プレゼンテーション

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

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

1 (p)l A TEX L A TEX ( Stanford CSLI Emma Pease 15 LATEX 2 lingmacros.sty gb4e.sty TeX Live \docu

1 (p)l A TEX L A TEX (  Stanford CSLI Emma Pease 15 LATEX 2 lingmacros.sty gb4e.sty TeX Live \docu L A TEX ( ) gunji@shoin.ac.jp 3.0 2017 7 1 2 2 2 2.1......................................... 2 2.2........................................ 6 2.3......................................... 6 3 7 4 8 5 10

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

1 1.1 Excel Excel Excel log 1, log 2, log 3,, log 10 e = ln 10 log cm 1mm 1 10 =0.1mm = f(x) f(x) = n

1 1.1 Excel Excel Excel log 1, log 2, log 3,, log 10 e = ln 10 log cm 1mm 1 10 =0.1mm = f(x) f(x) = n 1 1.1 Excel Excel Excel log 1, log, log,, log e.7188188 ln log 1. 5cm 1mm 1 0.1mm 0.1 4 4 1 4.1 fx) fx) n0 f n) 0) x n n! n + 1 R n+1 x) fx) f0) + f 0) 1! x + f 0)! x + + f n) 0) x n + R n+1 x) n! 1 .

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回:入門編 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

PX-047A Series

PX-047A Series B K L & L & A B C D E F A B A B C A B C A B A B A B C D E F G P BB H I y y & & K L L & & K L L L L & & & & L d L & & & & L L & & & L & & & & L & & & & & & & & L L L L L L & & & A B C D E F G

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

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

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

2011-10-22 16:50 17:40 2011-10-23 ptex CIO 20 1991 1994 1997 2000 2004 2007 2010 TEX 1986 1987 1987 ASCII TEX MicroTEX 98,000 34,000 1990 ptex ptexst C 1991 2003 LATEX 1991 min10 1993 JIS X 4051 LATEX

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

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

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

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

TikZ - TeX Wiki

TikZ - TeX Wiki 1 / 10 基本的な用法 TeX Wiki から抜粋 ( 最後に LINK あり ) 基本的な使い方 インライン形式で図を本文の一部に入れるときは \tikz 1 行コマンド ; とします コマンドの終了は ; ( セミコロン ) です 独立した環境の中に複雑な ( 複数の ) コマンドを記す場合は [ 環境オプション ] コマンド ; コマンド ; ; とします 各コマンドは ; ( セミコロン

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

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

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

10 117 5 1 121841 4 15 12 7 27 12 6 31856 8 21 1983-2 - 321899 12 21656 2 45 9 2 131816 4 91812 11 20 1887 461971 11 3 2 161703 11 13 98 3 16201700-3 - 2 35 6 7 8 9 12 13 12 481973 12 2 571982 161703 11

More information

0.45m1.00m 1.00m 1.00m 0.33m 0.33m 0.33m 0.45m 1.00m 2

0.45m1.00m 1.00m 1.00m 0.33m 0.33m 0.33m 0.45m 1.00m 2 24 11 10 24 12 10 30 1 0.45m1.00m 1.00m 1.00m 0.33m 0.33m 0.33m 0.45m 1.00m 2 23% 29% 71% 67% 6% 4% n=1525 n=1137 6% +6% -4% -2% 21% 30% 5% 35% 6% 6% 11% 40% 37% 36 172 166 371 213 226 177 54 382 704 216

More information

( ) ( ) 20 11 11-13 15 20 21 ( ) 114cm 100cm 85cm () () 11 18 19 19-25 26 ( 1 ) 1 2 10 ( ) () 11 16 19 21 24-13 20 3 20 ( ) ( ) 14 15 19 20 23 29 13 20 4/15 600 400 5 7 1 8 5 7 20 3 1999 1000 100 86

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

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.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

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

1 1 2 9 3 4 5 6 7 2 8 9 http://t.pia.jp/ Point Point TOP 10 11 http://apps.microsoft.com/windows/ja-jp/app/49b9d8c8-278d-4ebe-b320-1d81ad07ff36 http://s.pia.jp/pia/ 12 http://t2.pia.jp/info/api.html 13 http://t2.pia.jp/feature/music/musiccomplex/index.html

More information

TEX tex.html 1.2 ISBN ISBN Kobayashi-Nomizu Strunk and White, T

TEX     tex.html 1.2 ISBN ISBN Kobayashi-Nomizu Strunk and White, T Karel Svadlenka 2018 5 11 1 1 1.1........................................... 1 1.2................................................ 2 2 2 3 L A TEX 2 4 4 5 L A TEX 9 5.1...............................................

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

untitled

untitled 280 200 5 7,800 6 8,600 28 1 1 18 7 8 2 ( 31 ) 7 42 2 / / / / / / / / / / 1 3 (1) 4 5 3 1 1 1 A B C D 6 (1) -----) (2) -- ()) (3) ----(). ()() () ( )( )( )( ) ( ) ( )( )( )( ) () (). () ()() 7 () ( ) 1

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

- II

- II - II- - -.................................................................................................... 3.3.............................................. 4 6...........................................

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

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

11 Debian Debian Debian Project Official Developer

11 Debian Debian Debian Project Official Developer 11 Debian Debian 2005 12 10 Debian Project Official Developer 1 Introduction To Debian 2 1.1.................................................. 2 1.2................................................ 2 2

More information

40 41 42 43 3,000 400 4,0006,0003,0004,0002,0003,000 40 4 6 43 2 3 4 1 1960 1960 51

40 41 42 43 3,000 400 4,0006,0003,0004,0002,0003,000 40 4 6 43 2 3 4 1 1960 1960 51 1960 2122194647 251950 401965 451970 381963 391964 3841 10 4015,700 4,0001,20010,50011,300 40040010,50027,000 40 40 8,00018,984 3,004390 41 4,000 400 1,200 400 10,500 10,500 15,700 11,300 27,000 39.8.31

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

1. 52

1. 52 51 1. 52 5 2. 1 2 54 4 55 5 1 56 2 57 . 1 1 58 2 1 59 2 4 60 61 62 6 64 4. 65 66 67 5 1 2 4 68 1 69 2 70 1 2 71 72 1 2 7 1 2 74 75 1 76 2 77 1 2 78 4 79 5 80 6. 1 81 2 82 8 84 85 86 87 7. 88 89 8. column

More information

1 2 2 36 8 1212 15 16 20 22 24 26 28 8 14 21 1 31 32 32 3335 37 39 43 45 48 49 5051 54 56 58 6264 6669 43 50 58 2 73 74 7779 8183 85 88 91 93 9698 100 102103 74 85 93 106 106 108 110 112 3 115 116 116

More information

扉*-p02_OCF4.1

扉*-p02_OCF4.1 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 ü 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70

More information

5 LATEX 2ε 2010

5 LATEX 2ε 2010 2010-11-27 15:30 16:00 TEX 5 LATEX 2ε 2010 1986 Lisp-Stat 1996 ptex 1987 ASCII TEX 1990 ptex 1993 JIS X 4051 1994 ptex JIS 1995 ptex 3.0 platex 2ε 2000 jsarticle 2008 ε-ptex e-ptex 2010 TEX Live 2010

More information

4 4 4 a b c d a b A c d A a da ad bce O E O n A n O ad bc a d n A n O 5 {a n } S n a k n a n + k S n a a n+ S n n S n n log x x {xy } x, y x + y 7 fx

4 4 4 a b c d a b A c d A a da ad bce O E O n A n O ad bc a d n A n O 5 {a n } S n a k n a n + k S n a a n+ S n n S n n log x x {xy } x, y x + y 7 fx 4 4 5 4 I II III A B C, 5 7 I II A B,, 8, 9 I II A B O A,, Bb, b, Cc, c, c b c b b c c c OA BC P BC OP BC P AP BC n f n x xn e x! e n! n f n x f n x f n x f k x k 4 e > f n x dx k k! fx sin x cos x tan

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 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

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

2 4 BASIC (4) WWW BASIC 1 2 ( ) ( ) 1.2 3B 5 14 ( ) ( ) 3 1 1

2 4 BASIC (4) WWW   BASIC 1 2 ( ) ( ) 1.2 3B 5 14 ( ) ( ) 3 1 1 2 4 BASIC (4 2007 5 8 WWW http://www.math.meiji.ac.jp/~mk/syori2-2007/ BASIC 2 (. (5 5 3.2 3B 5 4 ( 5 5 5 2 ( 3 ( PAINT PAINT ( MAT PLOT AREA.3 : MAT PLOT AREA PAINT ( BASIC (.3. MAT PLOT AREA REM testmatplotarea.bas

More information

edaenumerate (1) (2) (3) (4) (5) (6) (7) (8) (9) 2. 3 edaenumerate edaenumerate 2 <..> \begin{enumerate}<3> (1) (2) (3) (4) (5) (6) (7) (8) (9)

edaenumerate (1) (2) (3) (4) (5) (6) (7) (8) (9) 2. 3 edaenumerate edaenumerate 2 <..> \begin{enumerate}<3> (1) (2) (3) (4) (5) (6) (7) (8) (9) emathey.sty v 0.00 tdb 2005/09/03 enumerate http://emath.s40.xrea.com/ 1 1 2 4 2.1... 4 2.2... 11 2.3 yokoenumerate... 12 3 * 13 1 1. 2 edaenumerate (1) (2) (3) (4) (5) (6) (7) (8) (9) 2. 3 edaenumerate

More information

FX ) 2

FX ) 2 (FX) 1 1 2009 12 12 13 2009 1 FX ) 2 1 (FX) 2 1 2 1 2 3 2010 8 FX 1998 1 FX FX 4 1 1 (FX) () () 1998 4 1 100 120 1 100 120 120 100 20 FX 100 100 100 1 100 100 100 1 100 1 100 100 1 100 101 101 100 100

More information

pdf

pdf http://www.ns.kogakuin.ac.jp/~ft13389/lecture/physics1a2b/ pdf I 1 1 1.1 ( ) 1. 30 m µm 2. 20 cm km 3. 10 m 2 cm 2 4. 5 cm 3 km 3 5. 1 6. 1 7. 1 1.2 ( ) 1. 1 m + 10 cm 2. 1 hr + 6400 sec 3. 3.0 10 5 kg

More information

46 Debian

46 Debian 46 Debian 2008 11 15 46 Debian 2008 11 1 Introduction Debian Debian Debian Debian Debian Developer ( ) face-to-face Debian Debian Debian Debian Package Debian 2008 1. 2. Open Source Conference Tokyo (3/1)

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

Abstract :

Abstract : 17 18 3 : 3604U079- Abstract : 1 3 1.1....................................... 4 1................................... 4 1.3.................................. 4 5.1..................................... 6.................................

More information

PowerPoint プレゼンテーション

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

More information