5 LATEX 2ε 2010

Size: px
Start display at page:

Download "5 LATEX 2ε 2010"

Transcription

1 :30 16:00 TEX

2 5 LATEX 2ε 2010

3

4 1986

5 Lisp-Stat 1996

6 ptex 1987 ASCII TEX 1990 ptex 1993 JIS X ptex JIS 1995 ptex 3.0 platex 2ε 2000 jsarticle 2008 ε-ptex e-ptex 2010 TEX Live 2010 ε-ptex

7 \documentclass{jsarticle} \begin{document} \end{document} JIS

8 JIS X 4051 min10 JIS X 4051 jis

9 Word TEX 20.5zw

10 book

11 jarticle jsarticle

12 TEX PostScript EPS 2 Ryumin-Light GothicBBB-Medium

13

14 JIS JIS 83JIS U+8FBB \CID{3056} \CID{8267} U+845B \CID{1481} \CID{7652} U+7947 \CID{1626} \CID{7659}

15 otf.sty \documentclass{jsarticle} \usepackage{otf} \begin{document} \CID{7652} \CID{1481} \end{document}

16 TEX

17 2010

18 2011 PDF PDF Windows Macintosh DVD-ROM PDF

19 TEX PDF PDF PNG JPEG K

20

21 Mac OS X Mac OS X Mac OS X Leopard Mac OS X Leopard World Apple Mac OS X OS OS Twitter

22 IPA IPAex Windows

23 dvipdfmx map cid-x.map rml H!Ryumin-Light gbm H!GothicBBB-Medium rml H ipam.ttf ipaexm.ttf gbm H ipag.ttf ipaexg.ttf $TEXMF/fonts/truetype mktexlsr

24 ProN W3 IPA MS

25 dvi pdftex ε- ptex dvipdfmx PDF PNG JPEG Ghostscript

26 PDF Mac OS X Sumatra PDF Windows PDF TeXShop Mac TeXworks Windows Mac Linux TeXworks

27 PDF Mac Quartz PDF pdf() PDF postscript() EPS Ghostscript PDF

28 Mac Quartz = c(" "," "," "," "," ") = c(83457,231112,18792,42190,2276)/10000 par(family="hirakakupron-w3") par(las=1) par(mgp=c(2,0.8,0)) barplot(, names.arg= ) axis(2, labels=expression( paste(" ", km^2, " ")), at=20, hadj=0.3, padj=-1, tick=false)

29

30

31

32 EPS PDF seteps() postscript("area2.eps", family="japan1gothicbbb") par(las=1) par(mgp=c(2,0.8,0)) barplot(, names.arg= ) axis(2, labels=expression( paste(" ", km^2, " ")), at=20, hadj=0.3, padj=-1, tick=false) dev.off()

33

34

35 PDF pdf("area3.pdf", family="japan1gothicbbb") par(las=1) par(mgp=c(2,0.8,0)) barplot(, names.arg= ) axis(2, labels=expression( paste(" ", km^2, " ")), at=20, hadj=0.3, padj=-1, tick=false) dev.off()

36

37

38 Illustrator

39

40 Quartz quartz(width=7, height=5) x = seq(-3.5, 1.5, by=0.1) y = dnorm(x) par(las=1) par(mgp=c(2,0.8,0)) plot(null, xlim=c(-3.5,3.5), ylim=c(0,0.4), xlab="", ylab="") polygon(c(x,rev(x)), c(rep(0,51),rev(y)), col="gray") curve(dnorm, lwd=2, add=t)

41

42

43 EPS PDF pdf("dnorm2.pdf", width=7, height=5) dev.off() seteps() postscript("dnorm2.eps", width=7, height=5) dev.off()

44

45

46 R embedfonts("hoge.pdf") embedfonts("hoge.pdf", options="-dpdfsettings=/prepress") /printer

47 LATEX \documentclass{jsarticle} \usepackage[dvipdfmx]{graphicx} \begin{document} \includegraphics[width=5cm]{hoge.pdf} \end{document} PDF dvipdfmx extractbb *.xbb mediabb.sty

48 LATEX PSfrag overpic.sty \includegraphics[...]{hoge.pdf} \begin{overpic}[grid,tics=5,...]{hoge.pdf} \end{overpic}

49

50

51 \begin{overpic}[grid,tics=5,...]{hoge.pdf} \end{overpic} \begin{overpic}[grid,tics=5,...]{hoge.pdf} \put(62,53){$f(x) =...$} \put(36,20){\colorbox{white}{$f(x) =...$}} \end{overpic}

