LATEX

Size: px
Start display at page:

Download "LATEX"

Transcription

1 LATEX

2 i L A TEX? L A TEX? L A TEX ( ) BiBTeX FAQ Abbreviations 19

3 1 はじめに この文書では 卒論やレポートを綺麗に書きたい 参照文献をいちいち書くのが面倒 国際音声記号を使 いたい などなど Word に限界を感じた大学生 大学院生 (特に人文科学系) のために LATEX という文書作 成システムの使い方を説明します 既に LATEX がインストールされているという前提で話を進めますので まだインストールが終わっていない 方は筆者が作成したマニュアルなどをご覧の上インストールを済ませてください 内容について質問がある場合 東京外国語大学附属図書館の学習相談デスクにお越しください 1.1 LATEX ってなに? LATEX (ラテフ ラテク レイテック ラテックスなどと読む) は 文書作成システムの名前です Word のよ うな文書作成ソフトというよりは 命令を入力して結果を出力するプログラミング言語のような感じです 実際どのようにして文書を作っているかを 図 1 に示しています 左半分がエディタ画面で 右半分はその プレビュー (このページ) です 図 1 LATEX の編集画面 (acos) 編集画面で打ち込んだ文字がそのまま印刷結果になるのではない というところが Word などのワープロソ フトとの大きな違いです 自分が得たい出力結果を出すためには このプログラミングのような書き方を覚え なければいけません ちょっと敷居は高いですが 一緒に勉強していきましょう 1

4 1.2 L A TEX? 1.,, TEX (L A TEX ) n s 2 = 1/n (x i µ) 2 (1) (1) a. Bzhedukh (Payne 1997) čpaalya-m boy-erg čp@g w o-@r filed-abs ya-ž w oa 3SG-plows The boy plows field. Word? i= L A TEX Word? L A TEX L A TEX? 2

5 2 L A TEX 2.1 TEXWorks TEXShop Windows Windows / /TEXLive 2017 TEXWorks Editor ac TEXShop 2.2 L A TEX (1) (2) \documentclass[11pt]{jsarticle} \begin{document} aiueo \end{document} \ () 3

6 TEXWorks pla- TeX(ptex2pdf)Ctrl+T TEXShop LaTeXcommand+T aiueo jsarticle \begin{document} \end{document} : : \\ : \\ : \\ ( ) : : 4

7 \bigskip : \bigskip : \noindent : \bigskip \noindent : \noindent \noindent Undefined control sequence \ noindentnoindent \noindent \noindent L A TEX : : 5

8 : : 2.4 \ Hello World! : \textit{hello World!} : Hello World! \textit \textit {} \textbf \textmc{} \textmc{\textbf{}} \textgt{} \textgt{\textbf{}} \textrm{} \textbf{} \textit{} \textit{\textbf{}} \textsl{} \textsl{\textbf{}} \textsc{} \textsc{\textbf{}} \textsf{} \textsf{\textbf{}} \texttt{} \texttt{\textbf{}} Roman( ) Boldface( ) Italic( ) Bold Italic( ) Slanted( ) Slanted( ) SALL CAPS( ) BOLD SC( ) Sans Serif( ) Bold Sf( ) Typewriter( ) Typewriter( ) 1 L A TEX 6

9 2 {\tiny } {\scriptsize } {\footnotesize } {\small } {\normalsize } {\large } {\Large } {\LARGE } {\huge } {\HUGE } {\fontsize{11pt}{11pt}\selectfont } {\fontsize{4.235truemm}{4.235truemm}\selectfont } {\fontsize{8truemm}{8truemm}\selectfont } \large \small (11pt) \fontsize \selectfont LaTeX 2.5 \section : : \section{} 3 \section{}{} L A TEX section section 3 subsection 7

10 3 ( ) L A TEX sty L A TEX 3.1 natbib.sty \documentclass{} \begin{document} \usepackage{( )} 3.2 CTAN natbib.sty ( ) CTAN natbib Package natbib natbib Download zip.sty (Win ac ) natbib /Users/staff/Downloads/natbib cd /Users/staff/Downloads/natbib latex natbib.ins natbib.sty natbib.sty.tex natbib.sty (\documentclass{} ) \begin{document}\usepackage{natbib} natbib 8

