TEX , TEX 2014 MacBook 1 TEX 3 2 L A TEX (TEXShop ) 5 3 L A TEX L A T

Size: px
Start display at page:

Download "TEX , TEX 2014 MacBook 1 TEX 3 2 L A TEX (TEXShop ) 5 3 L A TEX L A T"

Transcription

1 TEX , TEX 2014 MacBook 1 TEX 3 2 L A TEX (TEXShop ) 5 3 L A TEX L A TEX TEX L A TEX ( ) L A TEX.tex ( ) (parenthesis ( ), brace { }, bracket [ ]) ( ) sin

2 { misc chapter, section, subsection, paragraph ( ) (enumerate, itemize, description ) TEX L A TEX L A TEX figure PostScript JPEG JPEG JPEG PostScript JPEG dviout : : PDF PS misc xbb TikZ

3 11.4 plot L A TEX Beamer stepwise viewing A Tips 57 A A.1.1 L A TEX A.1.2 dvipdfmx A A.2 PostScript A.3 BoundingBox A.4 (\today ) A.5 jobname A.6 macos A.7 QED A.8 R A A A A.12 rsfs ( 1 ) A.13 exsheets (Yet anohter package for the creation of exercise sheets) A A.15 URL A B 63 B B B C MathJax 64 1 TEX ( ) 3

4 TEX TEX (Donald Knuth 1, 2, The Art of Computer Programming ) ( 3 ) ( 1978 ) TEX 4 ( ) 5 TEX Knuth TEX ( ) TEX TEX C ( ) PDF ( ) Windows (TeXShop, TeXworks, etc.) TEX TEX ( ) TEX ( ) ( ) ( ) 4 TEX Joy of TEX 5 WYSIWYG (What you see is what you get), TEX 4

5 TEX PDF TEX ( ) TEX PDF (portable document format) 2 L A TEX (TEXShop ) TEX L A TEX ( pl A TEX) TeXShop Finder TeXShop : TeXShop 5

6 [ ] [ ] TEX 2: first.tex \documentclass[12pt,leqno]{jarticle} \usepackage[a4paper]{geometry} \usepackage{amsmath,amssymb} \usepackage[dvipdfmx]{graphicx} \usepackage{otf} \begin{document} \title{ \TeX} \author{ }% \date{ } \maketitle \int_{-\infty}^{\infty} e^{-x^2} dx=\sqrt{\pi}. \end{document} [ ] [ ] myfirst.tex ( myfirst ) [ ] 5 6

7 3: mylatex.tex 4: 7

8 5: 8

9 LaTeX Osusume Template.tex \documentclass[12pt,leqno,dvipdfmx]{jarticle} \usepackage[a4paper]{geometry} \usepackage{amsmath,amssymb} \usepackage{graphicx} \usepackage{otf} \begin{document} \title{}% \author{}% \date{2019 } \maketitle %\tableofcontents \end{document} ( ) TeXShop ~/Library/TeXShop/Stationery/ curl -O curl -O cp -p LaTeX_Osusume_Template.* ~/Library/TeXShop/Stationery ~/Library/TeXShop/Templates cp -p LaTeX_Osusume_Template.* ~/Library/TeXShop/Templates 3 L A TEX 3.1 L A TEX L A TEX \documentclass[12pt,leqno]{jarticle}% \begin{document} \end{document} \documentclass[12pt,leqno]{jarticle}% \begin{document} % 4 \title{ X} \author{ } \date{ } \maketitle \end{document} 9

10 \begin{document} \end{document} \documentclass[12pt,leqno]{jarticle}% \begin{document} % 4 \title{ X} \author{ } \date{ } \maketitle \end{document} TEX verbatim \documentclass[12pt]{jarticle} \usepackage[a4paper,vscale=0.9,hscale=0.8]{geometry} \usepackage{amsmath,amssymb}% \usepackage[dvipdfmx]{graphicx}% \begin{document} \title{\tex\ } \author{ \quad } \date{ } \maketitle \tableofcontents \section{ } \section{\tex\ } \LaTeX\ \cite{ } \TeX\ \cite{ } \section{ } \begin{thebibliography}{99} \bibitem{ },, \LaTeXe\ 7, (2017). \bibitem{ } E.,, \TeX\ ---, (1992). \end{thebibliography} \end{document} 10

11 3.2 TEX MacBook Air TeXShop ( ) Mac TEX MacTeX 6 TeXShop 7 OK ( 2018 (Mac) MacTeX , MacTeX ). TeXShop PATH MacTeX /etc/paths.d /etc/paths.d/tex /Library/TeX/texbin bash ~/.profile ( ~/.bash profile) export PATH=$PATH:/Library/TeX/texbin tcsh ~/.tcshrc set path=($path /Library/TeX/texbin) (2019/4/20 ) 2018, 2019 MacBook 4 TeXShop ( ) 2019 Mac TeX L A TEX ( ) TEX TeXShop TeXShop (TeXLive ) 1. mylatex.tex (, mi, emacs ) ( ) ( X kadaix.tex )

12 2..tex dvi ( ) $ platex.tex Enter (, ) 3..dvi ( ) pxdvi $ pxdvi.dvi & Enter 4. PDF.dvi PDF $ dvipdfmx.dvi Enter.pdf ( : emacs YaTeX macos emacs ) 4 L A TEX.tex 4.1.tex TEX \( 16 0x5c, 10 92) Windows \ Windows (16 0x5c, 10 92) TEX Mac Unicode UTF8 (0x5c) \, (0xc2 0xa5) Y= Mac Y= (0xc2 0xa5) option Y= (0x5c) [ ] [ ] [ ] ( ) Y= Y=( ) \ ( ) TEX C \ ( ) % 12

13 mylatex.tex ( ) mylatex.tex \documentclass[12pt,leqno]{jarticle} \usepackage[a4paper]{geometry} \usepackage{amsmath,amssymb} \usepackage[dvipdfmx]{graphicx} \usepackage{otf} \begin{document} \title{} \author{ }% \date{2019 } \maketitle \end{document} ( ) \title{ \TeX}% \author{ } % \date{ } % ( ) \maketitle % (date ( ) ) %\ % \title{ \TeX} \author{ } \maketitle ( \date{} % ) \begin{document} \end{document} :! " ( ) - [ ] + * ; :?,. ( , en-dash, em-dash $-$ ) 13

14 # \ \# (\ ) # $ % & { } $ $ < > 3 ( ) ~ \textasciitilde \ \textbackslash ^ \textasciicircum ( ) 4.2 ( ) 11 TEX ( ).tex This is a pen. This is a pen. \quad ( ) (\par ) ( (indentation)) 1 ( ) ( ) ( ) I love you. 11 TEX 14

15 I love you. \\ 95% ( ) ( ) 4.3 (9 ) \tiny \scriptsize \footnotesize \small \normalsize \large \Large \LARGE \huge \Huge {\tiny a} {\scriptsize a} {\footnotesize a} {\small a} {\normalsize a} {\large a} {\Large a} {\LARGE a} {\huge a} {\Huge a} 15

16 a a a a a a a a a a \scalebox{}{} \usepackage{graphicx}% graphicx \begin{document}... \scalebox{10.0}{a} a \textrm{} ( ) abcabc \textit{} abcabc \textsf{} abcabc \texttt{} abcabc \textbf{} abcabc \textsc{} abcabc \textsl{} abcabc \textgt{} \textmc{} ( ) \textbf{} \textgt{ } \textmc{ } \textbf{ } ( WWW ) 16

17 ( ) $ $a^2+b^2=c^2$ a 2 + b 2 = c 2 2. ( ) a^2+b^2=c^2 a 2 + b 2 = c 2 equation \begin{equation} a^2+b^2=c^2 \end{equation} \documentclass[12pt,leqno]{jarticle} leqno (left equation number) (1) a 2 + b 2 = c (parenthesis ( ), brace { }, bracket [ ]) (, ) [, ] {, } \ 17

18 : ( ), { }, [ ] ( ), [ ], { } \{[(a+b)+c]+d\} {[(a + b) + c] + d} \left \right \left[ \left(x-x_0\right)^2+\left(y-y_0\right)^2 \right]^{1/2} [ (x x0 ) 2 + (y y 0 ) 2] 1/2 \left \right \middle A=\left\{\frac{1}{n}\middle n\in\mathbb{n}\right\}. { } 1 A = n n N. \mid \mid \middle \middle ( stackexchange.com/questions/5502/how-to-get-a-mid-binary-relation-that-grows) \newcommand{\relmiddle}[1]{\mathrel{}\middle#1\mathrel{}}% A=\left\{\frac{1}{n}\relmiddle n\in\n\right\}. A = { 1 n } n N. 18

19 5.3 ( ) 12 a\,a\;a\ a\quad a\qquad a a a a a a a \! ( ) \int\int f(x,y)\;dxdy=\int\!\!\!\int f(x,y)dxdy f(x, y) dxdy = f(x, y)dxdy ( ) % (\begin{document} ) \newcommand{\dint}{\int\!\!\!\int}... \int\int f(x,y)\;dxdy=\dint f(x,y)dxdy \ ( ) \alpha\beta\gamma\delta\epsilon\zeta\eta\theta\iota\kappa\lambda\mu\nu\xi % omicron o \omicron \pi\rho\sigma\tau\upsilon\phi\chi\psi\omega 12 quad (=quadrat) ( ) (heart) 19

20 αβγδϵζηθικλµνξπρστ υϕχψω ( alpha, beta, ) \varepsilon\vartheta\varpi\varrho\varsigma\varphi \varepsilon, \varphi εϑϖϱςφ \Gamma \Delta \Theta \Lambda \Xi \Pi \Sigma \Upsilon \Phi \Psi \Omega Γ ΘΛΞΠΣΥΦΨΩ ( α A ) \mathit{} \mathit{\gamma \Delta \Theta \Lambda \Xi \Pi \Sigma \Upsilon \Phi \Psi \Omega} Γ ΘΛΞΠΣΥΦΨΩ \vargamma var \vargamma \vardelta \vartheta \varlambda \varxi \varpi \varsigma \varupsilon \varphi \varpsi \varomega Γ ΘΛΞΠΣΥ ΦΨΩ 20

21 5.4.2 a\in A\subset B,\quad C\supset D,\quad a\not\in A,\quad C\not\supset D,\quad A\cup B, A\cap B, A\setminus B=\emptyset,\quad \bigcup_{i=1}^\infty A_i=\bigcap_{i=1}^\infty B_i a A B, C D, a A, C D, A B, A B, A \ B =, A i = \varnothing (\in) (\ni) (\supset subset ( ) superset ) < A\subseteq B,\quad A\subseteqq B,\quad A\subsetneq B,\quad A\subsetneqq B. A B, A B, A B, A B. : and \wedge \land, or \vee \lor, not \neg \lnot (l logic logical ) \neg(p\wedge Q)\equiv \neg P\vee \neg Q. i=1 i=1 B i (P Q) P Q. \Leftrightarrow, \Rightarrow 5.5 a 2 a^2 a n a_n 2 2n 2^{2^n} 21

22 \lim_{r\to\infty}\int_a^r f(x)\;dx=\sum_{n=1}^\infty a_n R lim f(x) dx = R a n=1 a n 5.6 \frac{}{} 13 \frac{a+b}{c}=\frac12 a + b c = 1 2 \displaystle $\frac{a+b}{c}=\frac12$ $\displaystyle\frac{a+b}{c}=\frac12$ a+b c = 1 2 a + b c = 1 2 \dfrac (amsmath ) \displaystyle \begin{document} \newcommand{\dsp}{\displaystyle} \dsp \displaystyle TEX ( ) 13 a b b a a over b 22

23 \frac{1}{2}+\frac{1}{3}=\frac{1}{\;2\;}+\frac{1}{\;3\;} = \raise \lower \frac{\kakko{ }}{\kakko{ }} = \frac{\raise0.8ex\hbox{$\;\kakko{ }\;$}} {\lower1ex\hbox{$\kakko{ }$}} = 5.7 sin sin x s, i, n 14 ( ) sin x \sin x=\log y=\max A sin x = log x = max A log x logx ( l, o, g, x ) \begin{document} ( ) \newcommand{\grad}{\mathop{\mathrm{grad}}\nolimits} ( grad ) \grad 14 x ( ) 23

24 5.8 \to \mapsto \leftarrow \rightarrow \leftrightarrow \longleftarrow \Leftarrow \to \quad \mapsto \quad \leftarrow \quad \Leftarrow \quad \longleftarrow \quad \Longleftarrow \quad \leftrightarrow \quad \Leftrightarrow \quad \longleftrightarrow \quad \Longleftrightarrow left right = \uparrow \quad \downarrow \quad \Uparrow \quad \Downarrow \quad \updownarrow \quad \Updownarrow \quad \nearrow \quad \nwarrow \quad \searrow \quad \swarrow \to \mapsto (nearrow, nwarrow, searrow, swarrow north-east, north-west, south-east, south-west ) 5.9 \cdot \quad \cdots \quad \ldots \quad \ddots \quad \vdots (c center, l low, d diagonal ( ), v vertical ( ))

25 5.10 <, > \le \ge 15 a<b\le c\ge d a < b c d \ll, \gg, = \ne, \leqq, \geqq ( AMS \usepackage{amssymb} ) 5.11 \ \pm \mp \times \div \sim \simeq \fallingdotseq \leqq \geqq ± \nabla \triangle \partial \forall \exists \infty \propto \perp \angle \langle \rangle \fallingdotseq AMS (, American Mathematical Society) \usepackage{amssymb}... \usepackage{amssymb}% AMS... \begin{document}... \ \quad \pm\quad \mp \quad \times \quad \div \quad \sim \quad \simeq \quad \fallingdotseq \quad \leqq \quad \geqq\quad \nabla \quad \triangle \quad \partial \quad \forall \quad \exists \quad \infty \quad \propto\quad \perp \quad \angle\quad \langle\quad \rangle... ± \fallingdotseq \partial (8.1 ) less than or equal to le, greater than or equal to ge 16 25

26 5.12 { ( ) ( ) array matrix ( 1 ) ( ) ( [, ], {, }) \left \right array \left( \begin{array}{cc} a & b \\ c & d \end{array} \right) \left( \begin{array}{c} x \\ y \end{array} \right) ( a c ) ( b d AMS pmatrix pmatrix \documentclass[12pt,leqno]{jarticle}... \usepackage{amsmath}%... \begin{document}... \begin{pmatrix} a & b \\ c & d \end{pmatrix} \begin{pmatrix} x \\ y \end{pmatrix} x y ) 26

27 pmatrix 17 array (l) (c) (r) { x (x 0 ) x = x (x < 0 ) x = \left\{ \begin{array}{rl}% 1 l ( L ) left x & \text{($x\ge 0$ )}\\ -x & \text{($x<0$ )} \end{array} \right. % (. ) cases x = \begin{cases} x & \text{($x\ge 0$ )}\\ -x & \text{($x< 0$ )} \end{cases} 5.13 \mbox{} \text{} ( ) \usepackage{amsmath}% \text{}... f(x)=\log x\quad\mbox{($x$ )},\quad \zeta(s)=\prod_{\text{$p$ }}\frac{1}{1-\dfrac{1}{p^s}} f(x) = log x (x ), ζ(s) = p p s 17 bmatrix, Bmatrix matrix 27

28 5.14 align, align* \begin{align*} x&=1,\\ f(x)&=10. \end{align*} x = 1, f(x) = 10. \begin{align*} &x=1,\\ &f(x)=10. \end{align*} x = 1, f(x) = 10. (*) align ( ) \begin{align} x&=1,\\ f(x)&=10. \end{align} (2) (3) x = 1, f(x) = 10. \intertext{} ( \begin{equation} \end{equation} (equation ) \begin{equation} 3^2+4^2=5^2. \end{equation} (4) = 5 2. align subequations

29 5.15 \underline{abc}, \quad \overline{abc}, \quad \overrightarrow{abc}, \quad \overleftarrow{abc}, \quad \overbrace{abc}, \quad \underbrace{abc} ABC, ABC, ABC, ABC, {}}{ ABC, ABC }{{} \overbrace{} \newcomamnd{\r}{\mathbb{r}} \R^n:=\overbrace{\R\times\cdots\times\R}^{\text{$n$ }} R n := n {}}{ R R 5.16 subequations \begin{subequations} \begin{align} & \frac{\d x}{\d t}=f(t,x) \\ & x(0)=x_0 \end{align} \end{subequations} (5a) (5b) dx = f(t, x) dt x(0) = x0 ( 1 2 (2), 3 4 (4)) 29

30 %%%%%%%%%% \makeatletter \renewcommand{\theequation}{% \arabic{equation}} \makeatother %%%%%%%%%% (1 2 (1.2) ) \makeatletter \@addtoreset{equation}{section} \def\theequation{\thesection.\arabic{equation}}% renewcommand OK \makeatother \numberwithin{equation}{section} 1 2 (1.2) 5.17 misc def. =? \stackrel{}{}, \overset{}{} f(x)\stackrel{\mathrm{def.}}{=}x^2+2x+3,\quad g(x)\overset{\mathrm{def.}}{=}3x^2+2x+1,\quad h(x)\underset{\mathrm{def.}}{=}\sin x. f(x) def. = x 2 + 2x + 3, g(x) def. = 3x 2 + 2x + 1, h(x) = def. sin x. lim y=kx (x,y) (0,0) \atop \genfrac{}{}{0pt}{1}{ }{ } \lim_{y=kx\atop (x,y)\to(0,0)}\frac{x y}{x^2+y^2} = \lim_{\genfrac{}{}{0pt}{1}{y=kx}{(x,y)\to(0,0)}}\frac{x y}{x^2+y^2} 30

31 lim y=kx (x,y) (0,0) xy x 2 + y 2 = lim y=kx (x,y) (0,0) xy x 2 + y chapter, section, subsection, paragraph L A TEX \part{ } x \chapter{ } x \section{ } x \subsection{ } \subsubsection{ } \paragraph{ } \subparagraph{ } jarticle part, chapter ( section ) chapter jreport jbook part jbook jbook \documentclass[12pt,leqno]{jbook} 6.2 chapter section \tableofcontents \section*{} \addcontentsline{toc}{section}{ } 6.3 L A TEX ( pbibtex ) 2 31

32 \begin{thebibliography}{99}% 99 \bibitem{ },, \LaTeXe\ 7, (2017). \bibitem{ } E.,, \TeX\ ---, (1992). \end{thebibliography} \cite{ } \cite{ } \TeX\ [1] TEX jreport, jbook thebibliography \renewcommand{\bibname}{ } \bibname 32

33 6.4 \documentclass[12pt]{jarticle} \usepackage[a4paper,vscale=0.9,hscale=0.8]{geometry} \usepackage{amsmath,amssymb}% \usepackage[dvipdfmx]{graphicx}% \usepackage{otf} \begin{document} \title{\tex\ } \author{ \quad } \date{ } \maketitle \tableofcontents \section{ } \section{\tex\ } \LaTeX\ \cite{ } \TeX\ \cite{ } \section{ } \begin{thebibliography}{99} \bibitem{ },, \LaTeXe\ 7, (2017). \bibitem{ } E.,, \TeX\ ---, (1992). \end{thebibliography} \end{document} 1 (1, 2, 3 1 ) 7 (WWW ) [1] 33

34 7.1 ( ) 7.2 \label{} \ref{} TEX \label{ } ref\{ } 7.3 ( ) ( ) 7.4 (enumerate, itemize, description ) ( ) 7.5 ( ) 8 TEX 8.1 gradient \newcommand{\grad}{\mathop{\mathrm{grad}}\nolimits} \grad TEX \displaystyle \varepsilon \displaystyle, \varepsilon \dsp, \eps \newcommand{\dsp}{\displaystyle} \newcommand{\eps}{\varepsilon} 2 2 ( ) 34

35 \left( \begin{array}{cc} 1 & 2 \\ 3 & 4 \end{array} \right) 2 2 \newcommand{\gyouretsu}[4]{ \left( \begin{array}{cc} {#1} & {#2}\\ {#3} & {#4} \end{array} \right) } \gyouretsu ( 4 ) \gyouretsu{1}{2}{3}{4}+\gyouretsu{5}{6}{7}{8}= \gyouretsu{6}{8}{10}{12} ( ) ( ) ( ) = (gyouretu22 ) L A TEX 8.2 L A TEX ( ) \usepackage{} ( ) geometry TEX geometry 18 (latex geometry.ins geometry.sty ) \usepackage[a4paper]{geometry} \usepackage[a4paper,vscale=0.9,hscale=0.8]{geometry}

36 amsmath, amssymb (American Mathematical Society, AMS) amsmath, amssymb \usepackage{amsmath,amssymb} graphicx \includegraphics{} ( ) \usepackage[dvipdfmx]{graphicx} \usepackage[dvips]{graphicx}% dvips LaTeX Beamer TEX LaTeX Beamer WWW 12 ascmac \yen screen itembox ascmac \usepackage{ascmac} 9 L A TEX ( ) verbatim \begin{verbatim} #include <stdio.h> int main(void) { } printf("hello, world\n"); return 0; \end{verbatim}.tex verbatim ( verbatim ) 36

37 moreverb \verbatimtabinput{} \listinginput{}{} ( ) hello.c, world.c \documentclass[12pt,leqno]{jarticle} \usepackage{moreverb}% \begin{document}... \verbatimtabinput[4]{hello.c}% hello.c 4... \listinginput{1}{world.c}% world.c 1... \end{document} (\listinginput{} \def\verbatimtabsize{4} ) verbatimfiles moreverb verbatimfiles verbatimfiles \verbatimfile{} \verbatimlisting{} ( ) hello.c \documentclass[12pt,leqno]{jarticle} \usepackage{verbatimfiles}% ( s ) \begin{document}... \verbatimfile{hello.c}% hello.c... \end{document} 10 L A TEX ( ) (2018/6/29) EPS, JPEG PNG PDF ( JPEG ) 10.1 L A TEX (1) ( ) 37

38 dvipdfmx, dvipdfm, dvips, dviout Windows dviout, UNIX dvips dvipdfmx \documentclass[12pt,...,dvipdfmx]{jarticle} \documentclass{} (2) graphics, graphicx graphicx \usepackage{graphicx} (3) \includegraphics[ ]{ }.tex macos UTF8 Normalization form D dvipdfmx PDF (.pdf), PNG (.png), JPEG (.jpg), EPS (.eps) includegraphics height= ( ), scale= ( ), angle= ( ), clip ( ), bb= (BoundigBox ) origin= ( c, tl, tr, bl, br) (BoundingBox ) PDF, PNG, JPEG TEX includegraphics bb= (?) BoundingBox \includegraphics[width=10cm,bb= ]{photo0620.png} EPS BoundingBox [x 1, x 2 ] [y 1, y 2 ] %%BoundingBox: x 1 y 1 x 2 y 2 BoundingBox %%BoundingBox: includegraphics figure 38

39 dvips EPS (.eps) JPEG jpeg2ps EPS BoundingBox ( ) myimage.png.png.pdf,.jpg myimage.png BoundingBox TEX BoundingBox myimage.xbb TEX extractbb ( dvipdfmx) myimage.xbb extractbb mygraph.png texmf.cnf shell escape commands= extractbb texmf.cnf shell escape commands= shell_escape_commands = \ bibtex,bibtex8,bibtexu,pbibtex,upbibtex,biber,\ kpsewhich,\ makeindex,mendex,texindy,\ mpost,pmpost,upmpost,\ repstopdf,epspdf,extractbb,\ ( ) \ 1 TeXLive texmf.cnf /usr/local/texlive/texmf-local/web2c/ ( 7 texmf.cnf ) sudo mktexlsr /usr/local/texlive/texmf-local/web2c/texmf.cnf myimage.png ( ) myimage.pdf myimage.xbb myimage.xbb TeXLive 2014 L A TEX.xbb ( BoundingBox ) myimage.xbb 39

40 10.2 figure ( ) TEX figure table \begin{figure}[htbp] \centering \includegraphics[ ]{ } \caption{ ( )} \label{figure: } \end{figure} ( TeXShop ) TEX \clearpage ( ) ccaption \legend{} \usepackage{ccaption}... \caption{ (1 )} \legend{ (2 )} TEX float [H] (H (here) here.sty ) \usepackage{float}... \begin{figure}[h]... \end{figure} 10.3 PostScript ( : PostScript ) PostScript L A TEX PostScript (Encapsulated PostScript, EPS,.eps ) Mathematica EPS OS 19 (2015/6/20) Mathematica 10 Times-Roman MathematicaSans dvipdfmx PDF 19 Mac MacPorts sudo port install gv; sudo port install ghostscript-fonts-hiragino Ghostscript gv 40

41 kamehoshi2.eps \documentclass[12pt,leqno,dvipdfmx]{jarticle} \usepackage{graphicx}% graphicx \begin{figure}[htbp] \centering \includegraphics[width=5cm]{eps/kamehoshi2.eps} \caption{ } \end{figure} 6: Mathematica ( gnuplot ( GLSC ( FreeFem++ ( html) PostScript Mathematica, g=plot[sin[x],{x,0,2pi}] Export["mygraph.eps",g] ( PostScript ) Export["mygraph.jpg", g, ImageResolution->1200] JPEG ( 1200 dpi ) jpeg2ps mygraph.jpg > mygraph.eps convert mygraph.jpg mygraph.eps PostScript 41

42 gnuplot gnuplot> set term postscript eps color gnuplot> set output "mygraph.eps" gnuplot> set term push gnuplot> set term postscript eps color gnuplot> set output "mygraph.eps" gnuplot> ( ) gnuplot> set term pop ( set term x11 set term win push, pop ) GLSC g_init("mygraph",...); g_device(g_both);... ( g init() mygraph ) ( G BOTH) g_out -i mygraph mygraph.i00 \includegraphics[angle=90,width=10cm]{mygraph.i00} angle=90 (width= angle= ) g_out -iv mygraph (-v ) -v BoundingBox ( head mygraph.i00 ) ps2eps ps2eps -t=100,200 mygraph.i00 (100,200 ) mygraph.i00.eps g out PostScript BoundingBox ps2eps ( BoundingBox ) 10.4 JPEG JPEG 42

43 BASIC (A) JPEG (.JPG ) JPEG dvipdfmx \includegraphics{} JPEG PostScript dvips JPEG JPEG jpeg2ps 20 convert (ImageMagick ) EPS Windows Cygwin jpeg2ps Cygwin Z:Y=.windows2000Y=syori2>jpeg2ps kamehosi.jpg > kamehosi.eps kamehosi.jpg EPS kamehosi.eps Mac MacPorts sudo port install jpeg2ps jpeg2ps kamehosi.jpg > kamehosi.eps Windows 7 GUI wjpeg2ps 21 JPEG wjpeg2ps convert EPS TEX jpeg2ps JPEG JPEG Windows BMP, GIF, TIFF, PNG dvipdfmx png png includegraphics (tiff ) dvips EPS JPEG ( dvipdfmx )

44 JPEG jpeg2ps PostScript ( BMP ) PostScript JPEG jpeg2ps JPEG JPEG JPEG Windows ( ) IrfanView ( ) UNIX ( Cygwin, Mac) ImageMagick convert JPEG convert nantoka.bmp nantoka.jpg convert nantoka.gif nantoka.jpg convert nantoka.png nantoka.jpg.jpg 10.6 dviout ( ) dviout Option Setup Parameters Graphic GIF BMP(full-color) dviout -GIF= : Mac OS ( ) shift + command + 3 ( ), shift + command + 4 ( ) (, png ) Windows 7 Alt + Print Screen ( Print Screen Fn Alt + Fn + PrintScreen ) 23 ( JPEG ) : PDF PS ( ) convert convert nantoka.pdf nantoka.eps ghostscript pdf2ps 23 (P) 44

45 pdf2ps nantoka.pdf ps2eps nantoka.ps nantoka.eps PDF PostScript 10.8 misc graphicx color.sty 1 \documentclass[12pt,dvipdfmx]{jarticle} \usepackage{graphicx} \usepackage{color} 2 \documentclass[12pt]{jarticle} \usepackage[dvipdfmx]{graphicx} \usepackage[dvipdfmx]{color} color.sty ( gouji.sty \RequirePackage[dv ) 2 geometry TikZ xbb mygraph.{pdf,png,jpg} BoundingBox mygraph.xbb.xbb TeXLive extractbb extractbb mygraph.pdf xbb mygraph.pdf extractbb TeXLive ( dvipdfmx ) $TEXMF/web2c/texmf.cnf 45

46 % % t ( ) % % p (shell_escape_commands ) shell_escape = p shell_escape_commands = \ bibtex,bibtex8,bibtexu,pbibtex,upbibtex,biber,\ kpsewhich,\ makeindex,mendex,texindy,\ mpost,pmpost,\ repstopdf,epspdf,extractbb,\ extractbb.xbb TEX.xbb extractbb xbb ebb dvipdfmx xbb $ which dvipdfmx /usr/local/texlive/2014/bin/x86_64-darwin/dvipdfmx ( cd ) $ pushd /usr/local/texlive/2014/bin/x86_64-darwin/ $ sudo ln -s dvipdfmx xbb $ popd dvipdfmx.def.xbb CTAN (ftp://ftp.kddilabs.jp/ctan/macros/latex/contrib/dvipdfmx-def/dvipdfmx.def) ( : \usepackage[dvipdfmx]{graphicx} \usepackage[dvipdfm]{graphicx} ebb.bb ebb dvipdfmx L A TEX Beamer (12) dvipdfm dvipdfmx dvipdfm ) 11 TikZ TEX picture TikZ ( ) 11.1 dvipdfmx 46

47 \documentclass[...,dvipdfmx]{jarticle} \usepackage{graphicx} \usepackage{tikz} \usepackage[dvipdfmx]{graphicx} \usepackage{tikz} \usetikzlibrary{intersections,calc,arrows.meta} 11.2 texdoc tikz /usr/local/texlive/2018/texmf-dist/doc/generic/pgf/pgfmanual.pdf 11.3 (x,y ) \draw (1,2) -- (3,4); 7: \draw (1,2)--(3,4); ( ) \coordinate ( ) at (x,y ); A(1, 2) B(3, 4) \coordinate (A) at (1,2); \coordinate (B) at (3,4); \draw (A) -- (B); 47

48 8: \draw -- ; \draw n; -- cycle; \draw circle [radius= ]; ( ) \fill circle [radius= ]; \begin{tikzpicture} \coordinate (O) at (0,0); \coordinate (A) at (2,0); \coordinate (B) at (1,1); \draw (O) -- (A) -- (B) -- cycle; \fill (O) circle [radius=2pt]; \fill (A) circle [radius=2pt]; \fill (B) circle [radius=2pt]; \end{tikzpicture} 9: 2 cm 1 tikzpicture [x=,y= ] (2 ) ( ) [scale= ] 2 48

49 \begin{tikzpicture}[x=3cm,y=3cm] \coordinate [label=below left:$\mathrm{o}$](o) at (0,0); \coordinate (A) at ( ,0) node at (A) [below=0] {$ z $}; \coordinate (B) at (1,0) node at (B) [below right=0] {$R$}; \coordinate (P) at ( , ) node at (P) [above=0.1,right=0] {$z$}; \draw [thick, -stealth](-1.5,0)--(1.5,0) node [anchor=north]{$x$}; \draw [thick, -stealth](0,-1.2)--(0,1.2) node [anchor=east]{$y$}; \fill (O) circle [radius=2pt]; \fill (A) circle [radius=2pt]; \fill (B) circle [radius=2pt]; \fill (P) circle [radius=2pt]; \draw (O) -- (P); \draw [red,thick] (P) -- (B); \draw [green,thick] (A) -- (B); \draw (P) -- (A); \draw (O) circle [radius=1]; \end{tikzpicture} y z O z R x 10: / K \foreach ( ) \begin{tikzpicture} \coordinate [label=left: {$\mathrm{o}$}] (O) at (0,0); \coordinate [label=right:{$\mathrm{a}$}] (A) at (4,3); \foreach \x in {0,1,2,3,4} \draw (\x,0)--(\x,3); \foreach \y in {0,1,2,3} \draw (0,\y)--(4,\y); \fill (O) circle [radius=0.08]; \fill (A) circle [radius=0.08]; \end{tikzpicture} 49

50 A O \begin{tikzpicture} \draw [->,thick] (-2,0) -- (2,0);% \draw (0,-2) -- (0,2); \draw [very thick,red] (0,0) circle [ radius=1 ];% =(0,0), =1 \draw (-1,-1) rectangle (1.0,1.0); % =(-1,-1), =(1,1) \draw (0,0) parabola (1.5,2.25); \draw (0,0) parabola (-1.5,2.25); \draw (-1.57,-1) cos (0,0) sin (1.57,1) cos (3.14, 0) sin (4.71,-1); \end{tikzpicture} parabola TeX plot plot ( ) plot file { }; \begin{tikzpicture}[=>stealth] \draw node (0,0) [left] {$O$}; \draw [->] (-0.1,0) -- (6.5,0); \draw [->] (0,-1.2) -- (0,1.5); \draw [red] plot file {sin.tbl}; \draw [blue] plot file {cos.tbl}; \end{tikzpicture} O

51 sin.tbl, cos.tbl C gnuplot \begin{tikzpicture}[domain=0:4] \draw[very thin,color=gray] (-0.1,-1.1) grid (3.9,3.9); \draw[->] (-0.2,0) -- (4.2,0) node[right] {$x$}; \draw[->] (0,-1.2) -- (0,4.2) node[above] {$f(x)$}; \draw[color=red] plot[id=x] function{x} node[right] {$f(x) =x$}; \draw[color=blue] plot[id=sin] function{sin(x)} node[right] {$f(x)=\sin x$}; \draw[color=orange] plot[id=exp] function{0.05*exp(x)} node[right] {$f(x) = \frac{1}{20} \mathrm e^x$}; \end{tikzpicture}.x.gnuplot,.sin.gnuplot,.exp.gnuplot gnuplot gnuplot.x.gnuplot gnuplot.sin.gnuplot gnuplot.exp.gnuplot.x.table,.sin.table,.exp.table f(x) f(x) = xsin 1 x 20 ex x 51

52 11.5 \begin{tikzpicture} \tikzset{block/.style={rectangle, fill=cyan!10, text width=3cm, text centered, rounded corners, minimum height=1.5cm}}; \node[block] {Weierstrass } [level distance=3cm, sibling distance=4cm, edge from parent/.style={->,draw}] child { node[block]{ } child { node[block]{cantor } [level distance=3cm, sibling distance=4cm, edge from parent/.style={->,draw}] child{ node[block]{ } } child { node[block]{bolzano-weierstrass } child { node[block]{weierstrass } child { node[block]{rolle } child { node[block]{ } child { node [block] {$f >0$ in $I^\circ$ } } child { node [block] {$f =0$ in $I^\circ$ } } } child { node[block]{taylor } } child { node[block]{cauchy 2 } } } } child { node[block]{cauchy } } } } }; \end{tikzpicture} 52

53 Weierstrass Cantor Bolzano- Weierstrass Weierstrass Cauchy Rolle Taylor Cauchy 2 f > 0 in I f = 0 in I 12 L A TEX Beamer Windows PowerPoint, Mac Keynote TEX TEX TEX 53

54 1 ( ) ( OHP ( ) ) TEX L A TEX Beamer 12.1 TeX Live LaTeX Beamer \documentclass[dvipdfmx,cjk]{beamer} dvipdfmx dvipdfm dvipdfmx LaTeX Beamer TeX Live ( TeX Live ) TeX Live 2. theme \usetheme{madrid} Madrid 3. \begin{document} \end{document} \begin{frame}{ } \end{frame} 5. dvi PDF PDF TeXShop 54

55 \subtitle{} ( ) \institute{} ( ) \title{ } \subtitle{ } \author{ } \institute{ } \date{ } \frame{\titlepage} \color{ } \textcolor{ }{ } beamer \usepackage{graphicx} \includegraphics{} sample.tex \documentclass[dvipdfmx,cjk]{beamer} \usetheme{madrid} \begin{document} \title{ } \subtitle{ } \author{ } \institute{ } \date{ } \frame{\titlepage} \begin{frame}{ } Beamer.. \end{frame} \end{document} 12.3 stepwise viewing 1 \pause \only< >{ } \uncover< >{ } ( ) \temporal< >{ 1}{ 2}{ 3} itemize, enumerate \item< > 3 2,3 1-3, \textcolor<2-4>{red}{ } 2 4 handout 1 \documentclass[dvidfpmx,cjk,handout]{beamer} 55

56 12.4 \hyperlink{ }{\beamergotobutton{ }} ( Mac Acrobat command +, Preview command + [ ) \begin{frame}[label= ] 12.5 PDF UTF8 beamer 25 \ifnum 42146=\euc"A4A2 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}} \else \AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}} \fi 12.6 dvipdfm dvipdfmx MacTeX dvipdfm dvipdfm.def not found \usepackage{color} (Beamer ) \usepackage{graphicx} (Beamer ) \documentclass[dvipdfmx,cjk]{beamer}... \usepackage[dvipdfmx]{graphicx}% graphicx [dvipdfmx] \{graphicx} 12.7 TEX & 12.2 ( 3 )

57 [1],, L A TEX 2ε 7, (2017) [2] TeX Wiki, [3] E.,, TEX, (1992). A Tips A.1 A.1.1 L A TEX TEX geometry.sty \usepackage{a4paper}{geometry} b4paper ISO B4 b4j B4 (JIS ) \usepackage{b4j}{geometry} landscape A4 \usepackage{landscape}{geometry} A.1.2 dvipdfmx pdflatex.tex.pdf dvipdfmx.dvi.pdf ( ) dvipdfmx -p.tex (ISO dvipdfmx B4 ) B4 (JIS) \AtBeginDvi{\special{pdf: pagesize width 257mm height 364mm}} B4 (JIS) \AtBeginDvi{\special{pdf: pagesize width 364mm height 257mm}} A4 \AtBeginDvi{\special{landscape}} 57

58 B4 geometry \usepackage[b4j,hscale=0.80,vscale=0.90]{geometry}% hscale,vscale \AtBeginDvi{\special{pdf: pagesize width 257mm height 364mm}} A3 420 mm 297 mm A4 297 mm 210 mm A5 210 mm 148 mm B4 364 mm 257 mm B5 257 mm 182 mm A.1.3 ( PDF ) xdvi -paper landscape a4r dvips -t landscape -t landscape dvipdfmx -p bx (x = 0, 1,, 10) ISO bxj JIS, landscape -l A4 landscape xdvi -paper a4r myreport.dvi & dvips -t landscape myreport.dvi lp dvipdfmx -l myreport.dvi B4 xdvi -paper b4 myreport.dvi & dvips -t b4 myreport.dvi lp dvipdfmx -p b4j myreport.dvi B4 landscape xdvi -paper b4r myreport.dvi & dvips -t b4 -t landscape myreport.dvi lp dvipdfmx -p b4j -l myreport.dvi A.2 PostScript PostScript %!PS-Adobe-1.0 PostScript PostScript (PDF ) 58

59 A.3 BoundingBox BoundingBox PostScript ps2eps -t=100,200 kasanari.eps (kasanari.eps.eps ) A.4 (\today ) \today ( L A TEX \ ) \the\year, \the\month, \the\day L A TEX pl A TEX \the\hour, \the\minute A.5 jobname TEX \jobname A.6 macos TEX option + command +G command +[ control + command +F A.7 QED amsthm \begin{proof} \end{proof} \usepackage{amssymb}% \Box \newcommand{\qed}{\hfill$\box$}% \newcommand{\anqed}{\hbox{\rule{6pt}{6pt}}}% 59

60 A.8 R R, C, N, Z \mathbb{} \usepackage{amssymb}.. $\mathbb{r}$ \Bbb obsolete ( ) A.9 accents \undertilde A.10 \newcommand{\vector}[1]{{\mbox{\boldmath$#1$}}} \Vector{n}_{\Vector{y}} \usepackage{bm}... \Vector{n}_{\bm y} ny n y 60

61 A.11 a (\vec a) a (\overrightarrow a), AB (\overrightarrow{ab}) esvect \vv \usepackage{esvect}... \begin{align*} &\vv{a}+\vv{b}=\vv{c},\\ &\vv{\mathstrut a}+\vv{\mathstrut b}=\vv{\mathstrut c},\\ &\vv{\mathstrut AB}+\vv{\mathstrut BC}=\vv{\mathstrut AC}. \end{align*} #» a + #» b = #» c, #» #» #» a + b = c, #» AB + BC #» = AC. #» A.12 rsfs ( 1 ) Ralph Smith s formal script D, S \usepackage{rsfs}... \mathscr{d}(\omega)=c^\infty_0(\omega). D(Ω) = C 0 (Ω). A.13 exsheets (Yet anohter package for the creation of exercise sheets) ( ) ( ) exsheets 61

62 \usepackage{exsheets} \SetupExSheets{question/name= }% 1 \SetupExSheets{headings=runin}% x \SetupExSheets{solution/name= }% 1 \begin{question} \end{question} \begin{solution} \end{solution}... \printsolutions % ( ) TeX Live texmf-dist/doc/latex/exsheets exsheets en.pdf question \label{} \pageref{} \setcounter{question}{ } ( ) (2019/8/14 ) TeX LATEX exsheets 26 mk/knowhow-2018/node54.html A.14 \underline{} jumoline.sty \Underline{} \usepackage{jumoline} \setlength{\underlinedepth}{3pt} \Underline{ } : 27 A.15 URL 26 l

63 ( ) URL URL.tex url \usepacakge{url}... \url{ %E3%82 16 \url{} (% TEX ) % \ ( \%E3\%82 ) url A.16 colors.sty (red, blue, green, yellow, magenta, white, black) usenames \usepackage[usenames]{color} B B.1 A, B, C, ( ) ABC ABC B ( B ) B.2 = TEX \ne ( ) =\ \def\noteq{\mathrel{% \setbox0\hbox{=}\hbox{=}\llap{\hbox to\wd0{\hss$\backslash$\hss}}}} B.3 ABC PQR ABC = PQR = (\cong) 63

64 ABC PQR ABC PQR (\sim ) A B (\mathrel{\text{\rotatebox{90}{$\equiv$}}} ) C MathJax MathJax WWW 28 MathJax 29 html <head> </head> <script type="text/javascript" async src=" </script> TEX <script type="text/x-mathjax-config"> MathJax.Hub.Config({ tex2jax: { inlinemath: [ [ $, $ ], [ \\(, \\) ] ], processescapes: true } }); </script> <script type="text/javascript" async src=" </script>

misc chap

misc chap TEX 2012 8 16, 2016 4 22 http://nalab.mind.meiji.ac.jp/~mk/labo/text/tex2015.pdf 1 TEX 3 2 L A TEX (TEXShop ) 5 3 L A TEX 9 3.1 L A TEX................................. 9 3.2 TEX...............................

More information

5.14.................................... 26 5.15............................... 28 5.16 misc......................................... 28 6 29 6.1 chap

5.14.................................... 26 5.15............................... 28 5.16 misc......................................... 28 6 29 6.1 chap TEX 2012 8 16, 2015 2 17 http://nalab.mind.meiji.ac.jp/~mk/labo/text/tex2014.pdf 1 TEX 3 2 L A TEX (TEXShop ) 5 3 L A TEX 9 3.1 L A TEX................................. 9 3.2 TEX...............................

More information

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

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

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

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

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

数学論文の書き方 - 第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

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

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

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

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

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

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

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

コンピュータ基礎 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

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

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

PowerPoint プレゼンテーション

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

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

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

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

プレゼン資料 - 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

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

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

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

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

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

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

LeapMotion JINS MEME 2019

LeapMotion JINS MEME 2019 LeapMotion JINS MEME 2019 3 1 Mac OS X, Processing, LeapMotion, JINS MEME 11 1.1 Mac OS X.................................... 11 1.2 Processing.................................... 12 1.3 LeapMotion...................................

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

PowerPoint プレゼンテーション

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

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

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

数学論文の書き方 - 第2回:基礎編

数学論文の書き方 - 第2回:基礎編 2 2007 6 20 1 2 3 amscd xy-pic 4 5 1 2 3 amscd xy-pic 4 5 1 2 3 amscd xy-pic 4 5 1 2 3 amscd xy-pic 4 5 1 2 3 amscd xy-pic 4 5 Outline 1 2 3 amscd xy-pic 4 5 amsart, L A T E X \documentclass{} article

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

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

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

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

OK Windows NT4.0/2000/XP : [ ] [ ] (WindowsNT4.0/2000 [ ] ) [ ] OK 2.2 Windows Windows notepad.exe notify.wav.exe.wav TEX sample.tex.tex Windows TEX [

OK Windows NT4.0/2000/XP : [ ] [ ] (WindowsNT4.0/2000 [ ] ) [ ] OK 2.2 Windows Windows notepad.exe notify.wav.exe.wav TEX sample.tex.tex Windows TEX [ Windows TEX 1 Donald E. Knuth TEX 1.0 20 TEX TEX TEX L A TEX 2ε TEX TEX Windows TEX 2 TEX 2.1 Windows Windows ( MS-DOS ) TEX Windows98/98SE/Me : [ ] [ ] [ ] msconfig OK [ ] [Autoexec.bat] (WindowsMe [

More information

6 Tgif William Chia-Wei Chang tgif 3.0 pixmap URL Tgif 6.1: Tgif

6 Tgif William Chia-Wei Chang tgif 3.0 pixmap URL Tgif 6.1: Tgif 6 Tgif 121 6.1 Tgif............................ 122 6.2..................... 123 6.2.1...................... 126 6.2.2 Dash, Type, Style, Width.......... 127 6.2.3 Pen, Fill............. 128 6.2.4 Text......................

More information

3 MathJax HTML \ Y \ Y mathjax.html <html> <head> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax /2.7.0/MathJax.js

3 MathJax HTML \ Y \ Y mathjax.html <html> <head> <script type=text/javascript src=https://cdnjs.cloudflare.com/ajax/libs/mathjax /2.7.0/MathJax.js MathJax 1 MathJax MathJax JavaScript : MathJax IE6 Chrome 0.2 Safari 2 Opera 9.6 MathJax MathJax 2010 MathJax MathJax JavaScript MathJax JavaScript MathJax MathJax 2 HTML MathJax HTML HTML mathjax.html

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

PowerPoint プレゼンテーション

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

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

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

基礎数学I

基礎数学I I & II ii ii........... 22................. 25 12............... 28.................. 28.................... 31............. 32.................. 34 3 1 9.................... 1....................... 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

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

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

18 ( ) I II III A B C(100 ) 1, 2, 3, 5 I II A B (100 ) 1, 2, 3 I II A B (80 ) 6 8 I II III A B C(80 ) 1 n (1 + x) n (1) n C 1 + n C

18 ( ) I II III A B C(100 ) 1, 2, 3, 5 I II A B (100 ) 1, 2, 3 I II A B (80 ) 6 8 I II III A B C(80 ) 1 n (1 + x) n (1) n C 1 + n C 8 ( ) 8 5 4 I II III A B C( ),,, 5 I II A B ( ),, I II A B (8 ) 6 8 I II III A B C(8 ) n ( + x) n () n C + n C + + n C n = 7 n () 7 9 C : y = x x A(, 6) () A C () C P AP Q () () () 4 A(,, ) B(,, ) C(,,

More information

x () g(x) = f(t) dt f(x), F (x) 3x () g(x) g (x) f(x), F (x) (3) h(x) = x 3x tf(t) dt.9 = {(x, y) ; x, y, x + y } f(x, y) = xy( x y). h (x) f(x), F (x

x () g(x) = f(t) dt f(x), F (x) 3x () g(x) g (x) f(x), F (x) (3) h(x) = x 3x tf(t) dt.9 = {(x, y) ; x, y, x + y } f(x, y) = xy( x y). h (x) f(x), F (x [ ] IC. f(x) = e x () f(x) f (x) () lim f(x) lim f(x) x + x (3) lim f(x) lim f(x) x + x (4) y = f(x) ( ) ( s46). < a < () a () lim a log xdx a log xdx ( ) n (3) lim log k log n n n k=.3 z = log(x + y ),

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

GNUPLOT 28 3 15 UNIX Microsoft-Windows GNUPLOT 4 GNUPLOT 1 GNUPLOT 2 2 3 2.1 UNIX.......................................... 3 2.2 Windows........................................ 4 2.3..................................

More information

(2 Linux Mozilla [ ] [ ] [ ] [ ] URL 2 qkc, nkc ~/.cshrc (emacs 2 set path=($path /usr/meiji/pub/linux/bin tcsh b

(2 Linux Mozilla [ ] [ ] [ ] [ ] URL   2 qkc, nkc ~/.cshrc (emacs 2 set path=($path /usr/meiji/pub/linux/bin tcsh b II 5 (1 2005 5 26 http://www.math.meiji.ac.jp/~mk/syori2-2005/ UNIX (Linux Linux 1 : 2005 http://www.math.meiji.ac.jp/~mk/syori2-2005/jouhousyori2-2005-00/node2. html ( (Linux 1 2 ( ( http://www.meiji.ac.jp/mind/tool/internet-license/

More information

gnuplot.dvi

gnuplot.dvi gnuplot gnuplot 1 gnuplot exit 2 10 10 2.1 2 plot x plot sin(x) plot [-20:20] sin(x) plot [-20:20][0.5:1] sin(x), x, cos(x) + - * / ** 5 ** plot 2**x y =2 x sin(x) cos(x) exp(x) e x abs(x) log(x) log10(x)

More information

微分積分 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. このサンプルページの内容は, 初版 1 刷発行時のものです.

微分積分 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます.   このサンプルページの内容は, 初版 1 刷発行時のものです. 微分積分 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. ttp://www.morikita.co.jp/books/mid/00571 このサンプルページの内容は, 初版 1 刷発行時のものです. i ii 014 10 iii [note] 1 3 iv 4 5 3 6 4 x 0 sin x x 1 5 6 z = f(x, y) 1 y = f(x)

More information

TeX紹介

TeX紹介 TeX の紹介 スタートアップゼミ 2018#4 2018 年 5 月 7 日 ( 月 ) 担当 : 三木真理子 0 目次 2 1. TeX とは 2. インストールについて 3. TeX ファイルと関連ファイルについて 4. TeX 実践 数式を書く 図を挿入する 表を挿入する 参考文献を入れる 5. 参考 URL 1 TeX とは? テフ または テック と読む 表記する際は E を下げて書くか小文字にする

More information

semi4.dvi

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

More information

6 2 s µ µµµ µµµµ µ µ h µs µ µµµµ µ µ µ s mµµµµµ µµµ µµ µ u m µmµµµµµ µµ µ µ µ µ µ µ µ µ s 1

6 2 s µ µµµ µµµµ µ µ h µs µ µµµµ µ µ µ s mµµµµµ µµµ µµ µ u m µmµµµµµ µµ µ µ µ µ µ µ µ µ s 1 6 1 6 (1) (2) HTML (3) PDF Copy&Paste 1 Web 1 Web Web 1 Web HTML 6 2 s µ µµµ µµµµ µ µ h µs µ µµµµ µ µ µ s mµµµµµ µµµ µµ µ u m µmµµµµµ µµ µ µ µ µ µ µ µ µ s 1 6 3 1.1 HTML Web HTML(Hyper Text Markup Language)

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

GNUPLOT GNUPLOT GNUPLOT 1 ( ) GNUPLO

GNUPLOT GNUPLOT GNUPLOT 1 ( ) GNUPLO GNUPLOT 2004 10 6 UNIX Microsoft-Windows GNUPLOT 3.7 GNUPLOT 1 GNUPLOT 2 2 2 3 4 4 7 5 9 6 10 7 12 8 13 9 14 10 17 1 GNUPLOT............................... 3 2 MS-Windows GNUPLOT.................... 3

More information

II A A441 : October 02, 2014 Version : Kawahira, Tomoki TA (Kondo, Hirotaka )

II A A441 : October 02, 2014 Version : Kawahira, Tomoki TA (Kondo, Hirotaka ) II 214-1 : October 2, 214 Version : 1.1 Kawahira, Tomoki TA (Kondo, Hirotaka ) http://www.math.nagoya-u.ac.jp/~kawahira/courses/14w-biseki.html pdf 1 2 1 9 1 16 1 23 1 3 11 6 11 13 11 2 11 27 12 4 12 11

More information

1 1 Gnuplot gnuplot Windows gnuplot gp443win32.zip gnuplot binary, contrib, demo, docs, license 5 BUGS, Chang

1 1 Gnuplot gnuplot   Windows gnuplot gp443win32.zip gnuplot binary, contrib, demo, docs, license 5 BUGS, Chang Gnuplot で微分積分 2011 年度前期 数学解析 I 講義資料 (2011.6.24) 矢崎成俊 ( 宮崎大学 ) 1 1 Gnuplot gnuplot http://www.gnuplot.info/ Windows gnuplot 2011 6 22 4.4.3 gp443win32.zip gnuplot binary, contrib, demo, docs, license 5

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

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

TOP URL 1

TOP URL   1 TOP URL http://amonphys.web.fc.com/ 3.............................. 3.............................. 4.3 4................... 5.4........................ 6.5........................ 8.6...........................7

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

TEX TEX 2011 TEX OS TEX TEX TEX TEX TEX Live updmap update map xdvi TEX Live The session Distribution Round Table

TEX TEX 2011 TEX OS TEX TEX TEX TEX TEX Live updmap update map xdvi TEX Live The session Distribution Round Table TEX 2011 2011 10 22 2012 1 30 2011 10 22 TEX 2011 TEX OS TEX TEX TEX TEX TEX Live updmap update map xdvi TEX Live The session Distribution Round Table was held in the TEX Conference Japan 2011 on 22nd

More information

cpall.dvi

cpall.dvi 55 7 gnuplot gnuplot Thomas Williams Colin Kelley Unix Windows MacOS gnuplot ( ) ( ) gnuplot gnuplot 7.1 gnuplot gnuplot () PC(Windows MacOS ) gnuplot http://www.gnuplot.info gnuplot 7.2 7.2.1 gnuplot

More information

, 3, 6 = 3, 3,,,, 3,, 9, 3, 9, 3, 3, 4, 43, 4, 3, 9, 6, 6,, 0 p, p, p 3,..., p n N = p p p 3 p n + N p n N p p p, p 3,..., p n p, p,..., p n N, 3,,,,

, 3, 6 = 3, 3,,,, 3,, 9, 3, 9, 3, 3, 4, 43, 4, 3, 9, 6, 6,, 0 p, p, p 3,..., p n N = p p p 3 p n + N p n N p p p, p 3,..., p n p, p,..., p n N, 3,,,, 6,,3,4,, 3 4 8 6 6................................. 6.................................. , 3, 6 = 3, 3,,,, 3,, 9, 3, 9, 3, 3, 4, 43, 4, 3, 9, 6, 6,, 0 p, p, p 3,..., p n N = p p p 3 p n + N p n N p p p,

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

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

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

I, II 1, A = A 4 : 6 = max{ A, } A A 10 10%

I, II 1, A = A 4 : 6 = max{ A, } A A 10 10% 1 2006.4.17. A 3-312 tel: 092-726-4774, e-mail: hara@math.kyushu-u.ac.jp, http://www.math.kyushu-u.ac.jp/ hara/lectures/lectures-j.html Office hours: B A I ɛ-δ ɛ-δ 1. 2. A 1. 1. 2. 3. 4. 5. 2. ɛ-δ 1. ɛ-n

More information

6 2 1

6 2 1 6 1 6 (1) (2) HTML (3) 1 Web HTML 1 Web 1 Web Web 6 2 1 6 3 1.1 HTML(XHTML) Web HTML(Hyper Text Markup Language) ( ) html htm HTML XHTML(XHTML 1.0 Transitional)

More information

~/WWW-local/compIID (WWW IID ) $ mkdir WWW-local $ cd WWW-local $ mkdir compiid 3. Emacs index.html n (a) $ cd ~/WWW/compIID

~/WWW-local/compIID (WWW IID ) $ mkdir WWW-local $ cd WWW-local $ mkdir compiid 3. Emacs index.html n (a) $ cd ~/WWW/compIID 10 10 10.1 1. 2. 3. HTML(HyperText Markup Language) Web [ ][ ] HTML Web HTML HTML Web HTML ~b08a001/www/ ( ) ~b08a001/www-local/ ( ) html ( ) 10.2 WWW WWW-local b08a001 ~b08a001/www/ ~b08a001/www-local/

More information

() x + y + y + x dy dx = 0 () dy + xy = x dx y + x y ( 5) ( s55906) 0.7. (). 5 (). ( 6) ( s6590) 0.8 m n. 0.9 n n A. ( 6) ( s6590) f A (λ) = det(a λi)

() x + y + y + x dy dx = 0 () dy + xy = x dx y + x y ( 5) ( s55906) 0.7. (). 5 (). ( 6) ( s6590) 0.8 m n. 0.9 n n A. ( 6) ( s6590) f A (λ) = det(a λi) 0. A A = 4 IC () det A () A () x + y + z = x y z X Y Z = A x y z ( 5) ( s5590) 0. a + b + c b c () a a + b + c c a b a + b + c 0 a b c () a 0 c b b c 0 a c b a 0 0. A A = 7 5 4 5 0 ( 5) ( s5590) () A ()

More information

i

i i 3 4 4 7 5 6 3 ( ).. () 3 () (3) (4) /. 3. 4/3 7. /e 8. a > a, a = /, > a >. () a >, a =, > a > () a > b, a = b, a < b. c c n a n + b n + c n 3c n..... () /3 () + (3) / (4) /4 (5) m > n, a b >, m > n,

More information

main.dvi

main.dvi A PostScript y 1997 1 Silicon Graphics i-station ( vhsgi) 1 i-station LaserMaster DisplayMaker-J DisplayMaker-J A dpi( ) PostScript 2 PostScript DisplayMaker-J i-station i-station ( AVS) PostScript i-station

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

I I / 68

I I / 68 2013.07.04 I 2013 3 I 2013.07.04 1 / 68 I 2013.07.04 2 / 68 I 2013.07.04 3 / 68 heat1.f90 heat2.f90 /tmp/130704/heat2.f90 I 2013.07.04 4 / 68 diff heat1.f90 heat2.f90!! heat2. f 9 0! c m > NGRID! c nmax

More information

1 1 sin cos P (primary) S (secondly) 2 P S A sin(ω2πt + α) A ω 1 ω α V T m T m 1 100Hz m 2 36km 500Hz. 36km 1

1 1 sin cos P (primary) S (secondly) 2 P S A sin(ω2πt + α) A ω 1 ω α V T m T m 1 100Hz m 2 36km 500Hz. 36km 1 sin cos P (primary) S (secondly) 2 P S A sin(ω2πt + α) A ω ω α 3 3 2 2V 3 33+.6T m T 5 34m Hz. 34 3.4m 2 36km 5Hz. 36km m 34 m 5 34 + m 5 33 5 =.66m 34m 34 x =.66 55Hz, 35 5 =.7 485.7Hz 2 V 5Hz.5V.5V V

More information

Keynote '08 ユーザーズガイド

Keynote '08 ユーザーズガイド Keynote 08 KAppleInc. 2008AppleInc.Allrightsreserved. Apple Apple AppleInc. Apple Apple Apple 1InfiniteLoop Cupertino,CA95014-2084 U.S.A. www.apple.com 163-1480 3 20 2 www.apple.com/jp Apple Apple AppleWorks

More information

1 I

1 I 1 I 3 1 1.1 R x, y R x + y R x y R x, y, z, a, b R (1.1) (x + y) + z = x + (y + z) (1.2) x + y = y + x (1.3) 0 R : 0 + x = x x R (1.4) x R, 1 ( x) R : x + ( x) = 0 (1.5) (x y) z = x (y z) (1.6) x y =

More information

1 RCtopics.zip bib.tex info.tex text.tex RCtypeset.tex RCtypeset.pdf cite.sty mediabb.sty radchem.sty RCarticle.cls figs fig1.eps fig1.pdf table1.tex

1 RCtopics.zip bib.tex info.tex text.tex RCtypeset.tex RCtypeset.pdf cite.sty mediabb.sty radchem.sty RCarticle.cls figs fig1.eps fig1.pdf table1.tex TEX Ver. 2.8 2011 10 25 1 TEX 1. RCtopics.zip 2. RCnews.zip 2 text.tex 1.1 figs table1.tex table2.tex fig1 fig2 pdf eps 1 1.2 4.3 bib.tex info.tex text.tex bib.tex info.tex text.tex % RCtypeset.tex TEX

More information

.5 z = a + b + c n.6 = a sin t y = b cos t dy d a e e b e + e c e e e + e 3 s36 3 a + y = a, b > b 3 s363.7 y = + 3 y = + 3 s364.8 cos a 3 s365.9 y =,

.5 z = a + b + c n.6 = a sin t y = b cos t dy d a e e b e + e c e e e + e 3 s36 3 a + y = a, b > b 3 s363.7 y = + 3 y = + 3 s364.8 cos a 3 s365.9 y =, [ ] IC. r, θ r, θ π, y y = 3 3 = r cos θ r sin θ D D = {, y ; y }, y D r, θ ep y yddy D D 9 s96. d y dt + 3dy + y = cos t dt t = y = e π + e π +. t = π y =.9 s6.3 d y d + dy d + y = y =, dy d = 3 a, b

More information

: , 2.0, 3.0, 2.0, (%) ( 2.

: , 2.0, 3.0, 2.0, (%) ( 2. 2017 1 2 1.1...................................... 2 1.2......................................... 4 1.3........................................... 10 1.4................................. 14 1.5..........................................

More information

Chap11.dvi

Chap11.dvi . () x 3 + dx () (x )(x ) dx + sin x sin x( + cos x) dx () x 3 3 x + + 3 x + 3 x x + x 3 + dx 3 x + dx 6 x x x + dx + 3 log x + 6 log x x + + 3 rctn ( ) dx x + 3 4 ( x 3 ) + C x () t x t tn x dx x. t x

More information

b3e2003.dvi

b3e2003.dvi 15 II 5 5.1 (1) p, q p = (x + 2y, xy, 1), q = (x 2 + 3y 2, xyz, ) (i) p rotq (ii) p gradq D (2) a, b rot(a b) div [11, p.75] (3) (i) f f grad f = 1 2 grad( f 2) (ii) f f gradf 1 2 grad ( f 2) rotf 5.2

More information

熊本県数学問題正解

熊本県数学問題正解 00 y O x Typed by L A TEX ε ( ) (00 ) 5 4 4 ( ) http://www.ocn.ne.jp/ oboetene/plan/. ( ) (009 ) ( ).. http://www.ocn.ne.jp/ oboetene/plan/eng.html 8 i i..................................... ( )0... (

More information

0.,,., m Euclid m m. 2.., M., M R 2 ψ. ψ,, R 2 M.,, (x 1 (),, x m ()) R m. 2 M, R f. M (x 1,, x m ), f (x 1,, x m ) f(x 1,, x m ). f ( ). x i : M R.,,

0.,,., m Euclid m m. 2.., M., M R 2 ψ. ψ,, R 2 M.,, (x 1 (),, x m ()) R m. 2 M, R f. M (x 1,, x m ), f (x 1,, x m ) f(x 1,, x m ). f ( ). x i : M R.,, 2012 10 13 1,,,.,,.,.,,. 2?.,,. 1,, 1. (θ, φ), θ, φ (0, π),, (0, 2π). 1 0.,,., m Euclid m m. 2.., M., M R 2 ψ. ψ,, R 2 M.,, (x 1 (),, x m ()) R m. 2 M, R f. M (x 1,, x m ), f (x 1,, x m ) f(x 1,, x m ).

More information

1.3 2 gnuplot> set samples gnuplot> plot sin(x) sin gnuplot> plot [0:6.28] [-1.5:1.5] sin(x) gnuplot> plot [-6.28:6.28] [-1.5:1.5] sin(x),co

1.3 2 gnuplot> set samples gnuplot> plot sin(x) sin gnuplot> plot [0:6.28] [-1.5:1.5] sin(x) gnuplot> plot [-6.28:6.28] [-1.5:1.5] sin(x),co gnuplot 8 gnuplot 1 1.1 gnuplot gnuplot 2D 3D gnuplot ( ) gnuplot UNIX Windows Machintosh Excel gnuplot C 1.2 web gnuplot $ gnuplot gnuplot gnuplot> exit 1 1.3 2 gnuplot> set samples 1024 1024 gnuplot>

More information

0.6 A = ( 0 ),. () A. () x n+ = x n+ + x n (n ) {x n }, x, x., (x, x ) = (0, ) e, (x, x ) = (, 0) e, {x n }, T, e, e T A. (3) A n {x n }, (x, x ) = (,

0.6 A = ( 0 ),. () A. () x n+ = x n+ + x n (n ) {x n }, x, x., (x, x ) = (0, ) e, (x, x ) = (, 0) e, {x n }, T, e, e T A. (3) A n {x n }, (x, x ) = (, [ ], IC 0. A, B, C (, 0, 0), (0,, 0), (,, ) () CA CB ACBD D () ACB θ cos θ (3) ABC (4) ABC ( 9) ( s090304) 0. 3, O(0, 0, 0), A(,, 3), B( 3,, ),. () AOB () AOB ( 8) ( s8066) 0.3 O xyz, P x Q, OP = P Q =

More information

WebClass

WebClass WebClass ver.9.03 2011 / 3 2011 WebClass Japan Ltd. WebClass 1.... 4... 4»...4»...5»...6»...6»...6»...7»... 10... 12... 15... 16»... 16» WebClass... 18 2. /... 20 /... 20»... 20»... 21»... 22»... 24»...

More information