52 F(x) = x f (t)dt f (x) = 1 2π e x2 /

53 \begin{overpic}[grid,tics=5,...]{hoge.pdf} \put(62,53){$f(x) =...$} \put(36,20){\colorbox{white}{$f(x) =...$}} \end{overpic} \begin{overpic}[...]{hoge.pdf} \put(62,53){$f(x) =...$} \put(36,20){\colorbox{white}{$f(x) =...$}} \end{overpic}

54 0.4 f (x) = 1 2π e x2 / F(x) = x f (t)dt

55 R R overpic

56 Ross Ihaka, Colour for Presentation Graphics, DSC Achim Zeileis, Kurt Hornik and Paul Murrell, Escaping RGBland: Selecting colors for statistical graphics, Computational Statistics & Data Analysis 53 (2009).

57 R barplot(rep(1,8),col=palette(),axes=false)

58 3D

59 library(colorspace) plot(null, xlim=c(0,4), ylim=c(0,2), axes=false, xlab="", ylab="") rect(0:3, 1.1, 1:4, 2, col=rainbow(4,gamma=2.2)) rect(0:3, 0, 1:4, 0.9, col=rainbow_hcl(4,gamma=2.2))

60

61 rgb gray cmyk pdf("hoge.pdf", width=7, height=5, colormodel="gray") # pdf("hoge.pdf", width=7, height=5, colormodel="cmyk") # RGB CMYK K

62 Cleveland (1994)

63 CMYK Cleveland (c,m,y,k) rrggbb* (1,0,0,0) 00a0e9 cyan (0,1,0,0) e4007f magenta (1,0,1,0) green (0,0.5,1,0) f39800 orange (1,0.5,0,0) 0068b7 royal blue** * Photoshop CS5 Japan Color 2001 Coated srgb ** Cleveland light blue

64

65

66 Lidwell et al., Universal Principles of Design (2003), p.43

67 Cleveland (0,1.0,0,0) (0,0.8,0,0) (0,0.6,0,0) (0,0.4,0,0) (0,0.2,0,0) (0.2,0,0,0) (0.4,0,0,0) (0.6,0,0,0) (0.8,0,0,0) (1.0,0,0,0)

68

69 (0,0.5,1.0,0) (0,0.4,0.8,0) (0,0.3,0.6,0) (0,0.2,0.4,0) (0,0.1,0.2,0) (0.2,0.1,0,0) (0.4,0.2,0,0) (0.6,0.3,0,0) (0.8,0.4,0,0) (1.0,0.5,0,0)

70 ORANGE / BLUE Stephen Few, Now You See It (2009)

71 ORANGE / BLUE Hastie et al., The Elements of Statistical Learning, 2nd ed. (2008)

72

73 Tufte (1983)

74

75

76 Knuth (1983): WEB Ramsey (1989): noweb Leisch (2002): Sweave Ihaka (2009): Customizing Sweave to Produce Better Looking LATEX Output

77 Sweave foo.snw \documentclass{jsarticle} \begin{document} 5 <<>>= x = runif(5) x \end{document}

78 R > Sweave("foo.Snw") Writing to file foo.tex Processing code chunks... 1 : echo term verbatim foo.tex LaTeX

79 5 > x = runif(5) > x [1] > mean(x) [1]

80 EPS \SweaveOpts{eps=FALSE,keep.source=TRUE}

81 Ihaka \DefineVerbatimEnvironment{Sinput}{Verbatim}{} \DefineVerbatimEnvironment{Scode}{Verbatim}{} \fvset{listparameters ={\setlength{\topsep}{0pt}}, xleftmargin=2em} \renewenvironment{schunk} {\vspace{\topsep}}{\vspace{\topsep}}

82 jsarticle 16pt R 12pt \fvset{xleftmargin=2zw,baselinestretch=0.75}

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

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

updmapによる和文フォント管理とpxdvi

updmapによる和文フォント管理とpxdvi updmap pxdvi 2012/10/27 T E X 2012 1 Outline updmap pxdvi in tlptexlive updmap 2 hoge.map dvipdfmx urml UniJIS-UTF16-H \ ipam.ttf updmap.cfg KanjiMap hoge.map kanjix.map (for dvipdfmx) urml UniJIS-UTF16-H

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

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

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

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

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

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

More information

2 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