11 \begin{table}[h] \centering \caption{ } \label{amicus} \begin{tabular}{ l c c c c c c } \hline & & & & & & \\ \hline & amicus & amice & amici & amico & amicum & amico \\ \hline & amici & amici & amicorum & amicis & amicos & amicis \\ \hline \end{tabular} \end{table} 3 amicus amice amici amico amicum amico amici amici amicorum amicis amicos amicis table h \centering \caption \label label tabular { l c c c c c } l c r l c r { lcccc } 9

12 5 \\ \hline \\ 6 8 & & & \multicolumn{}{}{} \multirow{}{}{} \begin{table}[h] \centering \caption{ } \label{amicus} \begin{tabular}{ l c c } \hline \multicolumn{3}{ c }{A} \\ \hline \multicolumn{2}{ c }{B} & C \\ \hline D & E & F \\ \hline \end{tabular} \end{table} 4 A B C D E F \multicolumn{}{}{} \begin{table}[h] \centering \caption{ } \label{multirow} \begin{tabular}{ l c c } \hline \multirow{3}{*}{a} & \multirow{2}{*}{b} & C \\ \cline{3-3} & & D \\ \cline{2-3} & E & F \\ \hline \end{tabular} \end{table} 5 A B C D E F \multicolumn{}{}{} ( * ) \cline{} 10

13 - 4.2 figure \includegraphics.tex \begin{figure}[h] \caption{} \centering \includegraphics[width=50truemm]{liver} \label{liver} \end{figure} 2 \caption{} \label{} width= \includegraphics{} \label{} 5 \label{multirow} multirow \ref{} : \ref{multirow} : 5 11

14 \ref{} \ref{} 4.2 \label{figins} : \ref{figins} : L A TEX \footnote{} 1 \footnote{ } a a 1 12

15 5 5.1 BiBTeX L A TEX Word 5.2 L A TEX ac BiBDesk OS JabRef Java OS (endeley, Zotero ) BibDesk File Newb Bibliography JabRef New BibTeX database ( ) BiBDesk + JabRef + JabRef ( ) book article BiBDesk book required field optional field cite-key(bibtex-key) 3 required field () optional field ( ) cite-key 3 1. Yomi 13

16 2. 3. cite-key(bibtex-key).tex.bib.bib 5.3 BiBTeX cite-key 6 citation \citet{jakobson1963} Jakobson et al. (1963) \citep{jakobson1963} (Jakobson et al. 1963) \citet[cf.][12]{jakobson1963} Jakobson et al. (cf. 1963:12) \citealp{jakobson1963} Jakobson et al \citet{sakuma1941}, \citet{hattori1976}, \citet{postal1970}, \citet{paul1978}, \citet{aikhenvald2006}, \citet{kindaichi1955}, \citep{ueno1997}, \citep{kiparsky1968}, \citep{shibatani1978}, \citep{haegeman1994}, \citep{jakobson1963}, \citep{haegeman1994}, \citep[.cf][112]{nansei2005}, \citet[][12]{urabe2016} (1941), (1976), Postal (1970), Kay and cdaniel (1978), Aikhenvald (2006), (1955), ( 1997), (Kiparsky 1968), ( 1978), (Haegeman 1994), (Jakobson et al. 1963), (Haegeman 1994), (.cf 2005:112), Urabe (2016:12) \citet{}\citep{} see.cf 5.4 ( ), ( ), ( ),,, natbib.sty natbib.sty (\documentclass{} ) \begin{document}\usepackage{natbib} 14

17 5.4.2 jecon.bst natbib.sty jecon.bst jecon.bst: BibTeX jecon.bst zip jecon.bst.tex \begin{document}\bibliographystyle{jecon} 5.5 \bibliography{(.bib )} 5.6 LaTeX (TeXWorks platex(ptex2pdf)) BibTeX (TeXWorks pbibtex) LaTeX LaTeX (p)bibtex LaTeX LaTeX 5.7 ( ) aiueo.tex ( ) shoshi.bib () jecon.bst () 15

