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

Size: px
Start display at page:

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

Transcription

1 5. Chris Plaintail December 13, / 70

2 1 L A TEX L A TEX 2 L A TEX 3 4 L A TEXbeamer 2 / 70

3 L A TEX 3 / 70

4 PDF 4 / 70

5 HTML(Hyper Text Markup Language) XML(eXtensible Markup Language) XHTML, SVG, SMIL, MathML, MusicXML, BML,... L A TEX HTML L A TEX HTML, L A TEX CSS, macro (Style) 5 / 70

6 L A TEX Windows, Mac, Linux,... w/m TEXLive w W32TEX m MacTEX w/m TEXWorks m TEXShop L A TEX TEXWiki 6 / 70

7 L A TEX TEXLive TEXWorks / TEXShop 7 / 70

8 L A TEX 1 (.tex) 2 3.tex.dvi.pdf 4 8 / 70

9 \section{ } \emph{ } \begin{itemize} \item 1 \item 2 \item 3 \end{itemize} 9 / 70

10 (1) (3) dviout (5) PDF Viewer s-1.tex s-1.dvi s-1.pdf (2) platex (4) dvipdfmx 10 / 70

11 TEXShop PDF 11 / 70

12 TEXWorks PDF 12 / 70

13 L A TEX L A TEX L A TEX 13 / 70

14 s-1.tex \documentclass[a4j]{jarticle} \begin{document} \end{document} 3 \begin{document} \end{document} 14 / 70

15 s-2.tex \begin{itemize} \item 1 \item 2 \item 3 \end{itemize} \begin{document} \end{document} 15 / 70

16 s-3.tex \begin{enumerate} \item 1 \item 2 \item 3 \end{enumerate} 16 / 70

17 s-4.tex \section{tex } TeX \section{latex } TeX LaTeX 17 / 70

18 \part{...} \chapter{...} jarticle \section{...} \subsection{...} \subsubsection{...} \paragraph{...} \subparagraph{...} 18 / 70

19 s-5.tex TeX\footnote{ } TeX LaTeX\footnote{ } 19 / 70

20 \... \begin{...}... \end{...} {...} [...] 2 \verb+ + # $ % & _ { } \ ^ < > ~ % \TeX{} TEX, \LaTeX{} L A TEX 20 / 70

21 s-6.tex \tableofcontents \section{...}... \section{...}... \section{...} / 70

22 s-7.tex \documentclass[a4j]{jarticle} \title{ } \author{ } \date{\ \today} \begin{document} \maketitle... \end{document} 22 / 70

23 s-8.tex \begin{abstract}... \end{abstract} 23 / 70

24 s-9.tex TeX TeX LaTeX L A TEX \paragraph{} 24 / 70

25 \subsection{} \section{} \tableofcontents abstract \title 25 / 70

26 s-10.tex \begin{quote} \end{quote} \begin{quotation}...\end{quotation} 26 / 70

27 s-11.tex \begin{tabular}{crrr} & & & \\ & & & / \\ & 5,659 & 78, & 72.2 \\ & 12,310 & 2, & 5,855.4 \\ & 8,816 & 1, & 4,655.1 \\ & 1,349 & 2, & \\ \end{tabular} 27 / 70

28 s-11.tex \begin{tabular}{ c rrr } \hline & & & \\ & & & / \\ \hline & 5,659 & 78, & 72.2 \\ & 12,310 & 2, & 5,855.4 \\ & 8,816 & 1, & 4,655.1 \\ & 1,349 & 2, & \\ \hline \end{tabular} 28 / 70

29 { c rrr } r l c & \\ \hline 29 / 70

30 s-12.tex \begin{table}[h] \centering \caption{ } \begin{tabular}{...}... \end{tabular} \end{table} 30 / 70

31 \centering \begin{table}[h]...\end{table} h table t b p \caption{...} 31 / 70