Adobe Bridge Bridge Bridge Bridge P10 Bridge Finder 2

Adobe Bridge Bridge Bridge Bridge P10 Bridge Finder 2 Adobe InDesign InDesign PDF Flash Web CD DVD Adobe Campus Day Adobe Campus Day Adobe Campus Day 1 Adobe Bridge Bridge Bridge Bridge P10 Bridge Finder 2 InDesign InDesign... Web............ 3 POINT InDesign

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

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

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

C 17 1 pl A TEX upl A TEX dvipdfmx L A TEX japanese-otf *1 0.5 ptex IPA 2 TEX pl A TEX upl A TEX DVI dvipdfmx atbegshi everypage 3 \usepackage \usepac

C 17 1 pl A TEX upl A TEX dvipdfmx L A TEX japanese-otf *1 0.5 ptex IPA 2 TEX pl A TEX upl A TEX DVI dvipdfmx atbegshi everypage 3 \usepackage \usepac pxchfon Takayuki YATO; aka. ZR v1.1b [2017/10/04] 1 2 2 2 3 2 4 4 5 6 5.1........................................ 7 5.2........................................ 7 5.3 ptex-fontmaps.................................

More information

EPSON PS Tools HTMLヘルプ <Macintosh版>

EPSON PS Tools HTMLヘルプ <Macintosh版> Rev. LP-9800CPL EPSON PS Tools NPD0892 00 EPSON PS Tools... 1... 1 EPSON PS Tools... 2 EPSON PS Tools... 4... 4... 6... 7... 9... 11... 12 EPSON PS Tools EPSON PS Tools PS EPS PDF TIFF JPEG Macintosh OS

More information

pxchfon Takayuki YATO; aka. ZR v1.5a [2019/07/10]

pxchfon Takayuki YATO; aka. ZR v1.5a [2019/07/10] pxchfon Takayuki YATO; aka. ZR v1.5a [2019/07/10] 1 2 2 2 3 2 4 5 5 7 5.1........................................ 7 5.2........................................ 8 5.3 ptex-fontmaps.................................

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

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

EPSON PX-F10000/F8000 ソフトウェアガイド

EPSON PX-F10000/F8000 ソフトウェアガイド K Windows...3...3... 3 EPSON!3... 4 MAXART 2... 4...5... 5... 5...6...7 EPSON!3... 8...10... 10 MAXART 2... 10 Mac OS X...11...11... 11 EPSON Printer Utility3... 11 EPSON... 12 MAXART 2... 12...12... 12...

More information

Adobe Postscript 3 Expansion Unit

Adobe Postscript 3 Expansion Unit 3 ... 4... 4... 4... 4... 4 OS... 4 PDF... 5... 6... 6... 6... 6... 6... 7... 7... 8... 18... 18... 18 PDF... 18 PS... 18... 18 /... 18... 18... 18... 18... 19... 19 PS... 19... 19... 19 Q&A... 19... 19...

More information

Epson Edge Print

Epson Edge Print ... 6... 6... 6 PDF... 6... 7 EMX... 17... 17 EMX... 17... 18... 19... 20... 9... 9... 10... 10... 11... 11... 11... 13... 13... 13... 14... 14 &... 15... 15... 21... 21... 21... 22... 22... 22... 23...

More information

DCL intro Manual for Ubuntu11.10

DCL intro Manual for Ubuntu11.10 ubnutu 11.10 2011/Nov/23 i 1 1 2 ubuntu 2 3 3 3.1........................................... 3 3.2 gedit........................................... 3 3.3........................................ 4 4 sun

More information

Adobe Postscript 3 Expansion Unit

Adobe Postscript 3 Expansion Unit ... 4... 31... 32... 4... 4... 4... 4 OS... 4 PDF... 5... 6... 6... 6... 6... 6... 7... 7... 8 Windows... 8 PS... 8 PS Folder... 8 Mac OS X... 9... 9 PS Folder... 9 PS... 10 Windows... 10 Mac OS X... 11

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

https://sites.google.com/site/prj311/ 2011-03- 11 14:46:18 ##### Ruby ##### h = Hash.new(0) while line = gets() if line =~ /^.*?\x01(.*?)\x01/ h[$1] += 1 end end h.sort_by { k,v - v }.each { k,v print

More information

Garment Creator

Garment Creator Garment Creator ... 5... 5... 5 PDF... 5... 6... 7... 9... 9... 9... 9... 9... 11 T... 12 T... 12 T... 13... 13... 13... 16... 17... 17 USB... 17 USB... 17 /... 18... 19... 19... 19... 20... 21... 21...

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