18 \documentclass{jsarticle} % \usepackage{natbib} %natbib.sty \begin{document} \bibliographystyle{jecon} %jecon.bst \cite{payne1997} % cite-key \bibliography{shoshi} % \end{document} LaTeX BibTeX LaTeX LaTeX 1. (.tex,.bib,.bst.aux,.bbl,.blg,.log,.out,.pdf,.synctex.gz ) 2. cite-key 16

19 6 FAQ Q: IPA A: L A TEX leipzig.sty Win/ac Q: Word Excel? A: Q: ( ) A: Q: A: Q: A: Q:L A TEX? A:\LaTeX Q: A: Q: A: LaTeX TeX Wiki 17

20 Aikhenvald, Alexandra Y. (2006) Evidentiality. New York: Oxford University Press. Haegeman, Liliane (1994) Introduction to government and binding theory. 2nd edition, Oxford: Basil Blackwell. (1976) 5(6): 2-14 Jakobson, Roman, Gunnar Fant, and orris Halle (1963) Preliminaries to speech analysis: The distinctive features and their correlates. Cambridge, A: IT Press. Kay, Paul and Chad K. cdaniel (1978) The linguistic significance of basic color terms, Language 54: (1955) Kiparsky, Paul (1968) Linguistic universals and linguistic change, In Bach, Emmon and Robert T. Harms (eds.) Universals in linguistic theory, , New York: Holt, Rinehart and Winston. (2005) Payne, Thomas Edward (1997) Describing morphosyntax : a guide for field linguists.: Cambridge University Press, URL: Postal, Paul (1970) On the surface verb remind, Linguistic Inquiry 1: (1941) 9: 1-16 (1978) 2. (1997) Urabe, Yuko (2016) iyazaki-ken Shiiba-son Omae hoogen ni okeru asupekuto no taikee [The aspect system of the Omae dialect of Shiiba Villalge of iyazaki Prefecture], Bachelor s thesis, Kyushu University Faculty of Literature Department of Linguistics. 18

21 Abbreviations leipzig.sty leipzig.sty Win/ac ACC NO PRS (accusative) (nominative) (present) 19

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

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

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

Bloomfield, L. (1933). Language. Chomsky, N. (1957). Syntactic structures. George Allen and Unwin. Mouton. Chomsky, N. (1964). Current issues in linguistic theory. Mouton. Chomsky, N. (1965). Aspects of

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

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

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

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

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

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

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

More information

2: {\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

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

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

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

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

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

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

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回:基礎編 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

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

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

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

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

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

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

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

‰IŠv07_›Z’¶

‰IŠv07_›Z’¶ Bull. Nara Univ. Educ., Vol. 61, No. 1 (Cult. & Soc.), 2012 Possibilities and Challenges of the Practice with Japanese Sign Language (JSL) for Communication Aids in Japanese Early Childhood Deaf Education

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

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

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

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

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

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

: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

PowerPoint プレゼンテーション

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

More information

PowerPoint プレゼンテーション

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

More information

readme.dvi

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

More information

外国語としての英語の習得と運用能力向上に効果的なパーソナルコンピューター用学習ソフトウエアの開発

外国語としての英語の習得と運用能力向上に効果的なパーソナルコンピューター用学習ソフトウエアの開発 1 2 CD CD 1. 2. 3. 4. 5. 6. 6. 116 3 4 4 4 the four skills of language learning 4 4 5 5 the five skills of language learning 5 117 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 1 2 4 5 1 5 6 1 1 118 F11 ONOFF

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

*.....J.....S.q..2013B_....

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

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

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

PowerPoint プレゼンテーション

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

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

<8CA48B8694EF8E E E816991E C5816A5F8DC58F4994C52E706466>

<8CA48B8694EF8E E E816991E C5816A5F8DC58F4994C52E706466> 3 4 5 7 8 9 13 14 15 16 17 18 19 21 23 25 27 28 29 30 1 KYUSHU UNIVERSITY KYUSHU UNIVERSITY 2 KYUSHU UNIVERSITY KYUSHU UNIVERSITY 2 3 4 KYUSHU UNIVERSITY KYUSHU UNIVERSITY 3 5 6 KYUSHU UNIVERSITY KYUSHU

More information

社会言語学:その仕組み、展望と社会の中での言葉遣いについて

社会言語学:その仕組み、展望と社会の中での言葉遣いについて Sociolinguistics: The mechanisms and perspectives of language use within societies. Barry Kavanagh1) Abstract Sociolinguistics is the study of how aspects of society, including its cultural norms, expectations,

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション EndNote basic( 応用編 ) 1 EndNote basic 操作方法 ( 応用編 ) 1. 参考文献リスト作成方法 ( プラグイン利用 ) 共有文献の引用参考文献スタイルの変更引用した文献のリスト削除 Word マクロを取り除く方法参考文献リストのレイアウト変更 Word プラグインを使わず参考文献リストを作成する方法文献リストのみの出力文献情報のファイル出力 2. Manuscript