32 s-13a.tex \documentclass[a4j]{jarticle} \usepackage[dvipdfmx]{graphicx} \begin{document}... \includegraphics{photo-1.pdf} \includegraphics[width=8cm]{photo-1.pdf} \includegraphics[height=6cm]{photo-2.pdf} \includegraphics[width=5cm,bb= ]{photo-3.jpg}... \end{document} 32 / 70

33 graphicx \usepackage[dvipdfmx]{graphicx} [width=...] [height=...] [bb=...] PDF (bitmap) GIMP ( (vector) Inkscape ( gnuplot ( JPG bb (BoundingBox) 33 / 70

34 GIMP GIMP [ ]-[ / ] C:/Users/.../Pictures/SamplePictures [ ]-[ ] Z:/Profile/Documents/CL2.pdf 34 / 70

35 s-13b.tex \begin{figure}[h] \centering \includegraphics[width=5cm]{photo-2.pdf} \caption{ } \end{figure} 35 / 70

36 \centering h \includegraphics t b p 36 / 70

37 s-14.tex \section{ }... \ref{bunseki} \section{ }\label{bunseki}... \section{ }... \ref{bunseki} / 70

38 \label{ } \ref{ } \label{ } \pageref{ } 38 / 70

39 s-15.tex \subsection{...}\label{...} \caption{...}\label{...} \label{...} \subsection{...}, \caption{...} 39 / 70

40 s-16a.tex \begin{thebibliography}{9} \bibitem{latex}, 5 \LaTeXe, \bibitem{report}, \end{thebibliography} 40 / 70

41 s-16b.tex \LaTeX \cite{latex} \cite{report} \cite{ } \bibitem{ } \cite[p.10]{ } \cite[pp.10-20]{ } \cite[ 1 ]{ } 41 / 70

42 42 / 70

43 URL s-17.tex \documentclass[a4j]{jarticle} \usepackage[hypertex]{hyperref} \begin{document}... \url{ \end{document} URL 43 / 70

44 L A TEX.tex.pdf.dvi.aux.toc.bib.sty.cls.clo.log.blg.aux 44 / 70

45 L A TEX L A TEX 45 / 70

46 L A TEX 46 / 70

47 \emph{}=\textgt{ } Times Roman Times Roman \emph{}=\textit{times Italic} Times Italic \textsf{sans Serif} Sans Serif 47 / 70

48 s-18.tex \documentclass[a4j, 12pt]{jarticle} 12 pt 10 pt 10pt, 11pt, 12pt 1 pt = 1/72.27 in 1 in = 2.54 cm s-19.tex \documentclass[a4j, 12pt]{jsarticle} jsarticle 9pt 10pt 11pt 12pt 14pt 17pt 21pt 25pt 30pt 36pt 43pt 48 / 70

49 s-20.tex {\normalsize } {\small } {\footnotesize } {\scriptsize } {\tiny } {\large } {\Large } {\LARGE } {\huge } {\Huge } 49 / 70

50 s-21.tex \setlength{ }{ } \oddsidemargin \textwidthn \textheight \parindent \baselineskip \itemsep mm 1/10 cm em m cm 10 mm ex x in 2.54 cm zw pt 1/72.27 in zh 50 / 70

51 flushright flushleft center \\ \hspace{ } \vspace{ } \clearpage 51 / 70

52 picture s-22.tex \setlength{\unitlength}{1mm} \begin{picture}(60,40) \put(0, 0){\vector(1, 0){60}} \put(40, 20){\line(1, -2){10}} \put(50, 30){\circle{14}} \put(2,30){\framebox(16,8)[tl]{arrow}} \end{picture} 52 / 70

53 picture \setlength{\unitlength}{ } \begin{picture}(, ) (X, Y) (x, y) a \put(x, Y){\vector(x, y){a}} (X, Y) (x, y) a \put(x, Y){\line(x, y){a}} (X, Y) r \put(x, Y){\circle{r}} (X, Y) a b \put(x,y){\framebox(a,b){ }} (X, Y) \put(x,y){ } 53 / 70

54 minipage minipage tabular \begin{minipage}{.5.\textwidth} \end{minipage} 54 / 70

55 color \usepackage{color} \textcolor{green}{ } \colorbox{yellow}{ } \pagecolor{yellow} 55 / 70

56 s-23c.tex \newcommand{\shomei}{ \begin{flushright} {\small }\\ \\ \today \end{flushright} } s-23d.tex \shomei 56 / 70

57 s-23a.tex \newcommand{\shomei}[2]{ \begin{flushright} {\small #1}\\ #2\\ \today \end{flushright} } s-23b.tex \shomei{ }{ } 57 / 70

58 s-24a.tex \renewcommand{\section}[1]{ \begin{center} {\Large \textgt{#1}} \end{center} } 58 / 70

59 L A TEX 59 / 70

60 60 / 70

61 beamer \documentclass[dvipdfmx,12pt]{beamer} % 1 \usetheme{annarbor} % 2 \renewcommand{\familydefault}{\sfdefault} % 3 \renewcommand{\kanjifamilydefault}{\gtdefault} % 4 \mathversion{bold} % 5 \setbeamertemplate{frametitle}[default][center] % 6 \setbeamertemplate{navigation symbols}{} % 7 \title[ ]{ } \subtitle{ } \date{ } \author[ ]{ } \institute[ ]{\url{ } 61 / 70

62 beamer 1 beamer 2 Antibes, Bergen, Berkeley, Berlin, / 70

63 beamer \begin{document} \begin{frame} \titlepage \end{frame} \begin{frame}\frametitle{ } \tableofcontents \end{frame} \section{ } \frame{\sectionpage} \subsection{ } \begin{frame}\frametitle{ } \end{frame}... \end{document} 63 / 70

64 beamer \begin{frame} \frametitle{ }... \end{frame} \begin{frame} \frametitle{ } \tableofcontents \end{frame} \frame{\sectionpage} 64 / 70

65 block, alertblock, exampleblock \begin{block}{ } \texttt{block} \end{block} block alertblock exampleblock 65 / 70

66 \pause \begin{block}{} \begin{itemize} \item 1 \pause \item 2 \pause \item 3 \pause \end{itemize} \end{block} \pause 66 / 70

67 \pause \begin{block}{} \begin{itemize} \item<2> 1 \item<3> 2 \item<4> 3 \end{itemize} \end{block} itemize \item < > \pause n = 1, 2, 3, / 70

68 \pause \begin{block}{} \begin{itemize} \item<2-> 1 \item<3-> 2 \item<4> 3 \end{itemize} \end{block} 68 / 70

69 \pause \begin{block}{} \begin{itemize} \item<2,4> 1 \item<3> 2 \item<4> 3 \end{itemize} \end{block} 69 / 70

70 \includegraphics<1>[width=.5\textwidth]{gr-1.pdf} \includegraphics<2>[width=.5\textwidth]{gr-2.pdf} \includegraphics<3>[width=.5\textwidth]{gr-3.pdf} 70 / 70

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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スライドのカスタマイズ - -- 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

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

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

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

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

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

PowerPoint Presentation

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

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション テーマ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

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

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

PowerPoint プレゼンテーション

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

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

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

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

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

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

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

semi4.dvi

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

More information

help gem gem gem my help

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

More information

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

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

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

More information

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

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

More information

visit.dvi

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

More information

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

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

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

TeX紹介

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

More information

PowerPoint プレゼンテーション

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

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

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

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

More information

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

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

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

PowerPoint プレゼンテーション

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

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

研究報告

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

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

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

PowerPoint プレゼンテーション

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

More information

山梨県ホームページ作成ガイドライン

山梨県ホームページ作成ガイドライン 17 7 ...1...4...4...4...4...5...5 W3C...5...6...6...6...7...8...8...10...10...10... 11...12...12...13...13...13...14...14...14...15...15...16...16...16...16...16...17...18 15 (2003 ) 69.7 81.1 43.6 19.6

More information

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

TEX , TEX 2014 MacBook 1 TEX 3 2 L A TEX (TEXShop ) 5 3 L A TEX L A T TEX 2012 8 16, 2019 8 14 http://nalab.mind.meiji.ac.jp/~mk/labo/text/tex2019.pdf TEX 2014 MacBook 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

World Wide Web =WWW Web ipad Web Web HTML hyper text markup language CSS cascading style sheet Web Web HTML CSS HTML

World Wide Web =WWW Web ipad Web Web HTML hyper text markup language CSS cascading style sheet Web Web HTML CSS HTML Web 工学博士大堀隆文 博士 ( 工学 ) 木下正博 共著 World Wide Web =WWW Web ipad Web Web HTML hyper text markup language CSS cascading style sheet Web Web HTML CSS HTML ii HTML CSS CSS HTML HTML HTML HTML Eclipse Eclipse Eclipse

More information

.. 1. 2 - tikz. 3. 4

.. 1. 2 - tikz. 3. 4 .. Beamer 25 5 .. 1. 2 - tikz. 3. 4 . Beamer L A TEX etc. () pdflatex Beamer platex+dvipdfmx Ver. 3.07 (2007/03/12) . \documentclass{beamer} \usetheme{copenhagen} % \begin{document} \begin{frame}{ 1 }...

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

PowerPoint プレゼンテーション

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

More information

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

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

More information

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

1 1 1............................ 1 2...................... 1 3..................... 2 4................... 2 2 4 1 CSS.......................... 4 2.

1 1 1............................ 1 2...................... 1 3..................... 2 4................... 2 2 4 1 CSS.......................... 4 2. 1 1 1............................ 1 2...................... 1 3..................... 2 4................... 2 2 4 1 CSS.......................... 4 2.......................... 4 3......................

More information

Web

Web Web 1 1 1........................... 1 2 Web...................... 1 3...................... 3 4........................ 4 5........................... 5 i............................ 5 ii iii..........................

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

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

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

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

More information

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

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

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

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

More information

XSLの活用と技術内容の紹介

XSLの活用と技術内容の紹介 XSL XML WG XSLXSLT SWG XSL 1 Agenda XSL XSL-FO XSLT XSL-FO XSL 2 XSL XSL XSL 3 XSL XSL W3C 1.0 2001-10-15 XSL XML (XSLT) XML (XSL-FO Formatting-Object ) XML XSL 4 XSL 5 XML 1.0 1998-02-10 XSLT 1999-11-16

More information

1 L A TEX L A TEX HTML document <html> itemize enumerate description verbatim center figure table quote <ul> <ol> <dl> <pre> <center> <center> <center

1 L A TEX L A TEX HTML document <html> itemize enumerate description verbatim center figure table quote <ul> <ol> <dl> <pre> <center> <center> <center L A TEX ver. 0.91 1997 8 23 1 Sapid L A TEX HTML HTML L A TEX 2 L A TEX 2.1 Sapid L A TEX \input{common.tex} documentstyle \title,\author, \date, \begin{document} \maketitle 2.2 L A TEX 1 \title, \author,

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

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

2

2 1 12123456789012345678901234 12123456789012345678901234 12123456789012345678901234 12123456789012345678901234 12123456789012345678901234 12123456789012345678901234 12123456789012345678901234 12123456789012345678901234

More information

さて, 美 しい 文 字 を 使 いレイアウトを 工 夫 した 印 刷 物 を 作 成 するにはワードプロセッサが 使 われることが 多 いようです パソコンを 利 用 したソフトでは ワード が 最 も 有 名 だと 思 われますが,このようなワードプロセッサと TEX の 違 いを 表??のよう

さて, 美 しい 文 字 を 使 いレイアウトを 工 夫 した 印 刷 物 を 作 成 するにはワードプロセッサが 使 われることが 多 いようです パソコンを 利 用 したソフトでは ワード が 最 も 有 名 だと 思 われますが,このようなワードプロセッサと TEX の 違 いを 表??のよう 岡 山 理 科 大 学 総 合 情 報 学 部 情 報 科 学 科 計 算 機 科 学 実 験 :TEX を 使 った 作 図 実 験 担 当 者 編 集 (1998 年 ) 1 課 題 実 験 室 では 次 の 各 項 を 学 ぶ 1. 実 験 室 のパソコン 操 作 ( 電 源,キーボード,エディタ,プリンタ) 2. LaT E X の 使 い 方 3. 座 標 変 換 4. LaT E X による

More information

90 27 1 29 ( ) 27 4 26 ( ) 27 4 29 ( ) 4 27 3 30 ( ) 1 30 4 27 4 8 ( ) 16 ( ) 9 P2 3 301 27 4 14 ( ) 15 ( ) 9 5 27 4 21 ( ) 4 27 4 21 ( ) 8 30 5 27 4 23 ( ) 5 10 11 12 13 4 3 4 14 27 4 23 ( 27 4 25 ( )

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

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

ii 2006/9-2010/1 URL:http://www.hilano.org/hilano-lab

ii 2006/9-2010/1 URL:http://www.hilano.org/hilano-lab L A TEX 27 10 5 ii 2006/9-2010/1 e-mail:hilano@ic.kanagawa-it.ac.jp URL:http://www.hilano.org/hilano-lab iii 1 TEX 1 1.1....................................... 1 1.2 TEX................................

More information

S II. AWK. awk awk awk, perl, $ ruby awk awk perl ruby / / perl } WWW CGI awk /9/{print $} <awk.dat awk 9 awk awk awk.dat. awk {print $} <awk.dat xema

S II. AWK. awk awk awk, perl, $ ruby awk awk perl ruby / / perl } WWW CGI awk /9/{print $} <awk.dat awk 9 awk awk awk.dat. awk {print $} <awk.dat xema S II. login UNIX OS Linux GUI cd ~ mkdir APL login..............................3............4 BEGIN END.............. 3.5 -f program-file... 4.6 [-v] var=value...... 4 3 gnuplot 6 3....................

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

untitled

untitled 25 10 12 11 24 (1) 14 (2) 26 10 44 (3) (4) (5) 27 10 68 (6) (7) (8) 25 10 ( ) (1) (2) (3) ) city.yokohama.lg.jp city.yokohama.jp WEB WEB WEB WEB WEB WEB 1 25 10 WEB WEB (1) (2) (3) (4) 25 10 (1) WEB (2)

More information

vol4.qxd09....04.20

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

More information

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

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

More information

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

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

More information

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

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

More information

1 JIS X 8341-3:2016 WCAG2.0 http://waic.jp/docs/wcag2/understanding.html WCAG2.0 http://waic.jp/docs/wcag2/techs.html 2 ... 1... 3... 6 1.1... 6 1.2... 7... 8 1.1.1... 8 1.2.1... 13 1.2.2... 14 1.2.3...

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

TeXユーザの集い2009参加者アンケート報告書

TeXユーザの集い2009参加者アンケート報告書 TEX 29 TEX 29 http://oku.edu.mie-u.ac.jp/texconf9/ 29 9 1 29 8 29 TEX 29 TEX TEX 29 TEX 2 TEX TEX TEX 29 2 2 TEX 29 79 SQS (Shared Questionnaire System) *1 TEX TEX 3 TEX TEX 3.1 1. 25 2. 35 3. 45 4. 55

More information

1

1 ...1...37 1 HTML4.01 Transitional Frameset DOCTYPE 5.1.a 2 Windows Shift_JIS Linux Unix EUC jp meta 5.1.a 3 5.1.a JIS cm cc kg alt 4 5.4.a 5.4.a 5 alt alt alt alt alt alt="" alt 6 5.4.b 5.4.b 7 8 5.3.a

More information