Windows Macintosh 3 3 4 = 3 4 = 4 5 6 Windows Macintosh 7 8 9 Windows Macintosh 0 Windows Macintosh 3 4 5 Windows Macintosh Windows Macintosh 3 4 5 = Windows Macintosh 3 4 3 4 5 3 4 5 3 5 4 5 6 3 4 3 5

More information

CanoScan Toolbox 1.6 ユーザーズガイド

CanoScan Toolbox 1.6 ユーザーズガイド CanoScan Toolbox 1.6 for Macintosh CanoScan Toolbox 1 CanoScan Canon Inc. Macintosh Power Macintosh Mac OS imac Adobe Photoshop Adobe Systems Incorporated CANON INC. 2001 CanoScan Toolbox 2 CanoScan Toolbox

More information

EPSON PX-V500 プリンタ操作ガイド

EPSON PX-V500 プリンタ操作ガイド A4 L... 6... 6... 7... 7... 8 EPSON PhotoQuicker... 8... 8... 14 1... 14 2... 15... 16... 16... 17... 17... 19... 19 A4 L... 23... 23... 24... 24... 25... 25... 29... 29... 29... 31... 31... 35... 35...

More information

DAA04

DAA04 # plot(x,y, ) plot(dat$shoesize, dat$h, main="relationship b/w shoesize and height, xlab = 'shoesize, ylab='height, pch=19, col='red ) Relationship b/w shoesize and height height 150 160 170 180 21 22

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

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

EPSON PX-500 プリンタ操作ガイド

EPSON PX-500 プリンタ操作ガイド A4 L... 6... 6... 7... 7... 8 EPSON PhotoQuicker... 8... 8... 12 1... 12 2... 13... 14... 14... 15... 15... 17... 17 A4 L... 19... 19... 20... 20... 21... 21... 23... 23... 23... 25... 25... 27... 27...

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

CanoScan Toolbox

CanoScan Toolbox CanoScan Toolbox CS for Macintosh CanoScan Toolbox CS 1 CanoScan Canon Inc. Macintosh Power Macintosh Mac OS imac Adobe Adobe Photoshop Adobe Systems Incorporated Copyright CANON INC. 2000 CanoScan Toolbox

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

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

DAA02

DAA02 c(var1,var2,...,varn) > x x [1] 1 2 3 4 > x2 x2 [1] 1 2 3 4 5 6 7 8 c(var1,var2,...,varn) > y=c('a0','a1','b0','b1') > y [1] "a0" "a1" "b0" "b1 > z=c(x,y) > z [1] "1" "2"

More information

1.1 EPS... 3 1.2 EPS... 3 1.2.1... 3 1.2.2... 4 1.3... 5 2.1 BMP... 6 2.2 BMP... 6 2.2.1... 6 2.2.2... 6 2.2.3 (Appendix )... 7 3.1 TIFF... 8 3.2 TIFF... 8 3.2.1... 8 3.2.2... 9 3.2.3 (Appendix )... 9

More information

johokiso-graphics

johokiso-graphics 1 2 (pixe) (Picture Eement) (dot) http://kayoo.org/home/mext/joho- kiki/ 3 4 (Jaggy) : = NTSC ( TV) 4:3 ( ) 16:9 iphone6 ipad2 Air 1334x750 (326dpi) 2048x1536 (264dpi) VGA 640 480 4:3 SVGA 800 600 4:3

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

: Shift-Return evaluate 2.3 Sage? Shift-Return abs 2 abs? 2: abs 3: fac

: Shift-Return evaluate 2.3 Sage? Shift-Return abs 2 abs? 2: abs 3: fac Bulletin of JSSAC(2012) Vol. 18, No. 2, pp. 161-171 : Sage 1 Sage Mathematica Sage (William Stein) 2005 2 2006 2 UCSD Sage Days 1 Sage 1.0 4.7.2 1) Sage Maxima, R 2 Sage Firefox Internet Explorer Sage

More information

DAA03

DAA03 par(mfrow=c(1,2)) # figure Dist. of Height for Female Participants Dist. of Height for Male Participants Density 0.00 0.02 0.04 0.06 0.08 Density 0.00 0.02 0.04 0.06 0.08 140 150 160 170 180 190 Height

More information

プラズマ核融合学会誌2月【78-2】/講座3 奥村晴彦