More information

03.indd

03.indd 81 opqropqropqropqropqropqropqropqropqropqropqropqr 第 Ⅲ 章 卒業論文作成ガイドライン opqropqropqropqropqropqropqropqropqropqropqropqr 1. 論文作成の各段階で注意すべきこと第一段階 :3 年次のゼミ履修 指導教授の決定 3 3 第二段階 : 登録 LOYOLA 2011 第三段階 : 留学する場合の注意事項

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

白井学習法(1).ppt

白井学習法(1).ppt a Grammar Translation Method 19 1940~1960 Audiolingual Method - structural linguistics - behaviorism stimulus-response reinforcement habit formation (e.g., Skinner, 1957) 2 - L1 L2 [contrastive analysis]

More information

Microsoft PowerPoint - prog03.ppt

Microsoft PowerPoint - prog03.ppt プログラミング言語 3 第 03 回 (2007 年 10 月 08 日 ) 1 今日の配布物 片面の用紙 1 枚 今日の課題が書かれています 本日の出欠を兼ねています 2/33 今日やること http://www.tnlab.ice.uec.ac.jp/~s-okubo/class/java06/ にアクセスすると 教材があります 2007 年 10 月 08 日分と書いてある部分が 本日の教材です

More information

(Microsoft Word \214\264\215e\201{\216\221\227\277.doc)

(Microsoft Word \214\264\215e\201{\216\221\227\277.doc) [ 教材研究 ] Documents management and article making by RefWorks 藤原彩香 Sayaka Fujihara 久留米大学大学院心理学研究科 Graduate School of Psychology,Kurume University. 12. はじめに わたしたちは 卒業論文や修士論文作成時に多くの論文を読み それらを参考にしたり 引用したりする

More information

ナ畜ナ・カ (窶凖・

ナ畜ナ・カ (窶凖・ 15, 2005 11 * : (IR ) 1. * IWATA Natsuho: [ 135 ] 136 (symmetry) (asymmetry) 1 (Sacks 1972a, b) ( 1995) 2. 2 1. NS-NNS (native speaker, NS) (non-native speaker, NNS) NS (Beebe & Giles 1984; Fan 1992; Gaies

More information

独立行政法人産業技術総合研究所 PMID-Extractor ユーザ利用マニュアル バイオメディシナル情報研究センター 2009/03/09 第 1.0 版

独立行政法人産業技術総合研究所 PMID-Extractor ユーザ利用マニュアル バイオメディシナル情報研究センター 2009/03/09 第 1.0 版 独立行政法人産業技術総合研究所 PMID-Extractor ユーザ利用マニュアル バイオメディシナル情報研究センター 2009/03/09 第 1.0 版 目次 1. はじめに... 3 2. インストール方法... 4 3. プログラムの実行... 5 4. プログラムの終了... 5 5. 操作方法... 6 6. 画面の説明... 8 付録 A:Java のインストール方法について... 11

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

01[ ]関屋…(責).indd

01[ ]関屋…(責).indd KANDA TUFS The Development of the KANDA TUFS English Modules: the Significance and Characteristics SEKIYA Yasushi, YAZU Norie and MURPHY Philip This is an introductory article which describes the background,

More information

小学生における基本的生活習慣が自己統制および向社会的行動に及ぼす影響 * ** * ** Effects of Basic Daily Habits in Elementary School Students on their Self-Control and Prosocial Behavior

小学生における基本的生活習慣が自己統制および向社会的行動に及ぼす影響 * ** * ** Effects of Basic Daily Habits in Elementary School Students on their Self-Control and Prosocial Behavior 小学生における基本的生活習慣が自己統制および向社会的行動に及ぼす影響 * ** * ** Effects of Basic Daily Habits in Elementary School Students on their Self-Control and Prosocial Behavior Junko AKAZAWA * Tomoko GOTO ** Jin-ai University *

More information

Abstract Although physicalism is usually understood as an ontological thesis, it is not clear that what implications this position has on th

Abstract Although physicalism is usually understood as an ontological thesis, it is not clear that what implications this position has on th Title スーパーヴィーニエンス テーゼと存在論的コミットメント : 物理主義の存在論的含意の把握に向けて Author(s) 井頭, 昌彦 Citation 科学哲学, 42(2): 59-73 Issue 2009-10 Date Type Journal Article Text Version publisher URL http://hdl.handle.net/10086/22102

More information

第 1~ 第 4 行 が! 日 話 題 であり 低 い 膏 謂 に 押 さえられている 第 5 行 で 話 題 を 転 換 すると 共 に Halliday, M.A.K. (1973) Explorations in the Functions of Language. London: Edward Arnold. Halliday, M.A.K. (197 4) "The Place of

More information

11月プログラム.PDF

11月プログラム.PDF 09:2009:45 09:4510:10 10:1010:35 10:3510:45 10 10:4511:10 11:1011:35 11:3512:00 Instructional Design Web Based EducationWBE e-lerning System 13:3013:55 13:5514:20 14:2014:45 14:4514:55 10 14:5515:20 15:2015:45

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

...C...{ ren

...C...{ ren 15 2010. 2 41 1 1 2 Ura 1999 1a 1b 1c 42 2a 2b 2c P P Takezawa 1987 Tada 1992, 1993 Zushi 1995 Ura 1999 Hiraiwa 2001 Tada 1992 Agr AgrOP-Spec Ura 1999 Hiraiwa 2001 TP-Spec Kuno 1973 2 3, 4 3a 3b 3c 3d

More information

Mathematica (Windows) 2017/5/30 シングルマシンライセンスによるインストールマニュアル Mathematica は対象組織の教職員や学生が筑波大学の管理する PC で使用できます.Mathematica for Students は, 対象組織の学生が私物の PC で

Mathematica (Windows) 2017/5/30 シングルマシンライセンスによるインストールマニュアル Mathematica は対象組織の教職員や学生が筑波大学の管理する PC で使用できます.Mathematica for Students は, 対象組織の学生が私物の PC で Mathematica (Windows) 2017/5/30 シングルマシンライセンスによるインストールマニュアル Mathematica は対象組織の教職員や学生が筑波大学の管理する PC で使用できます.Mathematica for Students は, 対象組織の学生が私物の PC で Mathematica を使用するための学生専用ライセンスです. 対象組織は http://www.cc.tsukuba.ac.jp/wp/service/sl/mathematica/mathe_sosiki/

More information

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

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

More information

本文/YAZ325T

本文/YAZ325T ! "19, 2009 3! " # $# $ # $ 2007 # $ # $# $ 1 1987 1994 Matsumoto and Okamoto 2003 # $ 1997 Thomson and Otsuji 2003 Siegal and Okamoto 2003 2006 2008 7 # $ Sunderland, et al. 2001 THOMSON Kinoshita Chihiro

More information

0 1 0 *1 A4 A4 1. 2. 3. 4. 5. 6. *1

0 1 0 *1 A4 A4 1. 2. 3. 4. 5. 6. *1 2011 11 7 0 1 1 2 2 2 3 2 4 2 4.1................................ 2 4.2.............................................. 3 4.3................................................ 4 4.4...............................................

More information

C#の基本

C#の基本 C# の基本 ~ 開発環境の使い方 ~ C# とは プログラミング言語のひとつであり C C++ Java 等に並ぶ代表的な言語の一つである 容易に GUI( グラフィックやボタンとの連携ができる ) プログラミングが可能である メモリ管理等の煩雑な操作が必要なく 比較的初心者向きの言語である C# の利点 C C++ に比べて メモリ管理が必要ない GUIが作りやすい Javaに比べて コードの制限が少ない

More information

42 3 u = (37) MeV/c 2 (3.4) [1] u amu m p m n [1] m H [2] m p = (4) MeV/c 2 = (13) u m n = (4) MeV/c 2 =

42 3 u = (37) MeV/c 2 (3.4) [1] u amu m p m n [1] m H [2] m p = (4) MeV/c 2 = (13) u m n = (4) MeV/c 2 = 3 3.1 3.1.1 kg m s J = kg m 2 s 2 MeV MeV [1] 1MeV=1 6 ev = 1.62 176 462 (63) 1 13 J (3.1) [1] 1MeV/c 2 =1.782 661 731 (7) 1 3 kg (3.2) c =1 MeV (atomic mass unit) 12 C u = 1 12 M(12 C) (3.3) 41 42 3 u

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

15 1970 Bransford, Barclay, & Franks, 1972; Mani & Johnson-Laird, 1982 3 Kintsch, Welsch, Schmalhofer, & Zimny, 1990 16 Kintsch, 1988; Kintsch, 1998; van Dijk & Kintsch, 1983 3 3 Glenberg, Meyer, and Lindem

More information

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

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

More information

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

外国語教育センタージャーナル第9号

外国語教育センタージャーナル第9号 1. 1 35 45 2. 1 2 2 2013 5 1 31 2 40 3 37 4 40 2 17 2 5 165 148 9 4 4 4 3 1 Dörnyei(2001) 2 3 2 119 2 60 2 4 1 1 30 1 2 2 6 4 3 3.1 5 3 5 90 4 5 120 6 PPT K-POP 3.2 10 40 7 7 2005 10 8 5 9 6 7 3 5 8 9

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

01社会学部研究紀要.indd

01社会学部研究紀要.indd Pareto s Social System Theory Reconsidered () The equilibrium of Social System in History Makoto AKASAKA Abstract A purpose of this article is to draw exactly a summary of the social system theory of Vilfredo

More information

たのしいプログラミング Pythonではじめよう!

たのしいプログラミング Pythonではじめよう! Title of English-language original: Python for Kids A Playful Introduction to Programming ISBN 978-1-59327-407-8, published by No Starch Press, Inc. Copyright 2013 by Jason R. Briggs. Japanese-language

More information

Title 複 合 動 詞 後 項 の 多 義 性 に 対 する 認 知 意 味 論 によるアプロ ーチ : ~ 出 す の 起 動 の 意 味 を 中 心 にして Author(s) 今 井, 忍 Citation 言 語 学 研 究 (1993), 12: 1-24 Issue Date 1993-12-24 URL http://hdl.handle.net/2433/87980 Right

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

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

数量的アプローチ 年 6 月 11 日 イントロダクション データ分析をマスターする 12 のレッスン ウェブサポートページ ( 有斐閣 ) 水落研究室 R http:

数量的アプローチ 年 6 月 11 日 イントロダクション データ分析をマスターする 12 のレッスン ウェブサポートページ ( 有斐閣 )   水落研究室 R http: イントロダクション データ分析をマスターする 12 のレッスン ウェブサポートページ ( 有斐閣 ) http://yuhikaku-nibu.txt-nifty.com/blog/2017/09/22103.html 水落研究室 R http://depts.nanzan-u.ac.jp/ugrad/ps/mizuochi/r.html 1 この授業では統計ソフト R を使って分析を行います データを扱うソフトとして

More information

164 2006 1995 1990 2001, 2005 1991 897 1,733 2011 35.2% 3 1985 4 1997 2009 : 197-198 13 1986 16 96 26 99 2004 1 07 3 3 23

164 2006 1995 1990 2001, 2005 1991 897 1,733 2011 35.2% 3 1985 4 1997 2009 : 197-198 13 1986 16 96 26 99 2004 1 07 3 3 23 均 等 法 世 代 の 男 女 格 差 片 瀬 一 男 1. 20 2002 2010 : 2010 1975 76 85 10 86 3 85 87 1 91 94 99 1999 2000 2010 : 129-135 2 1970 1997 1 3 20 60 130 3 38 2 2010 2001 25% 40% 2006 2010 2010 : 131-135 2010 : 135 21

More information

教育用計算機システム使用の手引き 2017年度版

教育用計算機システム使用の手引き 2017年度版 2017 1 coins-admin 10 http://www.coins.tsukuba.ac.jp/ce/ PDF URL http://www.coins.tsukuba.ac.jp/tebiki/2017/ tebiki2017.pdf PDF Dropbox Dropbox Dropbox Dropbox COINS Dropbox I 28 3 1.1 ( ) ( ),,.,.,,.

More information

橡Microsoft Word

橡Microsoft Word Microsoft Word (F) (X) 6 Word OK OK Enter 7 CenturyComic Sans MSCourier NewTimes New Roman 8 HG 13 5 15 MS 16pt 150% HG -PRO 9 1 Alt 1 Tab Alt 11 1532 12.235 233 411.26 16489 1356.2 12 13 6 1 1. 13 1,500

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション 文献管理ツール EndNote 利用法 ユサコ株式会社 原沢竜太 Copyright(C) 2015 USACO Corporation. All Rights Reserved. EndNote basic について EndNote basic とは 文献管理 Web of Scienceなどのデータベースから検索した文献情報を保存 論文作成支援 引用表記 参考文献リストの 自動作成が可能 *EndNote

More information

BI BI BI BI Tinbergen, Basic Income Research Group 92 Citizen s Income Research Group 2 Basic Income Earth Network BIEN 1 BIJN BIEN Bas

BI BI BI BI Tinbergen, Basic Income Research Group 92 Citizen s Income Research Group 2 Basic Income Earth Network BIEN 1 BIJN BIEN Bas I Basic Income, BI 2010 4 BIJN 2010 2010 Parijs, 1995 q w e r Parijs, 1995, p. 35 56 means test 2002 1 8 BI 1 BI Fitzpatrick 1999 42 BI BI BI BI 2010 11 BI 2012 BI BI 006 経済理論第 49 巻第 2 号 2012.7 BI BI BI

More information

06.7 作成.EndNote Basic について -.EndNote Basic とは? EndNote は文献情報を保存 管理するツールです また 保存した文献情報をもとに文献リストを簡単に作成することができます デスクトップ版と EndNote Basic と呼ばれる Web 版があり 信州

06.7 作成.EndNote Basic について -.EndNote Basic とは? EndNote は文献情報を保存 管理するツールです また 保存した文献情報をもとに文献リストを簡単に作成することができます デスクトップ版と EndNote Basic と呼ばれる Web 版があり 信州 06.7 作成 EndNote Basic 利用マニュアル.EndNote Basic について -.EndNote Basic とは? -. アカウント作成方法 -. 文献情報の取り込み -. 医中誌 Web から取り込む * マイグループの作成方法 -.PubMed から取り込む * オンライン検索方法 -.CiNii Articles / CiNii Books から取り込む *RIS ファイルの取り込み方法

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

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

資源紛争概念の再検討

資源紛争概念の再検討 Klare 2001: 25 resource conflict resource war new war Kaldor 1999: 1 1 severity Henderson and Singer 2000: 278 2 5 Paul Collier natural resource wealth natural resource curse Michael T. Klare Mary Kaldor

More information

【教】⑩山森直人先生【本文】/【教】⑩山森直人先生【本文】

【教】⑩山森直人先生【本文】/【教】⑩山森直人先生【本文】 c.f. pp community of practice c.f. pp c.f. p pp c.f. Hutchins, CD c.f. teacher development surpriseschön, inquiryfreeman, puzzles Allwright, P P P P P P e IC Microsoft Excel KJ P P P P P P ALT ALT T ALT

More information