プラズマ核融合学会誌2月【78-2】/講座3 奥村晴彦 3. PDF PostScript L A TEX e-papers and e-prints: PDF, PostScript, LATEX, and all that OKUMURA Haruhiko Matsusaka University, Matsusaka 515-8511, Japan (Received 25 October 2001) Abstract This tutorial

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

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

14 10 15 14 10 15 46.7 14 8 14 3 1 14 8 31 1 14 8 80,956 454,528 2.9 3.4 14,550 2.7 14,227 2.4 13 8 78,658 439,432 14,956 14,571 14 2 153,889 860,441 24,545 23,378 1 ( ) - 1-1 14 8 7,262 6.1 84 28 13 8

More information

EPSON PM-G700プリンタ操作ガイド

EPSON PM-G700プリンタ操作ガイド A4 L... 7... 7... 8... 9... 11 EPSON PhotoQuicker... 11 for EPSON... 11... 12... 15 1... 15 2... 16 CD DVD CD DVD...17 CD DVD... 17... 17... 20 CD DVD... 21 CD DVD... 21... 21... 22... 22... 23... 24...

More information

ACDSee-Press-Release_0524

ACDSee-Press-Release_0524 ACDSee Pro Windows ACDSee Pro 4 Mac ACDSee Pro (Mac) 5 26 ACDSee 6 30 ACDSee 5,000 URL: http://www.acdsee.jp ACDSee Pro ACDSee Pro 4 16,800 / 21,800 ACDSee Pro (Mac) 9,800 / 14,800 ACDSee Pro 4 RAW ACDSee

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

untitled

untitled 101-00512-6-4 DTP Web 2317 40 44 10 23 1,825 Windows XP Macintosh (OS9) Macintosh (OSX) SCREEN SG-8060 MarkII SCREEN SF-C5000PU SCREEN SF-C500RF SCREEN Gena Scan5500 Genasett 3075(B2) Digital Konsensus

More information

Epson Edge Print

Epson Edge Print Epson Edge Print ... 6... 6... 6 PDF... 6... 7... 9... 9... 9... 10... 11... 11... 11... 13... 13... 14 &... 14 /RIP... 15 /RIP... 15 /RIP... 15... 15 EMX... 16... 16 EMX... 16... 17... 17... 18... 19...

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

131 71 7 1 71 71 71 71 71 71 71 71 71 71 7 1 71 71 71 71 71 71 71 71 7 1 71 7 1 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 7 1 71 71 71 71 71 71 71 71 71 7 1 71 71 71 71 71 71 71 7 1 71 7 1 71

More information

コンピュータグラフィックス - 第4回 色彩の表現

コンピュータグラフィックス - 第4回 色彩の表現 .. 4 2013 10 9 ( ) 2013 10 9 1 / 22 3 3 3 ( ) 2013 10 9 2 / 22 380 nm 780 nm 1 nm = 10 9 m ( ) 2013 10 9 3 / 22 3 3 (S M L ) 3 3 3 ( ) 2013 10 9 4 / 22 加法混色 光の 3 原色を組み合わせることで 様々な色を表現できる 光を重ねて別の色を作ることを加法混色と呼ぶ

More information

2 bmc.exe dviout BMC... BMP BoundingBox C CTAN Comprehensive TeX Archive Network CTAN TEX cx Canon 300dpi D DLL DLL Dynamic Link Library Windows DLL D

2 bmc.exe dviout BMC... BMP BoundingBox C CTAN Comprehensive TeX Archive Network CTAN TEX cx Canon 300dpi D DLL DLL Dynamic Link Library Windows DLL D 1 A AMS AMS-L A TEX Adobe Acrobat (Reader) L A TEX Adobe Acrobat PDF AMS-LaTeX Adobe Acrobat PS/EPS PDF ASCII ptex Acrobat Distiller Adobe Acrobat Reader PDF TEXp publishing?? ptex2.1.10 (TEX3.14159, tetex1.0)

More information

PDF 普及 連 PDF 入稿 増 PDF 規格 PDF = 印刷 適 無 印刷 適 PDF 作成 必要 PDF/X-1a 入稿 印刷 適 PDF/X-1a 効率 作成 作成方法 作成時 注意点 PDF 確認方法 記載 当社 PDF 入稿 利用 際 本 役立 当社 出力環境 沿 内容 了承 当社 出

PDF 普及 連 PDF 入稿 増 PDF 規格 PDF = 印刷 適 無 印刷 適 PDF 作成 必要 PDF/X-1a 入稿 印刷 適 PDF/X-1a 効率 作成 作成方法 作成時 注意点 PDF 確認方法 記載 当社 PDF 入稿 利用 際 本 役立 当社 出力環境 沿 内容 了承 当社 出 PDF 普及 連 PDF 入稿 増 PDF 規格 PDF = 印刷 適 無 印刷 適 PDF 作成 必要 PDF/X-1a 入稿 印刷 適 PDF/X-1a 効率 作成 作成方法 作成時 注意点 PDF 確認方法 記載 当社 PDF 入稿 利用 際 本 役立 当社 出力環境 沿 内容 了承 当社 出力環境 適 PDF/X-1a 書 出 用 提供 営業 Web (http:// www.sanposha.co.jp/)

More information

modarn-japanese-font.key

modarn-japanese-font.key font-family: "", "Yu Gothic", sans-serif; font-family: "Yu Gothic", sans-serif; font-family: "Yu Gothic", YuGothic, sans-serif; @font-face { font-family: ; } font-weight: ; src: local();

More information

r6.dvi

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

More information

1 R Windows R 1.1 R The R project web R web Download [CRAN] CRAN Mirrors Japan Download and Install R [Windows 9

1 R Windows R 1.1 R The R project web   R web Download [CRAN] CRAN Mirrors Japan Download and Install R [Windows 9 1 R 2007 8 19 1 Windows R 1.1 R The R project web http://www.r-project.org/ R web Download [CRAN] CRAN Mirrors Japan Download and Install R [Windows 95 and later ] [base] 2.5.1 R - 2.5.1 for Windows R

More information

DocuPrint C1100 Macintosh 用プリンタードライバー操作ガイド

DocuPrint C1100 Macintosh 用プリンタードライバー操作ガイド DocuPrint C1100 Macintosh Macintosh Macintosh Macintosh Macintosh Mac OS Apple Inc. XEROX THE DOCUMENT COMPANY X 1 ............................................................. 2..............................................................

More information

EPSON PXシリーズ プリンタドライバ 使い方ガイド

EPSON PXシリーズ プリンタドライバ 使い方ガイド K Microsoft Windows 2000 Operating System Microsoft Windows XP Home Edition Operating System Microsoft Windows XP Professional Operating System Microsoft Windows Vista Operating System OS Windows 2000Windows

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

2109色覚(訂正).pm

2109色覚(訂正).pm 1080 Vol.21 No.9 2002 3 3, 1 2 1 3.1 1 AB A 3 2 1 Vol.21 No.8 No.9 2002 1081 872.7 1 9.1 218.2 11 : (1999) 27: 263-269 1 1 3 2 3 3 2 2.6 C 4 19 1082 Vol.21 No.9 2002 A B C 1 X-chrom lens 5 ChromaGen X-chrom

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

2 n ImageJ (intensity) ImageJ Bit

2 n ImageJ (intensity) ImageJ Bit : western blot Photoshop () () NIH (National Institute of Health) Image JWindowsMac ( ) () Image J 2017.5.13 1 2 n ImageJ (intensity) ImageJ 0 0 0 0 26 26 26 26 234 234 232 238 255 255 245 131 0255 256

More information

4-1. html css html 046 11 12 ht tp ht tp html HyperTex t Markup Language: html <meta ht tp - equiv="content-type" content=" tex t /html; charset=utf-

4-1. html css html 046 11 12 ht tp ht tp html HyperTex t Markup Language: html <meta ht tp - equiv=content-type content= tex t /html; charset=utf- 4.html css html css Adobe Flash JavaScript xml Ajax html css 045 11 12 4-1. html css html 046 11 12 ht tp ht tp html HyperTex t Markup Language: html

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

ソフトウェア Capture NX 2 使用説明書

ソフトウェア Capture NX 2 使用説明書 i ii iii iv 1 Windows Mac OS 2 3 4 5 6 Windows 7 Windows 1 8 2 3 Windows 4 5 6 7 9 Windows 10 8 Windows 9 10 11 Windows Mac OS 12 Mac OS 1 Mac OS 2 3 13 4 5 Mac OS 14 6 7 8 Mac OS 9 10 15 11 Mac OS 16

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

pp R R Word R R R R Excel SPSS R Microsoft Word 2016 OS Windows7 Word2010 Microsoft Office2010 R Emacs ESS R R R R https:

pp R R Word R R R R Excel SPSS R Microsoft Word 2016 OS Windows7 Word2010 Microsoft Office2010 R Emacs ESS R R R R https: 計量国語学 アーカイブ ID KK300604 種別 解説 タイトル データの視覚化 (6) Rによる樹形図の作成 Title Data Visualization (6): Making Dendrogram in R statics 著者 林直樹 Author HAYASHI Naoki 掲載号 30 巻 6 号 発行日 2016 年 9 月 20 日 開始ページ 378 終了ページ 390 著作権者

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

PM-A850 プリンタ操作ガイド(Windows編)

PM-A850 プリンタ操作ガイド(Windows編) PM-A850 Windows A4 L... 6... 6... 7... 8... 10 EPSON PhotoQuicker... 10 for EPSON... 10... 11... 14 1... 14 2... 15... 16... 16... 17... 18... 20... 20 A4 L... 22... 22... 23... 24... 26... 26... 28...

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

Alien Skin Software, LLC

Alien Skin Software, LLC Blow Up Blow Up Alien Skin Software Alien Skin Software Alien Skin Software, LLC. Alien Skin Software, LLC ... 4... 4... 4 BLOW UP... 5... 6... 6 DPI... 7... 7... 8 A:...8 B:...8 C: ( 1 )...8 D:...9 E:...9

More information

1 1.1 PC PC PC PC PC workstation PC hardsoft PC PC CPU 1 Gustavb, Wikimedia Commons.

1 1.1 PC PC PC PC PC workstation PC hardsoft PC PC CPU 1 Gustavb, Wikimedia Commons. 1 PC PC 1 PC PC 1 PC PC PC PC 1 1 1 1.1 PC PC PC PC PC workstation PC 1.1.1 hardsoft 1.1.2 PC PC 1.1 1 1. 2. 3. CPU 1 Gustavb, Wikimedia Commons.http://en.wikipedia.org/wiki/Image:Personal_computer,_exploded_5.svg

More information

VBX5_Manual_update_JA

VBX5_Manual_update_JA VirusBarrier X5 ユーザガイド VirusBarrier X5 for Macintosh 2009 Intego. All Rights Reserved Intego www.intego.com VirusBarrier X5 for Macintosh VirusBarrier X5 Intego VirusBarrier X5 Intego Intego VirusBarrier

More information

(Visual Secret Sharing Scheme) VSSS VSSS 3 i

(Visual Secret Sharing Scheme) VSSS VSSS 3 i 13 A Visual Secret Sharing Scheme for Continuous Color Images 10066 14 8 (Visual Secret Sharing Scheme) VSSS VSSS 3 i Abstract A Visual Secret Sharing Scheme for Continuous Color Images Tomoe Ogawa The

More information

PARALLEL ACT i PARALLEL ACT TomOne Super- ComicCity 1 1 1 NetNews 3/4 1/4 DVD DVD DVD iii i 1 1 1.1 1!!..................... 2 1.2 2................... 5 1.3 3!!..................... 9 1.4 4.....................

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

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション 1 2 20083 3 4 5 6 7 8 2008 10-12 2008 10-12 2007 10-12 669 749 700 7.0 % 70 116 99 16.5 % 599 633 600 5.4 % 331 331 312 6.0 % 328 328 308 6.5 % 191 191 171 11.4 % EPS 322 322 283 13.6 % 5,928 5,928 6,048-2.0

More information

TEX American Mathmastical Society WINDOWS Microsoft Corporation Adobe Illustrator Acrobat Adobe Systems Incorporated TM L A TEX 2ε(pL A TEX 2ε) L A TE

TEX American Mathmastical Society WINDOWS Microsoft Corporation Adobe Illustrator Acrobat Adobe Systems Incorporated TM L A TEX 2ε(pL A TEX 2ε) L A TE Expanded AMeDAS Weather Data Program DVD 2013 ColorMap Color Map Drawing Tool & GmConv Gray-Map Converting Tool for ColorMap (enc. Extended Set 2) Software Users Manual Version 1.0: May, 2013 Meteorological

More information

9:30 9:35 1 T EX CAS KETpic 9:55 2 TEX CAS KETpic GUI 10:15 10:25 3 T EX Web 10:45 4 TEX FTEXT 11:05 11:20 5 T EX DITA 12:05 13:05 6 BIBTEX 13:25 13:4

9:30 9:35 1 T EX CAS KETpic 9:55 2 TEX CAS KETpic GUI 10:15 10:25 3 T EX Web 10:45 4 TEX FTEXT 11:05 11:20 5 T EX DITA 12:05 13:05 6 BIBTEX 13:25 13:4 2009 8 29 9:30 9:35 1 T EX CAS KETpic 9:55 2 TEX CAS KETpic GUI 10:15 10:25 3 T EX Web 10:45 4 TEX FTEXT 11:05 11:20 5 T EX DITA 12:05 13:05 6 BIBTEX 13:25 13:45 7 Geometry 5.0: A More Flexible Interface

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

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

Essential Guide for Graphic Users

Essential Guide for Graphic Users Essential Guide for Graphic Users 2 Adobe Illustrator CS2 Illustrator CS2 Web 3D OpenType PDF/X-1 PDF Essential Guide for Graphic Usersplaying with carps and flowers PDF/X ISOPDF PDF/X PDF ISO PDF/X PDF/X-1a

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション 200831012 200810-12 200810-12 200710-12 669 749 700 7.0 % 70 116 99 16.5 % 599 633 600 5.4 % 331 331 312 6.0 % 328 328 308 6.5 % 191 191 171 11.4 % EPS 322 322 283 13.6 % 5,928 5,928 6,048-2.0 % EPS

More information

Donald Ervin Knuth 1974 ACM [2] 1996 12 / TeX TEX E e TeX Gibb s Lecture [1] [ 1900 Metafont ] CTS 1981 1 bit bit bit bit 10 1981 4 bit 78 Gibb s Lect

Donald Ervin Knuth 1974 ACM [2] 1996 12 / TeX TEX E e TeX Gibb s Lecture [1] [ 1900 Metafont ] CTS 1981 1 bit bit bit bit 10 1981 4 bit 78 Gibb s Lect TeX TeX 20 6 IIJ TEX 1983 3 bit 1969 3 1 1983 6 [1] Donald E. Knuth TEX Art of Computer Programming TEX E technology TEX Knuth 1978 1 4 Gibb s Lecture Mathematical Typography Donald Ervin Knuth 1974 ACM

More information

i ii iii iv 1 Windows Mac OS 2 3 4 5 6 Windows 7 Windows 1 8 2 3 Windows 4 5 6 7 9 Windows 10 Windows 8 9 10 11 Windows Mac OS 12 Mac OS 1 Mac OS 2 13 3 4 5 Mac OS 14 6 7 8 Mac OS 9 10 15 11 Mac OS 16

More information

untitled

untitled R (1) R & R 1. R Ver. 2.15.3 Windows R Mac OS X R Linux R 2. R R 2 Windows R CRAN http://cran.md.tsukuba.ac.jp/bin/windows/base/ R-2.15.3-win.exe http://cran.md.tsukuba.ac.jp/bin/windows/base/old/ 3 R-2.15.3-win.exe

More information

untitled

untitled Adobe-Japan1-6 Unicode : Unicode Adobe-Japan1-6 Adobe Systems : PDF CID OpenType/CFF Adobe-Japan1-6 vs. Unicode Character codes in Japan Koichi Yasuoka Author Abstract: In Japan we use so many kanji variants

More information

TOSHIBA TEC CORPORATION All rights reserved

TOSHIBA TEC CORPORATION All rights reserved / / 2012-2015 TOSHIBA TEC CORPORATION All rights reserved 1 2 3 1 2 ... 1 1... 6... 13 2... 16... 18... 19... 20 E... 29 USB... 37 WS... 42... 44... 46 3 50... 62... 64 2... 84... 87 3 4... 92... 97 5

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

title_PoD

title_PoD Adobe Bridge CC 2014 6 Adobe Bridge CC HiDPI Bridge CC Adobe Bridge CC Adobe Bridge Adobe Bridge Adobe Bridge Adobe Adobe Bridge Bridge 1. Creative Cloud http://creative.adobe.com 2. 3. Bridge 4. Bridge

More information

08encode part 2

08encode part 2 A - - #8 bit, Byte, Yutaka Yasuda 1/2 0/1 CD 9 1 0 0 or 1 1/9 4,3,4,7,7,8,8,5,3,2,2 4,3,4,7,7,8,8,5,3,2,2 4,3,4,7,7,8,8,5,3,2,2 4,3,4,7,7,8,8,5,3,2,2 CD/CD-R CD / CD-R - 1 bit data (7bit) P 0 1 1 0 1

More information