워드프로세서사용자를위한라텍

Size: px
Start display at page:

Download "워드프로세서사용자를위한라텍"

Transcription

1 L A TEX version Guido Gonzato, Ph.D. <gonzato@sci.univr.it> Università di Verona (Italy) Dipartimento Scientifico e Tecnologico L A TEX,.,. L A TEX., L A TEX L A TEX (File) File/New File/Save As File/Save As Template File/Import File/Page Setup Page Setup/Headers and Footers / File/Printer Setup i

2 2.7 File/Print Preview File/Print File/Versions (Edit) Edit/Autotext (Insert) Insert/Breaks, Insert/Enumerated List Insert/Special Character (EURO) Insert/Formula Insert/Footnote Insert/Indices Insert/Vertical and Horizontal Space Insert/Tabs Insert/Cross Reference Insert/Margin Notes Insert/Frame Insert/Figure Insert/Shapes Insert/Line Insert/Hyperlink Insert/Comment (Format) Format/Line Spacing Format/Character Format/Character Size Format/Character Font Format/Character Colour Format/Paragraph Format/Paragraph Horizontal Alignment Format/Paragraph Vertical Alignment Format/Paragraph Margins Format/Paragraph Indentation ii

3 5.4 Format/Paragraph Border and Shade Format/Colour Format/Columns (Table) 31 7 (Tools) Tools/Default Language Tools/Hyphenation Tools/Spell Check (Help) A (Document Templates) 35 1 Edit marvosym L A TEX table Gnuplot Book template Report template Letter template How to write a notice How to write a poster iii

4 1, L A TEX. L A TEX.,. a, b, c.,,,,.. L A TEX(HLaTeX). PDF. Pxfonts,. KTUG( 1, L A TEX. L A TEX,. L A TEX. L A TEX...,. WYSIWYG L A TEX.,.,, 1,,,. L A TEX., L A TEX. plain TEX. L A TEX.. L A TEX,. :-) L A TEX.. L A TEX. L A TEX 1 128k, Z80. WordStar CP/M 720K! 1

5 1.1 1, The (Not So) Short Introduction to L A TEX 2ε *a A Gentle Introduction to TEX., *b L A TEX. L A TEX,...., L A TEX.. L A TEX..,, TEX CTAN(The Comprehensive TeX Archive Network). L A TEX (typesetting).? :. L A TEX. L A TEX (source), WYSIWYG. ( Windows notepad ), TEX (TEXnicians). GNU Emacs ( Xemacs (http: // vi Vim ( Jed, ( davis/jed/), Word- Star/Borland Emacs. LyX ( WYSIWYG. *c *a *b / MS. / MS. *c LyX CJK-LyX., CJK-LyX Windows. 2

6 1.1 1,. GNU TEXMACS ( UNIX. WinEdt ( Windows L A TEX. shareware. L A TEX L A TEX.,, (cut, copy and paste), (search and replace) :, (blocks:moving, filtering, etc) (spell checking) (word counting) (macros). GNU Emacs vi jed tetex GNU/Linux. MiKTEX. 1. CTAN. gzip tar archive. 2. L A TEX. $TEXMF/tex/latex sty,.sty. latex newstyle.ins. latex newstyle.dtx. 3

7 2.1 L A TEX 2 (FILE) 5. texhash, tetex. $TEXMF. GNU/Linux /usr/ share/texmf. MiKTEX, C:\localtexmf\tex \latex\newpackage., MiKTeX Options Refresh now., initexmf -u.! *d 1.2 L A TEX. L A TEX 2ε. 1..,,.. 2. L A TEX,.,..., L A TEX.., (, ),,. 2 (File) L A TEX. (File/Open), (File/Save), (File/Close). 2.1 File/New L A TEX : \documentclass{article} \begin{document} %. \end{document} *d MiKTEX. MiKTEX 2.1 [MiKTEX Options] [Packages] [Formats] [L A TEX] [L A TEX Packages]. 4

8 2.3 File/Save As... 2 (FILE) L A TEX.., (title),., (cite). \documentclass[a4paper,12pt]{article} \begin{document} \title{ } \author{ } \date{, \today} \maketitle \begin{abstract}. \end{abstract} \tableofcontents \listoftables \listoffigures \section{ } \label{sec:start}. \cite{gonzato}. \section{ } \label{sec:end}. \ref{sec:start}. \begin{thebibliography}{99} \bibitem{gonzato} Gonzato G. \textit{\latex{} for Word Processor Users}. CTAN, \end{thebibliography} \end{document} A (templates). 2.2 File/Save As... Save As.... L A TEX. latex2html: latex2ht/, CTAN://tex/support/latex2html latex2rtf: CTAN://tex/support/latex2rtf 5

9 2.5 File/Save As Template 2 (FILE) 2.3 File/Save As Template L A TEX (templates), L A TEX File/Import L A TEX. rtf2latex: CTAN://tex/support/rtf2latex html2latex: CTAN://tex/support/html2latex wvware: MS Word L A TEX. http: // *2latex. 2.5 File/Page Setup,, \documentclass *e. a4paper, a5paper, b5paper, letterpaper, legalpaper, executivepaper. portrait( ), landscape landscape( ).. \documentclass[a5paper,landscape,12pt]{article}. \setlength{\leftmargin}{2cm} \setlength{\rightmargin}{2cm} \setlength{\oddsidemargin}{2cm} \setlength{\evensidemargin}{2cm} \setlength{\topmargin}{-1cm} \setlength{\textwidth}{18cm} \setlength{\textheight}{25cm} geometry,. geometry,... *e [ ]., { }. 6

10 2.6 File/Printer Setup 2 (FILE) \geometry{paperwidth=25cm} \geometry{paperheigth=35cm} % or: \geometry{papersize={25cm,35cm}} \geometry{width=20cm} % total width \geometry{heigth=30cm} % total heigth % or: \geometry{total={20cm,30cm}} \geometry{textwidth=18cm} % width - marginpar \geometry{textheight=25cm} % heigth - header - footer % or: \geometry{body={18cm,25cm}} \geometry{left=3cm} % left margin \geometry{right=1.5cm} % right margin % or: \geometry{hmargin={3cm,2cm}} \geometry{top=2cm} % top margin \geometry{bottom=3cm} % bottom margin % or: \geometry{vmargin={2cm,3cm}} \geometry{marginparwidth=2cm} \geometry{head=1cm} % header space. \usepackage[left=3cm, right=2cm]{geometry} Page Setup/Headers and Footers / fancyhdr \pagestyle{fancy}. (book.cls ). fancy..,,,.. \lhead{} % empty \chead{hello, world!} \rhead{page \thepage} % page number \lfoot{} \cfoot{\textbf{hello!}} \rfoot{} 2.6 File/Printer Setup. L A TEX. UNIX. lpr -P printername. 7

11 3.0 File/Print Preview 3 (FILE) lpr -# 10. lpr -r File/Print Preview L A TEX,..dvi (latex file.tex) xdvi yap..dvi dvips POSTSCRIPT, Ghostview. dvipdfm pdflatex Acrobat.pdf..pdf..pdf., hyperref pdflatex,.pdf. *f pdflatex, 4.12.! 2.8 File/Print previewer lpr file.ps. *g.pdf,.,. 2.9 File/Versions L A TEX. UNIX Win32 RCS (Revision Control System) CVS (Concurrent Version Control System). CVS RCS *f,. *g,. 8

12 4 (EDIT) 3 (Edit) L A TEX. 1 ( ). Edit/Cut, Edit/Copy, Edit/Paste, Edit/Find, Edit/Replace. Action Emacs vi jed start selection Ctrl-@ or n/a Ctrl-KB Ctrl-SPACE end selection n/a n/a Ctrl-KK cut Ctrl-W nd Ctrl-KY copy Alt-W ny Ctrl-KH paste Ctrl-Y P Ctrl-KC find Ctrl-S / Ctrl-QF replace Ctrl-% s/old/new/gc Ctrl-QA 1: Edit. L A TEX (environment).,. this is \textbf{bold text;}\\ this is also {\bfseries bold text;}\\ \begin{bfseries} this is bold text, too! \end{bfseries} \textbf{ }!! this is bold text; this is also bold text; this is bold text, too!!! 3.1 Edit/Autotext, PS POSTSCRIPT., L A TEX. \def\ps {\textsc{postscript}}, \PS \textsc{postscript}.. 9

13 4 (INSERT) 4 (Insert) 4.1 Insert/Breaks,,. L A TEX.. ( ) \linebreak \newline, \\.., \par. *h, \newpage \clearpage. \linebreak. \newline..\linebreak.\newline,...,. \clearpage \newpage ( ) Insert/Enumerated List ( [ ] ) itemize enumerate. \item. \begin{itemize} \item[*] ; \item[-]. \end{itemize} * ; , \arabic, \roman (viii), \Roman, \alph \Alph,, \fnsymbol. fnsymbol. *h \\,. *r. 2 \labelitemi, \labelitemii, \labelitemiii, \labelitemiv. 10

14 4.3 Insert/Special Character 4 (INSERT) \begin{itemize} \renewcommand{\labelitemi}{*} \renewcommand{\labelitemii}{-} \item 1, \item 1, \begin{itemize} \item 2, \item 2, \end{itemize} \item 1, \end{itemize} * 1, * 1, - 2, - 2, * 1,, enumerate, : \begin{enumerate} \renewcommand{\labelenumi} {\Alph{enumi}} \renewcommand{\labelenumii} {\roman{enumii}} \item 1, \item 1, \begin{enumerate} \item 2, \item 2, \end{enumerate} \item 1, \end{enumerate} A 1, B 1, i 2, ii 2, C 1, [TODO: enumerate.] 4.3 Insert/Special Character, L A TEX., \,,. 2., pifont \ding., \ding{100}., \dingfill, \dingline \dinglist. \fill, \line, \list / Dingbat. 11

15 4.3 Insert/Special Character 4 (INSERT) Character Character Sequence $ \$ or \textdollar & \& % \% \_ or \textunderscore { \{ or \textbraceleft } \} or \textbraceright < $<$ or \textless > $>$ or \textgreater \ \textbackslash \textbar \textbullet \textdaggerdbl \textdagger \textparagraph \textsection c \textcopyright ˆ \textasciicircum \textasciitilde $\sim$ R \textregistered TM \texttrademark a \textordfeminine o \textordmasculine 2:. 12

16 4.4 Insert/Special Character 4 (INSERT) j \Radioactivity B \Letter E \Lightning H \Mobilefone K \Coffeecup o \Football q \Cutright u \FAX v \Faxmachine Œ \Heart \Smiley \Bicycle y \Ladiesroom a \Laserbeam é \Capricorn ý \Bat þ \Womanface 3:marvosym. \begin{dinglist}{43} \item one \item two \item three \end{dinglist} one two three. \begin{dingautolist}{172} \item one \item two \item three \end{dingautolist} 1 one 2 two 3 three (EURO) marvosym,. \EUR. 3. *i marvosym. Y (\Yingyang). [TODO: add the Dingbat table.] *i marvosym. 13

17 4.5 Insert/Formula 4 (INSERT) 4.4 Insert/Formula L A TEX. $. I like math: $xˆn + xˆn \neq \quad zˆn \forall n \neq 2$ is my favourite theorem. I like math:x n + x n z n n 2 is my favourite theorem. displaymath equation. equation. *j : \begin{equation} xˆn + xˆn \neq zˆn \quad \forall n \neq 2 \label{eq:fermat} \end{equation} \ref{eq:fermat}? : x n + x n z n n 2 (1) 1? 4.5 Insert/Footnote \footnote{footnote text}. \footnote. *k \renewcommand{\thefootnote}{**} \footnote {.}%. **. **.. \renewcommand{\thefootnote} {\Roman{footnote}} \footnote{ }, \footnote{ }. I, II. I II *j TEX L A TEX.. L A TEX ( ). *k <=> endnotes. 14

18 4.7 Insert/Indices 4 (INSERT). This\footnote{the first.} \newcounter{myfootnote} This 1 and this 2 are footnotes:please read note 1 \setcounter{myfootnote} again. {\value{footnote}} 1 the first. and that\footnote{the second.} are footnotes: please 2 the second. read note \footnotemark [\value{myfootnote}] again. 4.6 Insert/Indices,, L A TEX. \section \chapter. L A TEX. \tableofcontents \listoffigures \listoftables *l makeindex makeidx. \index L A TEX.. \usepackage{makeidx} \makeindex \newcommand{\wordindex}[1]{\index{#1}#1} %... \printindex \makeindex, \printindex. L A TEX makeindex latex., latex makeindex latex. \wordindex \wordindex{ } Insert/Vertical and Horizontal Space. L A TEX,... \null \vfill \hfill. *l. 15

19 4.9 Insert/Tabs 4 (INSERT) one \hfill two\\ \vfill \hfill three \hfill \\ \vfill four \hfill five \null one four three two five L A TEX..., \hspace. This is a \hspace{2cm} 2-cm-wide hole. This is a 2-cm-wide hole. 4.8 Insert/Tabs tabbing TAB.. % let s set the tab positions \hskip 1cm \= \hskip 2cm \= \hskip 3cm \= \kill % discard text Zero \> One \> Two \> Three \\ Zero \> One \> \> Three \+ \\ % go right Zero \> Two \> Three \- \\ % go left Zero \> One \> Two \\ \pushtabs % save tab positions new tab 1{\ldots} \= new tab 2 \\ new \> tab \\ \poptabs % restore tab positions Zero \> One \> Two \> Three \\ Zero One Two Three Zero One Three Zero Two Three Zero One Two new tab 1... new tab 2 new tab Zero One Two Three, tabular table. 4.9 Insert/Cross Reference \label, \ref, \pageref. prefix:suffix. prefix (chapter) cha, (equation) eq, (figure) fig, / (sections) sec, (table) tab.,, \label \pageref.. 16

20 4.12 Insert/Margin Notes 4 (INSERT) \paragraph{example.} \label{par:example} \pageref{par:example} \ref{par:example}. Example prefix.. \begin{enumerate} \item{first step: skip to \ref{item:end} \label{item:start}} \item{another step (unreferenced)} \item{end: go back to \ref{item:start} \label{item:end}} \end{enumerate} 1. first step:skip to 3 2. another step (unreferenced) 3. end:go back to Insert/Margin Notes. \marginpar{text} Insert/Frame.. textpos. 7. ( A.) 4.12 Insert/Figure (L A TEX epslatex.ps Using Imported Graphics in L A TEX 2ε.) (figure), figure. 1. \begin{figure}[htbp] % [htbp] % : here, top, % bottom, or separate page. \begin{center} \texttt{=8-)} \end{center} \caption{ } \label{fig:mysmiley} \end{figure} =8-) 1:! 17

21 4.12 Insert/Figure 4 (INSERT).. L A TEX L A TEX.,, \ref{fig:label}. (floats). here H. Encapsulated POSTSCRIPT (.eps), graphicx L A TEX. 2. Gnuplot 3D graph sin(x*x + y*y)/(x*x + y*y) Z \begin{figure} \begin{center} \fbox{\includegraphics [width=0.5\textwidth, angle=-90]{gnuplot}} \caption{gnuplot.} \label{fig:gnuplot} \end{center} \end{figure} X Y 4 2:Gnuplot..eps. *m.jpg,.gif,.png.eps. ImageMagick. ( (free).,.jpg.eps jpeg2ps. (http: // PDFL A TEX.pdf. epstopdf...pdf.ps,.! % define the variable \ifpdf \newif\ifpdf \ifx\pdfoutput\undefined \pdffalse *m..dvi..dvi.jpg.gif.,.eps.dvi. 18

22 4.13 Insert/Shapes 4 (INSERT) \else \pdfoutput=1 \pdftrue \fi... % include the right options \ifpdf \usepackage[pdftex]{graphicx} \pdfcompresslevel=9 \else \usepackage{graphicx} \fi... % include the right graphic file \ifpdf \includegraphics{file.pdf} \else \includegraphics{file.eps} \fi [TODO: mention wrapfig] 18 Too many unprocessed floats! L A TEX. 3, \clearpage (figure) Insert/Shapes picture \circle, \oval., picture. epic eepic ( ), Xfig ( Xfig UNIX. *n Xfig., eepic. eepic POSTSCRIPT. special flag L A TEX. L A TEX. 3 *n Xfig Windows, X Server cygwin UNIX. Xfig java jfig. ( de/applets/jfig/) 19

23 4.15 Insert/Line 4 (INSERT), small.fig. File/Export... Language LaTeX picture + eepic macros. small.eepic.. This is a picture drawn with Xfig: This is a picture drawn with Xfig:\\ \input{small.eepic}, eepic pdflatex. Combined PS/LaTeX (both parts) (export). small.pstex small.pstex t. small.tex. \documentclass{article} \usepackage{graphicx} \pagestyle{empty} \begin{document}. \end{document}.ps.eps Insert/Line \rule. This is a page-wide rule:\\ \rule{\linewidth}{1pt} but this one is shorter and thicker:\\ \rule{2cm}{2mm} This is a page-wide rule: but this one is shorter and thicker: \dotfill... \dotfill \EUR

24 5.2 Insert/Hyperlink 5 (FORMAT) 4.15 Insert/Hyperlink url URL,. hyperref dvipdfm pdflatex url URL.pdf!,. \usepackage[colorlinks,urlcolor=blue]{hyperref} 4.16 Insert/Comment L A TEX %. comment comment. 5 (Format) \documentclass. (10, 11, 12 ), ((a4paper, a5paper, b5paper, letterpaper, legalpaper, executivepaper), (portrait, landscape).. \documentclass[a5paper,landscape,12pt]{article} Format/Line Spacing TEX \baselinestretch{amount}., \baselinestretch 7 mm doublespace setspace (.) singlespace, onehalfspace, doublespace. 5.2 Format/Character 4. 21

25 5.2 Format/Character 5 (FORMAT) Text attribute Environment form Example \textnormal textnormal main document font \textrm rmfamily roman \textit itshape italics \emph n/a emphasis \textmd mdseries medium weight (default) \textbf bfseries boldface \textup upshape upright (default) \textsl slshape slanted \textsf sffamily sans serif \textsc scshape SMALL CAPS \texttt ttfamily typewriter \underline underline underline \mathrm n/a x n + x n z n n 2 \mathbf n/a x n + x n z n n 2 \mathsf n/a x n + x n z n n 2 \mathtt n/a x n + x n z n n 2 \mathit n/a x n + x n z n n 2 \mathnormal n/a x n + x n z n n 2 \mathcal n/a \ + \ \ \ 4:. (emphasized).,., \emph. *o Format/Character Size extsizes., 8 12, 14, 17, 20., 17. (preamble). \documentclass[17pt]{extarticle} type1cm.. *o, \emph,.. 22

26 5.2 Format/Character 5 (FORMAT) Font size tiny scriptsize footnotesize small normalsize large Large LARGE huge Huge Example sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text 5: \fontsize{72pt}{72pt}\selectfont No Smoking \fontsize, (baseline).. \resizebox{!}{1cm}{1-cm tall} Format/Character Font 1-cm tall L A TEX Metafont..,. Times, Helvetica, Sans Serif..., L A TEX POSTSCRIPT. : *p avant, avangar, bookman, chancery, charter, courier, helvet, helvetic, ncntrsbk, newcent, palatcm, palatino, pifont, times, utopia, zapfchan.\usepackage{times}.. L A TEX POSTSCRIPT!. POSTSCRIPT (font family). 6. *q.! *p txfonts pxfonts. *q

27 5.2 Format/Character 5 (FORMAT) Family cmr cmss cmtt pag pbk phv pnc ppl ptm pcr Name Computer Modern Roman Computer Modern Sans Serif Computer Modern Typewriter Avantgarde Bookman Helvetica New Century Schoolbook Palatino Times Courier 6:. mj gt gs tz ( ) ( ) ( ) ( ) 7:. This is Computer Modern Roman, {\fontfamily{phv}\selectfont This is Computer this Modern Roman, this is Helvetica! is Helvetica!}, L A TEX POSTSCRIPT., Avantgarde Computer Modern Sans Serif,. \rmdefault (roman) \sfdefault (sans serif) \ttdefault (typewriter) \bfdefault (boldface) \mddefault (medium) \itdefault (italics) \sldefault (slanted) \scdefault (small caps) 24

28 5.3 Format/Paragraph 5 (FORMAT) \updefault (upright) Sans Serif Avantgarde. % Avantgarde replaces sans serif \renewcommand{\sfdefault}{pag} Format/Character Colour color. black, white, red, green, blue, cyan, magenta, yellow.. \textcolor{red}{this is red.}\\ \color{blue} This text is blue!\\ So is this. Let s change.\\ \definecolor{mygreen} {rgb}{0.1,1,0.1} \color{mygreen} This is my shade of green!\\ \color{black} \colorbox{cyan}{a cyan box}\\ \fcolorbox{blue}{green} {A green box in a blue frame} This is red. This text is blue! So is this. Let s change. This is my shade of green! A cyan box A green box in a blue frame, \pagecolor Format/Paragraph L A TEX. \\. *r (environments) L A TEX.,... *r \\. \par. \\.,. 25

29 5.3 Format/Paragraph 5 (FORMAT) \begin{environment}...text goes here... \end{environment} center.. \begin{center} \end{center} Format/Paragraph Horizontal Alignment (justified).,, flushleft, flushright, center. \raggedleft, \raggedright, \centering Format/Paragraph Vertical Alignment L A TEX. Enter, L A TEX.,. \smallskip, \medskip, \bigskip., \vskip{parameter}.. These paragraphs will be separated by 1.3 cm:\\ \vskip 1.3cm there is a 1.3 cm gap above me. These paragraphs will be separated by 1.3 cm: there is a 1.3 cm gap above me. \vskip., \vskip. 1.5 cm \vskip \null. 26

30 5.3 Format/Paragraph 5 (FORMAT) Environment array center description enumerate eqnarray equation figure flushleft flushright itemize letter list minipage picture quotation quote tabbing table tabular thebibliography theorem titlepage verbatim verse Purpose Math arrays Centered lines Labelled lists Numbered lists Sequence of aligned equations Displayed equation Floating figures Flushed left lines Flushed right lines Bulleted lists Letters Generic list environment Miniature page Picture with text, arrows, lines and circles Indented environment with paragraph indentation Indented environment with no paragraph indentation Align text arbitrarily Floating tables Align text in columns Bibliography or reference list Theorems, lemmas, etc For hand crafted title pages Simulating typed input For poetry and other things 8: L A TEX. 27

31 5.3 Format/Paragraph 5 (FORMAT) \null \vskip 1.3 cm This text comes after 1.3 cm... This text comes after 1.3 cm..., \vfill.. {\ldots} \vfill {\ldots} Format/Paragraph Margins (margins) 2.5,... *s \newenvironment{margins}[2] { \begin{list}{} { \setlength{\leftmargin}{#1} \setlength{\rightmargin}{#2} } \item } {\end{list}}, margins. As you can see, this paragraph has normal margins. \begin{margins}{0.5cm}{1cm} But please note that this paragraph has custom margins. \end{margins} As you can see, this paragraph has normal margins. But please note that this paragraph has custom margins Format/Paragraph Indentation \parindent. 1 cm. *s chngpage. 28

32 5.4 Format/Paragraph Border and Shade 5 (FORMAT) \setlength{\parindent}{1cm} \indent, \noindent., \parskip. \setlength{\parskip}{3pt} 5.4 Format/Paragraph Border and Shade framed \parbox. calc. framed. \setlength{\framerule}{2pt} \setlength{\framesep}{5pt} \begin{framed}! \end{framed} \definecolor{shadecolor}{rgb} {0.9,0.8,1} \begin{shaded},? \end{shaded}!,?, boxedminipage., \framebox{ \begin{minipage}[c]{\linewidth} \end{minipage} } boxedminipage., \parbox. \noindent \fbox{ \parbox{\linewidth -2 \fboxsep -2 \fboxrule} {,!} },! 29

33 5.6 Format/Colour 5 (FORMAT) \linewidth minipage (width). ( ).,. \framebox[\width]{ }... \framebox[2\width][r]{ } ( ). 5.5 Format/Colour.. \colorbox{yellow}{ \begin{minipage} {0.8\linewidth} \end{minipage} } Format/Columns \twocolumn \onecolumn. \documentclass. multicols.. 2. \columnseprule=1pt \begin{multicols}{2}[\subsection{\entry{format}{columns}}] The commands \cmd{twocolumn}... \end{multicols} 30

34 6 (TABLE) \columnsep. \columnseprule.. *t 6 (Table).... \begin{table}[htbp] % placement: here, top, bottom, separate page % \begin{small} % sets the table font \begin{center} % optional % 4-column table; alignment is left, centered, right, fixed width \begin{tabular}{ l c r p{4cm} } \hline % horizontal line \textbf{left} & \textbf{centre} & \textbf{right} & \textbf{4 cm} \\ \hline row 1, col 1 & row 1, col 2 & row 1, col 3 & row 1, col 4 \\ \cline{1-2} % horizontal line spanning columns 1-2 row 2, col 1 & row 2, col 2 & row 2, col 3 & row 2, col 4 \\ \cline{1-2} \multicolumn{2}{ c }{spanning two columns} & row 3, col 3 & row 3, col 4 \\ \cline{1-3} row 4, col 1 & row 4, col 2 & row 4, col 3 & \hfill right \\ % force a space with "\ " row 5, col 1 & row 5, col 2 & row 5, col 3 & left \hfill \\ row 5, col 1 & row 5, col 2 & row 5, col 3 & \hfill centre \hfill \\ \hline \end{tabular} \caption{ table.} % labels are used for cross references; % for example, "see Table \ref{tab:sampletab}" \label{tab:sampletab} \end{center} % \end{small} \end{table} ,. *t. 2 ( ),,. multicols flushend, cuted. 31

35 6 (TABLE) Left Centre Right 4 cm row 1, col 1 row 1, col 2 row 1, col 3 row 1, col 4 row 2, col 1 row 2, col 2 row 2, col 3 row 2, col 4 spanning two columns row 3, col 3 row 3, col 4 row 4, col 1 row 4, col 2 row 4, col 3 right row 5, col 1 row 5, col 2 row 5, col 3 left row 5, col 1 row 5, col 2 row 5, col 3 centre 9: table.,. rotating sidewaystable., longtable. [TODO: provide a few examples.] colortbl. Colour by row:\\\vskip 2mm \begin{tabular}{ l c r } \hline \rowcolor{cyan} one & two & three\\ \rowcolor{green} one & two & three\\ \rowcolor{yellow} one & two & three\\ \hline \end{tabular} Colour by column:\\\vskip 2mm \begin{tabular} { >{\columncolor{cyan}}l >{\color{red} \columncolor{green}}c >{\columncolor{yellow}}r } \hline one & two & three\\ one & two & three\\ one & two & three\\ \hline \end{tabular} Colour by row: one two three one two three one two three Colour by column: one two three one two three one two three [TODO: floatflt.] 32

36 7 (TOOLS) 7 (Tools) 7.1 Tools/Default Language L A TEX.. Chapter Index,, ç é. ( \c c \ e.) *u babel. \usepackage[italian]{babel}, ASCII 4 ( ), isolatin1.,.. TEX.,,. jed é \ e. *v. 7.2 Tools/Hyphenation L A TEX.. \-.. \hyphenation{ge-o-phy-sics, ge-o-lo-gy, earth} L A TEX earth. \mbox. Do not hyphen \mbox{internationalisation}. *u.,. 4 ASCII 32 ( ) 126 ( ). *v jed. 33

37 9.0 Tools/Spell Check Tools/Spell Check L A TEX. *w. UNIX ispell. shell> ispell -t mydocument.tex -t ispell TEX L A TEX. -d. shell> ispell -d italiano -t mydocument.tex 8 (Help) L A TEX. CTAN. info latex (UNIX ). L A TEX,. news:comp.text.tex. GNU/Linux tetex, TEX/L A TEX., TEXMF/doc... 9 c Guide Gonzato, GNU.,.. *w L A TEX. / MS,... 34

38 A (DOCUMENT TEMPLATES) A (Document Templates) article \documentclass[twoside,11pt]{book} \begin{document} \frontmatter \begin{titlepage} \title{the Book of Mine} \end{titlepage} \author{john B. Smith} \maketitle \tableofcontents \mainmatter \part{the Beginning} \chapter{introduction} \section{let s Start} The book starts here. \part{the End} \backmatter Thank you for reading this book. \end{document} 3:Book template. \documentclass[twoside,12pt]{report} % tables and figures at the end: \usepackage{endfloat} \begin{document} \frontmatter \title{final Report} \author{john B. Smith} \date{london, \today} \maketitle \begin{abstract} This is the final report. \end{abstract} \tableofcontents \listoftables \listoffigures \mainmatter \part{start} \section{introduction} The report starts here. \end{document} 4:Report template. 35

39 A (DOCUMENT TEMPLATES) \documentclass[12pt]{letter} \begin{document} \address{my address} \signature{guido} \begin{letter}{john s address} \opening{dear John,} Thank you for being my friend. \closing{hope to see you soon,} \ps{p.s. Say hello to granny!} \encl{my son s photographs!} \end{letter} \end{document} 5:Letter template. \documentclass[a4paper]{article} \usepackage{type1cm} \usepackage{times} \usepackage{color} \usepackage{rotating} \pagestyle{empty} \begin{document} \begin{sidewaysfigure} \fontsize{2.5cm}{2.5cm}\selectfont \centerline{\textcolor{blue}{\textbf{please:}}} \vskip 1cm \fontsize{4cm}{3cm}\selectfont \centerline{\textcolor{red}{do NOT}} \centerline{\textcolor{red}{smoke}} \centerline{\textcolor{red}{here!}} \vskip 1cm \fontsize{2cm}{2cm}\selectfont \centerline{\textcolor{magenta}{if you do,}} \centerline{\textcolor{magenta}{you ll be \emph{deboned!}}} \end{sidewaysfigure} \end{document} 6:How to write a notice. 36

40 A (DOCUMENT TEMPLATES) \documentclass{article} \usepackage[absolute,showboxes]{textpos} \usepackage{color} \usepackage{framed} \usepackage{graphicx} \setlength{\tphorizmodule}{10mm} % standard unit of length \setlength{\tpvertmodule}{\tphorizmodule} \setlength{\tpboxrulesize}{1pt} % box line width % start everything near the top-left corner \textblockorigin{0mm}{0mm} \begin{document} \setlength{\parindent}{0pt} \definecolor{shadecolor}{rgb}{0.9,1,1} \begin{textblock}{5}(0,0) % this block is 5 modules wide; heigth is % automatically determined \begin{center} \begin{minipage}[c]{0.8 \linewidth} \begin{shaded} This block is placed with its top left corner at the origin on the page, which has been set to (0mm,0mm). The internal margin and she shading are provided by the \texttt{minipage} and \texttt{shaded} environments. \end{shaded} \end{minipage} \end{center} \end{textblock} \begin{textblock}{6}(10,1) \includegraphics[width=6cm,angle=-90]{gnuplot.ps} This picture is at (10,1). Note that rotating it by -90 makes it overflow the margin. \end{textblock} \begin{textblock}{5}[0.5,0.5](2.5,8) This block is at position (2.5,8), but because the optional argument [0.5,0.5] has been given, it is the centre of the block which is located at that point, rather than the top-left corner. \end{textblock} \begin{textblock}{3,4}(6,4) The dimensions of this block are 3$\times$4 cm. Its origin is position (6,7) on the page. Note that the text overflows the margin in some cases; you ll want to use the \texttt{minimape} environment to prevent that. \end{textblock} \end{document} 7:How to write a poster. 37

워드프로세서사용자를위한라텍

워드프로세서사용자를위한라텍 L A TEX version 1.0.2 Guido Gonzato, Ph.D. TEX (KTUG) Università di Verona (Italy) Facoltà di Scienze MM. FF. NN. 2002 2 4 2002 10 19 L A TEX.,. L A TEX L A TEX., L A TEX.. 1 1 1.1............................................

More information

워드프로세서사용자를위한라텍

워드프로세서사용자를위한라텍 L A TEX version 1.0.6 Guido Gonzato, Ph.D. Università di Verona (Italy) Facoltà di Scienze MM. FF. NN. TEX (KTUG) 2003 12 30 L A TEX.,. L A TEX L A TEX., L A TEX.. 1 1 1.1.....................................................

More information

TeX

TeX TeX 2008. 2. 20 BIBTeX, (Windows, KC2007) LaTeX 1 1 KCMenu -> / \setlength{\parindent}{ } \usepackage{indentfirst} test.tex \documentclass{report} \usepackage{indentfirst} \setlength{\parindent}{1.0cm}

More information

2 C freetype ttf2tfm 18 D ttf.sh 19 E FD 20

2 C freetype ttf2tfm 18 D ttf.sh 19 E FD 20 L A TEX Truetype 2003 2 8 1. 3 1.1................................... 3 1.2?............................... 4 2. 5 2.1.............................. 5 2.2................................ 6 3. 7 3.1 TEX.............................

More information

2.8 File/Print File/Versions Edit 메뉴

2.8 File/Print File/Versions Edit 메뉴 워드프로세서사용자를위한 L A TEX version 1.0.7 Guido Gonzato, Ph.D. guido.gonzato@univr.it Università di Verona (Italy) Direzione Informatica 김강수 ( 옮김 ) 2010년 9월 14일 2010년 9월 18일 요약 L A TEX 텍스트처리는워드프로세서를사용하는것에비해상당한장점이있다.

More information

2.9 File/Versions Edit 메뉴 Edit/Autotext

2.9 File/Versions Edit 메뉴 Edit/Autotext 워드프로세서사용자를위한 L A TEX version 1.0.7 Guido Gonzato, Ph.D. guido.gonzato@univr.it Università di Verona (Italy) Direzione Informatica 김강수 ( 옮김 ) 2010년 9월 14일 2010년 9월 18일 요약 L A TEX 텍스트처리는워드프로세서를사용하는것에비해상당한장점이있다.

More information

2.9 File/Versions 파일 / 버전관리 Edit 메뉴 Edit/Autotext 편집 / 자동완성

2.9 File/Versions 파일 / 버전관리 Edit 메뉴 Edit/Autotext 편집 / 자동완성 워드프로세서사용자를위한 L A TEX version 1.0.7 Guido Gonzato, Ph.D. guido.gonzato@univr.it Università di Verona (Italy) Direzione Informatica 김강수 ( 옮김 ) 2010년 9월 18일 요약 L A TEX 텍스트처리는워드프로세서를사용하는것에비해상당한장점이있다. 그러나초보자들은그일을어떻게해야하는지,

More information

2.9 File/Versions 버전관리.................................. 9 3 Edit 편집 메뉴.......................................... 9 3.1 Edit/Autotext 자동완성............

2.9 File/Versions 버전관리.................................. 9 3 Edit 편집 메뉴.......................................... 9 3.1 Edit/Autotext 자동완성............ 워드 프로세서 사용자를 위한 L A TEX version 1.0.10 한국어 Guido Gonzato, Ph.D. guido.gonzato@gmail.com 김강수 (옮김) 2015년 1월 8일 2015년 8월 12일 요약문 L A TEX 문서 작성은 워드 프로세서에 비해 상당한 장점이 있다. 그러나 초보자들은 그 일을 어떻게 해야 하는지, 필요한 특정 기능을

More information

28 THE ASIAN JOURNAL OF TEX [2] ko.tex [5]

28 THE ASIAN JOURNAL OF TEX [2] ko.tex [5] The Asian Journal of TEX, Volume 3, No. 1, June 2009 Article revision 2009/5/7 KTS THE KOREAN TEX SOCIETY SINCE 2007 2008 ko.tex Installing TEX Live 2008 and ko.tex under Ubuntu Linux Kihwang Lee * kihwang.lee@ktug.or.kr

More information

Microsoft PowerPoint - lect13-LaTeX사용법.ppt

Microsoft PowerPoint - lect13-LaTeX사용법.ppt 강의 13 : LaTeX 사용법 이도훈 부산대학교공과대학정보컴퓨터공학부 LaTeX 이란? Donald E. Knuth( 커누스 ' 라발음 ) 가수식이들어가는문서를쓰던도중, 여러가지문제점을접했다. 수식의위치라던가크기등을출력용으로컴퓨터로입력하기어려운부분이매우많았던것이다. 따라서수식을포함한문서인쇄용언어 TeX 를개발했다 (5년동안). 지금 TeX 의개발은종료된상태이다.

More information

step 1-1

step 1-1 Written by Dr. In Ku Kim-Marshall STEP BY STEP Korean 1 through 15 Action Verbs Table of Contents Unit 1 The Korean Alphabet, hangeul Unit 2 Korean Sentences with 15 Action Verbs Introduction Review Exercises

More information

Week3

Week3 2015 Week 03 / _ Assignment 1 Flow Assignment 1 Hello Processing 1. Hello,,,, 2. Shape rect() ellipse() 3. Color stroke() fill() color selector background() 4 Hello Processing 4. Interaction setup() draw()

More information

HL A T E X PDF

HL A T E X PDF HL A T E X PDF 1 1 3 2 3 2.1 PDF :.............. 3 2.2............................ 4 3 4 3.1......................... 4 3.1.1 PDF......... 4 3.1.2 PDF............ 6 3.2 PDF.................. 7 3.2.1 T

More information

The Asian Journal of TEX, Volume 1, No. 1, April 2007 Article revision 2007/03/02 KTS THE KOREAN TEX SOCIETY SINCE 2007 LATEX Dissection of LATEX Macr

The Asian Journal of TEX, Volume 1, No. 1, April 2007 Article revision 2007/03/02 KTS THE KOREAN TEX SOCIETY SINCE 2007 LATEX Dissection of LATEX Macr The Asian Journal of TEX, Volume 1, No. 1, April 2007 Article revision 2007/03/02 KTS THE KOREAN TEX SOCIETY SINCE 2007 LATEX Dissection of LATEX Macros Related to Boxes Jin-Hwan Cho chofchof@ktug.or.kr

More information

Page 2 of 6 Here are the rules for conjugating Whether (or not) and If when using a Descriptive Verb. The only difference here from Action Verbs is wh

Page 2 of 6 Here are the rules for conjugating Whether (or not) and If when using a Descriptive Verb. The only difference here from Action Verbs is wh Page 1 of 6 Learn Korean Ep. 13: Whether (or not) and If Let s go over how to say Whether and If. An example in English would be I don t know whether he ll be there, or I don t know if he ll be there.

More information

CAD 화면상에 동그란 원형 도형이 생성되었습니다. 화면상에 나타난 원형은 반지름 500인 도형입니다. 하지만 반지름이 500이라는 것은 작도자만 알고 있는 사실입니다. 반지름이 500이라는 것을 클라이언트와 작업자들에게 알려주기 위 해서는 반드시 치수가 필요하겠죠?

CAD 화면상에 동그란 원형 도형이 생성되었습니다. 화면상에 나타난 원형은 반지름 500인 도형입니다. 하지만 반지름이 500이라는 것은 작도자만 알고 있는 사실입니다. 반지름이 500이라는 것을 클라이언트와 작업자들에게 알려주기 위 해서는 반드시 치수가 필요하겠죠? 실무 인테리어를 위한 CAD 프로그램 활용 인테리어 도면 작도에 꼭 필요한 명령어 60개 Ⅷ 이번 호에서는 DIMRADIUS, DIMANGULAR, DIMTEDIT, DIMSTYLE, QLEADER, 5개의 명령어를 익히도록 하겠다. 라경모 온라인 설계 서비스 업체 '도면창고' 대 표를 지낸 바 있으며, 현재 나인슈타인 을 설립해 대표 를맡고있다. E-Mail

More information

Page 2 of 5 아니다 means to not be, and is therefore the opposite of 이다. While English simply turns words like to be or to exist negative by adding not,

Page 2 of 5 아니다 means to not be, and is therefore the opposite of 이다. While English simply turns words like to be or to exist negative by adding not, Page 1 of 5 Learn Korean Ep. 4: To be and To exist Of course to be and to exist are different verbs, but they re often confused by beginning students when learning Korean. In English we sometimes use the

More information

DocsPin_Korean.pages

DocsPin_Korean.pages Unity Localize Script Service, Page 1 Unity Localize Script Service Introduction Application Game. Unity. Google Drive Unity.. Application Game. -? ( ) -? -?.. 준비사항 Google Drive. Google Drive.,.. - Google

More information

농심-내지

농심-내지 Magazine of NONGSHIM 2012_ 03 농심이 필요할 때 Magazine of NONGSHIM 농심그룹 사보 농심 통권 제347호 발행일 2012년 3월 7일 월간 발행인 박준 편집인 유종석 발행처 (주)농심 02-820-7114 서울특별시 동작구 신대방동 370-1 홈페이지 www.nongshim.com 블로그 blog.nongshim.com

More information

Orcad Capture 9.x

Orcad Capture 9.x OrCAD Capture Workbook (Ver 10.xx) 0 Capture 1 2 3 Capture for window 4.opj ( OrCAD Project file) Design file Programe link file..dsn (OrCAD Design file) Design file..olb (OrCAD Library file) file..upd

More information

LaTeX2e 길라잡이 : 문서작성 시스템

LaTeX2e 길라잡이 : 문서작성 시스템 LATEX 2" 길라잡이 User s Guide L A TEX 2ε 길라잡이 : 문서작성시스템 SHIN, Byeong-Chun Department of Mathematics, Chonnam National University, Korea CNU Numerical Analysis Lab. 2008. 5. 30 SHIN, Byeong-Chun (JNU MATH)

More information

쉽게 풀어쓴 C 프로그래밍

쉽게 풀어쓴 C 프로그래밍 CHAPTER 7. HTML 와 CSS 로웹사이트만들 기 웹사이트작성 웹사이트구축과정 내비게이션구조도 홈페이지레이아웃 헤더 web Shop 내비게이션메뉴

More information

Microsoft PowerPoint - 기계공학실험1-1MATLAB_개요2D.pptx

Microsoft PowerPoint - 기계공학실험1-1MATLAB_개요2D.pptx 1. MATLAB 개요와 활용 기계공학실험 I 2013년 2학기 MATLAB 시작하기 이장의내용 MATLAB의여러창(window)들의 특성과 목적 기술 스칼라의 산술연산 및 기본 수학함수의 사용. 스칼라 변수들(할당 연산자)의 정의 및 변수들의 사용 방법 스크립트(script) 파일에 대한 소개와 간단한 MATLAB 프로그램의 작성, 저장 및 실행 MATLAB의특징

More information

I LATEX LATEX

I LATEX LATEX Beamer leekh@ktug.kr KTS THE KOREAN TEX SOCIETY SINCE 2007 I LATEX LATEX II L A TEX L A TEX. L A TEX. L A TEX.. L A TEX.. L A TEX.. L A TEX... L A TEX.... L A TEX LATEX (expansion; ) LATEX (art & cra )

More information

DioPen 6.0 사용 설명서

DioPen 6.0 사용 설명서 1. DioPen 6.0...1 1.1...1 DioPen 6.0...1...1...2 1.2...2...2...13 2. DioPen 6.0...17 2.1 DioPen 6.0...17...18...20...22...24...25 2.2 DioPen 6.0...25 DioPen 6.0...25...25...25...25 (1)...26 (2)...26 (3)

More information

Stage 2 First Phonics

Stage 2 First Phonics ORT Stage 2 First Phonics The Big Egg What could the big egg be? What are the characters doing? What do you think the story will be about? (큰 달걀은 무엇일까요? 등장인물들은 지금 무엇을 하고 있는 걸까요? 책은 어떤 내용일 것 같나요?) 대해 칭찬해

More information

......

...... Beamer 테마박스형오버레이 : 애니메이션유인물출력 고려대학교경제학과 2012. 8. 9 Beamer 테마박스형오버레이 : 애니메이션유인물출력 표제작성 \documentclass{beamer} \usepackage{kotex} \usepackage{hyperref} \usepackage{multirow} \usepackage{graphicx} \usepackage{amssymb,amsfonts,amsmath}

More information

0125_ 워크샵 발표자료_완성.key

0125_ 워크샵 발표자료_완성.key WordPress is a free and open-source content management system (CMS) based on PHP and MySQL. WordPress is installed on a web server, which either is part of an Internet hosting service or is a network host

More information

해양모델링 2장5~18 2012.7.27 12:26 AM 페이지6 6 오픈소스 소프트웨어를 이용한 해양 모델링 2.1.2 물리적 해석 식 (2.1)의 좌변은 어떤 물질의 단위 시간당 변화율을 나타내며, 우변은 그 양을 나타낸 다. k 5 0이면 C는 처음 값 그대로 농

해양모델링 2장5~18 2012.7.27 12:26 AM 페이지6 6 오픈소스 소프트웨어를 이용한 해양 모델링 2.1.2 물리적 해석 식 (2.1)의 좌변은 어떤 물질의 단위 시간당 변화율을 나타내며, 우변은 그 양을 나타낸 다. k 5 0이면 C는 처음 값 그대로 농 해양모델링 2장5~18 2012.7.27 12:26 AM 페이지5 02 모델의 시작 요약 이 장에서는 감쇠 문제를 이용하여 여러분을 수치 모델링 세계로 인도한다. 유한 차분법 의 양해법과 음해법 그리고 일관성, 정확도, 안정도, 효율성 등을 설명한다. 첫 번째 수치 모델의 작성과 결과를 그림으로 보기 위해 FORTRAN 프로그램과 SciLab 스크립트가 사용된다.

More information

하나님의 선한 손의 도우심 이세상에서 가장 큰 축복은 하나님이 나와 함께 하시는 것입니다. 그 이 유는 하나님이 모든 축복의 근원이시기 때문입니다. 에스라서에 보면 하나님의 선한 손의 도우심이 함께 했던 사람의 이야기 가 나와 있는데 에스라 7장은 거듭해서 그 비결을

하나님의 선한 손의 도우심 이세상에서 가장 큰 축복은 하나님이 나와 함께 하시는 것입니다. 그 이 유는 하나님이 모든 축복의 근원이시기 때문입니다. 에스라서에 보면 하나님의 선한 손의 도우심이 함께 했던 사람의 이야기 가 나와 있는데 에스라 7장은 거듭해서 그 비결을 새벽이슬 2 0 1 3 a u g u s t 내가 이스라엘에게 이슬과 같으리니 그가 백합화같이 피 겠고 레바논 백향목같이 뿌리가 박힐것이라. Vol 5 Number 3 호세아 14:5 하나님의 선한 손의 도우심 이세상에서 가장 큰 축복은 하나님이 나와 함께 하시는 것입니다. 그 이 유는 하나님이 모든 축복의 근원이시기 때문입니다. 에스라서에 보면 하나님의 선한

More information

112초등정답3-수학(01~16)ok

112초등정답3-수학(01~16)ok Visang 1 110 0 30 0 0 10 3 01030 5 10 6 1 11 3 1 7 8 9 13 10 33 71 11 6 1 13 1 7\6+3=5 15 3 5\3+=17 8 9\8+=76 16 7 17 7 18 6 15 19 1 0 < 1 18 1 6\1+=76 6 < 76 6 16 1 7 \7+1=55 < 55 15 1 1 3 113 1 5? =60?6=10

More information

현대적 레이텍 활용 Modern Coding Conventions

현대적 레이텍 활용   Modern Coding Conventions 현대적레이텍활용 Modern Coding Conventions Nova De Hi KTUG/ 공주대학교문서작성워크숍 Fall/2014 입력 \usepackage[utf8]{inputenc} pdftex 에서유니코드를처리하기위해서쓰던코드 LuaTEX 이나 X TEX 에서는불필요 E \'{a} á ã \'{a} 와같이입력할필요없음 유니코드문자를직접입력한다. 기호문자도마찬가지.

More information

차례 사용하기 전에 준비 및 연결 간편 기능 채널 관련 영상 관련 음성 관련 시간 관련 화면잔상 방지를 위한 주의사항... 4 각 부분의 이름... 6 제품의 설치방법... 10 TV를 켜려면... 15 TV를 보려면... 16 외부입력에 연결된 기기명을 설정하려면..

차례 사용하기 전에 준비 및 연결 간편 기능 채널 관련 영상 관련 음성 관련 시간 관련 화면잔상 방지를 위한 주의사항... 4 각 부분의 이름... 6 제품의 설치방법... 10 TV를 켜려면... 15 TV를 보려면... 16 외부입력에 연결된 기기명을 설정하려면.. 한 국 어 사용설명서 LED LCD MONITOR TV 사용전에 안전을 위한 주의사항을 반드시 읽고 정확하게 사용하세요. LED LCD MONITOR TV 모델 목록 M2280D M2380D 1 www.lg.com 차례 사용하기 전에 준비 및 연결 간편 기능 채널 관련 영상 관련 음성 관련 시간 관련 화면잔상 방지를 위한 주의사항... 4 각 부분의 이름...

More information

Remote UI Guide

Remote UI Guide Remote UI KOR Remote UI Remote UI PDF Adobe Reader/Adobe Acrobat Reader. Adobe Reader/Adobe Acrobat Reader Adobe Systems Incorporated.. Canon. Remote UI GIF Adobe Systems Incorporated Photoshop. ..........................................................

More information

<B1E2C8B9BEC828BFCFBCBAC1F7C0FC29322E687770>

<B1E2C8B9BEC828BFCFBCBAC1F7C0FC29322E687770> 맛있는 한국으로의 초대 - 중화권 음식에서 한국 음식의 관광 상품화 모색하기 - 소속학교 : 한국외국어대학교 지도교수 : 오승렬 교수님 ( 중국어과) 팀 이 름 : 飮 食 男 女 ( 음식남녀) 팀 원 : 이승덕 ( 중국어과 4) 정진우 ( 중국어과 4) 조정훈 ( 중국어과 4) 이민정 ( 중국어과 3) 탐방목적 1. 한국 음식이 가지고 있는 장점과 경제적 가치에도

More information

2 2010년 1월 15일 경상북도 직업 스쿨 운영 자격 취득 위한 맞춤형 교육 시 10곳 100명에 교육 기회 제공 본인에게 적합한 직종 스스로 선택 1인당 최고 100만원까지 교육비 지원 경상북도는 결혼이주여성 100명에게 맞춤형 취업교 육을 제공하는 결혼이민자 직

2 2010년 1월 15일 경상북도 직업 스쿨 운영 자격 취득 위한 맞춤형 교육 시 10곳 100명에 교육 기회 제공 본인에게 적합한 직종 스스로 선택 1인당 최고 100만원까지 교육비 지원 경상북도는 결혼이주여성 100명에게 맞춤형 취업교 육을 제공하는 결혼이민자 직 대구경북 다문화가족신문 2010년 1월 15일 제17호 새해 복 많이 받으세요 2010년 새해가 밝았습니다. 한국에서는 새해가 시작되면 새해 복 많이 받으세요 라는 말로 새해 첫 인사를 나누며 서로의 행복을 기원합니다. 세계 어느 나라 사람이든 새로운 해를 맞이하는 설렘은 같습니다. 며칠 지났지만 아내의 나라 말로 다정하게 새해 인사를 건네보면 어떨까 요?

More information

ARMBOOT 1

ARMBOOT 1 100% 2003222 : : : () PGPnet 1 (Sniffer) 1, 2,,, (Sniffer), (Sniffer),, (Expert) 3, (Dashboard), (Host Table), (Matrix), (ART, Application Response Time), (History), (Protocol Distribution), 1 (Select

More information

LaTeX입문 - Day 1

LaTeX입문 - Day 1 - Day 1 L A TEX 입문 - Day 1 latex.gs.hs.kr 마지막수정일 : March 14, 2017 - Day 1 - Day 1 L A TEX 이란? 개발 특징 Donald Knuth 에의해 TEX 개발됨 (1978) TEX 을쉽게사용하기위한매크로 : L A TEX 발음 : [ 텍 ], [ 레이텍 ] 기능, 자동 ToC 1, LoF 2, LoT

More information

YSU_App_2.0-2

YSU_App_2.0-2 Application System 2. 0 Youngsan University Identity Graphic Standards Stationery Business Card Business Card Letterhead-Korean Letterhead-English Envelope_Korean Envelope_English Envelope_Window Envelope_Large

More information

2008.3.3> 1. 법 제34조제1항제3호에 따른 노인전문병원 2. 국민건강보험법 제40조제1항의 규정에 의한 요양기관(약국을 제외한다) 3. 삭제<2001.2.10> 4. 의료급여법 제2조제2호의 규정에 의한 의료급여기관 제9조 (건강진단) 영 제20조제1항의 규

2008.3.3> 1. 법 제34조제1항제3호에 따른 노인전문병원 2. 국민건강보험법 제40조제1항의 규정에 의한 요양기관(약국을 제외한다) 3. 삭제<2001.2.10> 4. 의료급여법 제2조제2호의 규정에 의한 의료급여기관 제9조 (건강진단) 영 제20조제1항의 규 노인복지법 시행규칙 [시행 2010. 3. 1] [보건복지가족부령 제161호, 2010. 2.24, 일 보건복지가족부 (노인정책과) 02-2023-85 제1조 (목적) 이 규칙은 노인복지법 및 동법시행령에서 위임된 사항과 그 시행에 관하여 필요한 함을 목적으로 한다. 제1조의2 (노인실태조사) 1 노인복지법 (이하 "법"이라 한다)

More information

노인복지법 시행규칙

노인복지법 시행규칙 노인복지법 시행규칙 [시행 2012.2.5] [보건복지부령 제106호, 2012.2.3, 타법개정] 제1조(목적) 이 규칙은 노인복지법 및 동법시행령에서 위임된 사항과 그 시행에 관하여 필요한 사항을 규정 함을 목적으로 한다. 제1조의2(노인실태조사) 1 노인복지법 (이하 "법"이라 한다) 제5조에 따른 노인실태조사의 내용은 다음 각

More information

The_IDA_Pro_Book

The_IDA_Pro_Book The IDA Pro Book Hacking Group OVERTIME force (forceteam01@gmail.com) GETTING STARTED WITH IDA IDA New : Go : IDA Previous : IDA File File -> Open Processor type : Loading Segment and Loading Offset x86

More information

가정법( 假 定 法 )이란, 실제로 일어나지 않았거나 앞으로도 일어나지 않을 것 같은 일에 대해 자신의 의견을 밝히거나 소망을 표현하는 어법이다. 가정법은 화자의 심적 태도나 확신의 정도를 나타내는 어법이기 때문 에 조동사가 아주 요긴하게 쓰인다. 조동사가 동사 앞에

가정법( 假 定 法 )이란, 실제로 일어나지 않았거나 앞으로도 일어나지 않을 것 같은 일에 대해 자신의 의견을 밝히거나 소망을 표현하는 어법이다. 가정법은 화자의 심적 태도나 확신의 정도를 나타내는 어법이기 때문 에 조동사가 아주 요긴하게 쓰인다. 조동사가 동사 앞에 chapter 08 Subjunctive Mood Subjunctive Mood 가 정 법 UNIT 39 가정법 과거 UNIT 40 가정법 과거완료, 혼합 가정법 UNIT 41 I wish[as if, It s time] + 가정법 UNIT 42 주의해야 할 가정법 가정법( 假 定 法 )이란, 실제로 일어나지 않았거나 앞으로도 일어나지 않을 것 같은 일에 대해

More information

LCD Display

LCD Display LCD Display SyncMaster 460DRn, 460DR VCR DVD DTV HDMI DVI to HDMI LAN USB (MDC: Multiple Display Control) PC. PC RS-232C. PC (Serial port) (Serial port) RS-232C.. > > Multiple Display

More information

LXR 설치 및 사용법.doc

LXR 설치 및 사용법.doc Installation of LXR (Linux Cross-Reference) for Source Code Reference Code Reference LXR : 2002512( ), : 1/1 1 3 2 LXR 3 21 LXR 3 22 LXR 221 LXR 3 222 LXR 3 3 23 LXR lxrconf 4 24 241 httpdconf 6 242 htaccess

More information

ii Copyright c 2000 Tobias Oetiker and all the Contributers to LShort. All rights reserved. This document is free; you can redistribute it and/or modi

ii Copyright c 2000 Tobias Oetiker and all the Contributers to LShort. All rights reserved. This document is free; you can redistribute it and/or modi The Not So Short Introduction to L A TEX 2ε LATEX 2ε 102 L A TEX 2ε by Tobias Oetiker Hubert Partl, Irene Hyna and Elisabeth Schlegl Version 3.20, 09 August, 2001,,,,, 3.20-kr, 2002 3 31 ii Copyright c

More information

May 2014 BROWN Education Webzine vol.3 감사합니다. 그리고 고맙습니다. 목차 From Editor 당신에게 소중한 사람은 누구인가요? Guidance 우리 아이 좋은 점 칭찬하기 고맙다고 말해주세요 Homeschool [TIP] Famil

May 2014 BROWN Education Webzine vol.3 감사합니다. 그리고 고맙습니다. 목차 From Editor 당신에게 소중한 사람은 누구인가요? Guidance 우리 아이 좋은 점 칭찬하기 고맙다고 말해주세요 Homeschool [TIP] Famil May 2014 BROWN Education Webzine vol.3 BROWN MAGAZINE Webzine vol.3 May 2014 BROWN Education Webzine vol.3 감사합니다. 그리고 고맙습니다. 목차 From Editor 당신에게 소중한 사람은 누구인가요? Guidance 우리 아이 좋은 점 칭찬하기 고맙다고 말해주세요 Homeschool

More information

MS by LaTeX

MS by LaTeX 편집기 - 라텍또는레이텍 MS by L A TEX 심송용 (http://jupiter.hallym.ac.kr) 한림대학교 2016 년 1 월 21 일 심송용 ( 한림대학교 ) 편집기 - 라텍또는레이텍 2016 년 1 월 21 일 1 / 107 Contents 1 Introduction and Installation 2 Text Typesetting 3 Math

More information

휠세미나3 ver0.4

휠세미나3 ver0.4 andromeda@sparcs:/$ ls -al dev/sda* brw-rw---- 1 root disk 8, 0 2014-06-09 18:43 dev/sda brw-rw---- 1 root disk 8, 1 2014-06-09 18:43 dev/sda1 brw-rw---- 1 root disk 8, 2 2014-06-09 18:43 dev/sda2 andromeda@sparcs:/$

More information

1

1 7차시. 이즐리와 택시도를 활용한 인포그래픽 제작 1. 이즐리 사이트에 대해 알아보고 사용자 메뉴 익히기 01. 이즐리(www.easel.ly) 사이트 접속하기 인포그래픽 제작을 위한 이즐리 사이트는 무료로 제공되는 템플릿을 이용하여 간편하게 인포그래 픽을 만들 수 있는 사이트입니 이즐리는 유료, 무료 구분이 없는 장점이 있으며 다른 인포그래픽 제작 사이트보다

More information

소식지도 나름대로 정체성을 가지게 되는 시점이 된 거 같네요. 마흔 여덟번이나 계속된 회사 소식지를 가까이 하면서 소통의 좋은 점을 배우기도 했고 해상직원들의 소탈하고 소박한 목소리에 세속에 찌든 내 몸과 마음을 씻기도 했습니다. 참 고마운 일이지요 사람과 마찬가지로

소식지도 나름대로 정체성을 가지게 되는 시점이 된 거 같네요. 마흔 여덟번이나 계속된 회사 소식지를 가까이 하면서 소통의 좋은 점을 배우기도 했고 해상직원들의 소탈하고 소박한 목소리에 세속에 찌든 내 몸과 마음을 씻기도 했습니다. 참 고마운 일이지요 사람과 마찬가지로 HMS News Letter Hot News 2 nd Nov. 2011 / Issue No. 48 Think safety before you act! 국토해양부 지정교육기관 선정 우리회사는 선박직원법 시행령 제2조 및 동법 시행규칙 제4조에 따라 2011년 10월 14일 부 국토해양부 지정교육기관 으로 선정되었음을 안내드립니다. 청년취업아카데미 현장실습 시행

More information

USER GUIDE

USER GUIDE Solution Package Volume II DATABASE MIGRATION 2010. 1. 9. U.Tu System 1 U.Tu System SeeMAGMA SYSTEM 차 례 1. INPUT & OUTPUT DATABASE LAYOUT...2 2. IPO 중 VB DATA DEFINE 자동작성...4 3. DATABASE UNLOAD...6 4.

More information

H3050(aap)

H3050(aap) USB Windows 7/ Vista 2 Windows XP English 1 2 3 4 Installation A. Headset B. Transmitter C. USB charging cable D. 3.5mm to USB audio cable - Before using the headset needs to be fully charged. -Connect

More information

01-OOPConcepts(2).PDF

01-OOPConcepts(2).PDF Object-Oriented Programming Concepts Tel: 02-824-5768 E-mail: hhcho@selabsoongsilackr? OOP (Object) (Encapsulation) (Message) (Class) (Inheritance) (Polymorphism) (Abstract Class) (Interface) 2 1 + = (Dependency)

More information

야쿠르트2010 3월 - 최종

야쿠르트2010 3월 - 최종 2010. 03www.yakult.co.kr 10 04 07 08 Theme Special_ Action 10 12 15 14 15 16 18 20 18 22 24 26 28 30 31 22 10+11 Theme Advice Action 12+13 Theme Story Action 14+15 Theme Reply Action Theme Letter Action

More information

ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE (Online Upgrade) ORANGE CONFIGURATION ADMIN O

ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE (Online Upgrade) ORANGE CONFIGURATION ADMIN O Orange for ORACLE V4.0 Installation Guide ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE...1 1....2 1.1...2 1.2...2 1.2.1...2 1.2.2 (Online Upgrade)...11 1.3 ORANGE CONFIGURATION ADMIN...12 1.3.1 Orange Configuration

More information

10X56_NWG_KOR.indd

10X56_NWG_KOR.indd 디지털 프로젝터 X56 네트워크 가이드 이 제품을 구입해 주셔서 감사합니다. 본 설명서는 네트워크 기능 만을 설명하기 위한 것입니다. 본 제품을 올바르게 사 용하려면 이 취급절명저와 본 제품의 다른 취급절명저를 참조하시기 바랍니다. 중요한 주의사항 이 제품을 사용하기 전에 먼저 이 제품에 대한 모든 설명서를 잘 읽어 보십시오. 읽은 뒤에는 나중에 필요할 때

More information

step-2-1

step-2-1 Written by Dr. In Ku Kim-Marshall STEP BY STEP Korean 2 through 15 Action Verbs Table of Contents Unit 1 Review Exercises 01~05 Unit 2 Review Exercises 06~10 STEP BY STEP KOREAN(2) with 15 Verbs Unit 3

More information

DioPen4.1 Manual_hp.doc

DioPen4.1 Manual_hp.doc 1 DioPen 2 DioPen DioPen DioPen DioPen DioPen / DioPen DioPen IME DioPen DioPen 3 DioMemo DioMemo DioMemo DioMemo DioMemo * DioPen 41 1 1 DioPen DioPen TM 41 for Microsoft Windows CE Microsoft Windows

More information

2014 HSC Korean Continuers

2014 HSC Korean Continuers Centre Number 2014 HIGHER SCHOOL CERTIFICATE EXAMINATION Student Number Korean Continuers Total marks 80 Section I Pages 2 4 General Instructions Reading time 10 minutes Working time 2 hours and 50 minutes

More information

PowerSHAPE 따라하기 Calculate 버튼을 클릭한다. Close 버튼을 눌러 미러 릴리프 페이지를 닫는다. D 화면을 보기 위하여 F 키를 누른다. - 모델이 다음과 같이 보이게 될 것이다. 열매 만들기 Shape Editor를 이용하여 열매를 만들어 보도록

PowerSHAPE 따라하기 Calculate 버튼을 클릭한다. Close 버튼을 눌러 미러 릴리프 페이지를 닫는다. D 화면을 보기 위하여 F 키를 누른다. - 모델이 다음과 같이 보이게 될 것이다. 열매 만들기 Shape Editor를 이용하여 열매를 만들어 보도록 PowerSHAPE 따라하기 가구 장식 만들기 이번 호에서는 ArtCAM V를 이용하여 가구 장식물에 대해서 D 조각 파트를 생성해 보도록 하겠다. 중심 잎 만들기 투 레일 스윕 기능을 이용하여 개의 잎을 만들어보도록 하겠다. 미리 준비된 Wood Decoration.art 파일을 불러온다. Main Leaves 벡터 레이어를 on 시킨다. 릴리프 탭에 있는

More information

00.1

00.1 HOSPA Chipboard screws with countersunk head Material: Drive: Cross recess PZ galvanized yellow chromatized nickel plated burnished Partly threaded, galvanized or yellow chromatized dk k L d m Head Ø dk

More information

05Àå

05Àå CHAPTER 05 NT,, XP,. NT NTFS, XP. D,,. XP x NT,,, ( x, x ). NT/ /XP,.. PC NT NT. + Guide to Software: Understanding and Installing Windows 2000 and Windows NT + SOFTWARE Guide to Software 3/e SOFTWARE

More information

C++-¿Ïº®Çؼ³10Àå

C++-¿Ïº®Çؼ³10Àå C C++. (preprocessor directives), C C++ C/C++... C++, C. C++ C. C C++. C,, C++, C++., C++.,.. #define #elif #else #error #if #itdef #ifndef #include #line #pragma #undef #.,.,. #include #include

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Reasons for Poor Performance Programs 60% Design 20% System 2.5% Database 17.5% Source: ORACLE Performance Tuning 1 SMS TOOL DBA Monitoring TOOL Administration TOOL Performance Insight Backup SQL TUNING

More information

Columns 8 through while expression {commands} 예제 1.2 (While 반복문의이용 ) >> num=0

Columns 8 through while expression {commands} 예제 1.2 (While 반복문의이용 ) >> num=0 for loop array {commands} 예제 1.1 (For 반복변수의이용 ) >> data=[3 9 45 6; 7 16-1 5] data = 3 9 45 6 7 16-1 5 >> for n=data x=n(1)-n(2) -4-7 46 1 >> for n=1:10 x(n)=sin(n*pi/10); n=10; >> x Columns 1 through 7

More information

Ⅰ. Introduction 우리들을 둘러싸고 잇는 생활 환경속에는 무수히 많은 색들이 있습니다. 색은 구매의욕이나 기호, 식욕 등의 감각을 좌우하는 것은 물론 나뭇잎의 변색에서 초목의 건강상태를 알며 물질의 판단에 이르기까지 광범위하고도 큰 역할을 하고 있습니다. 하

Ⅰ. Introduction 우리들을 둘러싸고 잇는 생활 환경속에는 무수히 많은 색들이 있습니다. 색은 구매의욕이나 기호, 식욕 등의 감각을 좌우하는 것은 물론 나뭇잎의 변색에서 초목의 건강상태를 알며 물질의 판단에 이르기까지 광범위하고도 큰 역할을 하고 있습니다. 하 색 이론과 색채관리 Ⅰ. Introduction( 일반색채 이론) Ⅱ. 색의 표현 ⅰ) 색상 ⅱ) 명도 ⅲ) 채도 ⅳ) 색의 종류 ⅴ) 색의 삼원색 ⅵ) 색의 사원색 Ⅲ. 색의 전달 ⅰ) 변천과정 ⅱ) Color space Ⅳ. 색의 재현 ⅰ) 가법 혼합 ⅱ) 감법 혼합 ⅲ) C.C.M System Ⅴ. 색의 관리 ⅰ) 목적 ⅱ) 적용범위 ⅲ) 색차계 ⅳ)

More information

제 1 절 복습 \usepackage{ g r a p h i c x }... \ i n c l u d e g r a p h i c s [ width =0.9\ textwidth ] { b e a r. j p g } (a) includegraphics 사용의일반적인유형

제 1 절 복습 \usepackage{ g r a p h i c x }... \ i n c l u d e g r a p h i c s [ width =0.9\ textwidth ] { b e a r. j p g } (a) includegraphics 사용의일반적인유형 그림배치 이주용 jlee@formal.korea.ac.kr 2011 년 9 월 28 일 제 1 절 복습 \usepackage{ g r a p h i c x }... \ i n c l u d e g r a p h i c s [ width =0.9\ textwidth ] { b e a r. j p g } (a) includegraphics 사용의일반적인유형 (b)

More information

강의10

강의10 Computer Programming gdb and awk 12 th Lecture 김현철컴퓨터공학부서울대학교 순서 C Compiler and Linker 보충 Static vs Shared Libraries ( 계속 ) gdb awk Q&A Shared vs Static Libraries ( 계속 ) Advantage of Using Libraries Reduced

More information

초보자를 위한 C++

초보자를 위한 C++ C++. 24,,,,, C++ C++.,..,., ( ). /. ( 4 ) ( ).. C++., C++ C++. C++., 24 C++. C? C++ C C, C++ (Stroustrup) C++, C C++. C. C 24.,. C. C+ +?. X C++.. COBOL COBOL COBOL., C++. Java C# C++, C++. C++. Java C#

More information

MAX+plus II Getting Started - 무작정따라하기

MAX+plus II Getting Started - 무작정따라하기 무작정 따라하기 2001 10 4 / Version 20-2 0 MAX+plus II Digital, Schematic Capture MAX+plus II, IC, CPLD FPGA (Logic) ALTERA PLD FLEX10K Series EPF10K10QC208-4 MAX+plus II Project, Schematic, Design Compilation,

More information

목차도비라

목차도비라 C o n t e n t s 010 020 028 036 045 057 062 070 078 085 094 102 111 120 129 140 148 156 165 172 178 184 191 198 205 210 215 222 232 240 C o n t e n t s 254 264 268 273 280 288 297 307 312 320 326 332 338

More information

<C7CFB4C3B0F8BFF828C0FCC7CFC1F6B8F8C7D1C6EDC1F6292D31302E3128C3D6C1BE292D31302E31342E687770>

<C7CFB4C3B0F8BFF828C0FCC7CFC1F6B8F8C7D1C6EDC1F6292D31302E3128C3D6C1BE292D31302E31342E687770> 하늘편지 첫번째 모음집 전하지 못한 마지막 하늘공원에서 널 보낸다 그곳에선 늘 행복하길 바란다 사랑한다 - 하늘나무 중에서 - 울산시설공단 차례 발간사 _ 02 1 사랑하는 아버지, 어머니 _ 05 2 영원한 배필 당신 _ 59 3 나의 붕어빵 아들, 딸아! _ 71 4 그리운 할아버지, 할머니 _ 85 5 내 짝꿍 형, 누나, 오빠, 동생아! _ 131

More information

Dialog Box 실행파일을 Web에 포함시키는 방법

Dialog Box 실행파일을 Web에 포함시키는 방법 DialogBox Web 1 Dialog Box Web 1 MFC ActiveX ControlWizard workspace 2 insert, ID 3 class 4 CDialogCtrl Class 5 classwizard OnCreate Create 6 ActiveX OCX 7 html 1 MFC ActiveX ControlWizard workspace New

More information

VOL.76.2008/2 Technical SmartPlant Materials - Document Management SmartPlant Materials에서 기본적인 Document를 관리하고자 할 때 필요한 세팅, 파일 업로드 방법 그리고 Path Type인 Ph

VOL.76.2008/2 Technical SmartPlant Materials - Document Management SmartPlant Materials에서 기본적인 Document를 관리하고자 할 때 필요한 세팅, 파일 업로드 방법 그리고 Path Type인 Ph 인터그래프코리아(주)뉴스레터 통권 제76회 비매품 News Letters Information Systems for the plant Lifecycle Proccess Power & Marine Intergraph 2008 Contents Intergraph 2008 SmartPlant Materials Customer Status 인터그래프(주) 파트너사

More information

2011년 10월 초판 c 2011 Sony Corporation. All rights reserved. 서면 허가 없이 전체 또는 일부를 복제하는 것을 금합니다. 기능 및 규격은 통보 없이 변경될 수 있습니다. Sony와 Sony 로고는 Sony의 상표입니다. G L

2011년 10월 초판 c 2011 Sony Corporation. All rights reserved. 서면 허가 없이 전체 또는 일부를 복제하는 것을 금합니다. 기능 및 규격은 통보 없이 변경될 수 있습니다. Sony와 Sony 로고는 Sony의 상표입니다. G L HXR-NX3D1용 3D 워크플로 가이드북 2011년 10월 초판 c 2011 Sony Corporation. All rights reserved. 서면 허가 없이 전체 또는 일부를 복제하는 것을 금합니다. 기능 및 규격은 통보 없이 변경될 수 있습니다. Sony와 Sony 로고는 Sony의 상표입니다. G Lens, Exmor, InfoLITHIUM, Memory

More information

The cactus man - scheduler 2 types : tangerine, bluish green size, pages 130x180mm,160 pages material Hot stamping on fabric inside paper cream color 100g form weekly scheduler (1years), 1 free post card

More information

Solaris Express Developer Edition

Solaris Express Developer Edition Solaris Express Developer Edition : 2008 1 Solaris TM Express Developer Edition Solaris OS. Sun / Solaris, Java, Web 2.0,,. Developer Solaris Express Developer Edition System Requirements. 768MB. SPARC

More information

4 5 4. Hi-MO 애프터케어 시스템 편 5. 오비맥주 카스 카스 후레쉬 테이블 맥주는 천연식품이다 편 처음 스타일 그대로, 부탁 케어~ Hi-MO 애프터케어 시스템 지속적인 모발 관리로 끝까지 스타일이 유지되도록 독보적이다! 근데 그거 아세요? 맥주도 인공첨가물이

4 5 4. Hi-MO 애프터케어 시스템 편 5. 오비맥주 카스 카스 후레쉬 테이블 맥주는 천연식품이다 편 처음 스타일 그대로, 부탁 케어~ Hi-MO 애프터케어 시스템 지속적인 모발 관리로 끝까지 스타일이 유지되도록 독보적이다! 근데 그거 아세요? 맥주도 인공첨가물이 1 2 On-air 3 1. 이베이코리아 G마켓 용평리조트 슈퍼브랜드딜 편 2. 아모레퍼시픽 헤라 루즈 홀릭 리퀴드 편 인쇄 광고 올해도 겨울이 왔어요. 당신에게 꼭 해주고 싶은 말이 있어요. G마켓에선 용평리조트 스페셜 패키지가 2만 6900원! 역시 G마켓이죠? G마켓과 함께하는 용평리조트 스페셜 패키지. G마켓의 슈퍼브랜드딜은 계속된다. 모바일 쇼핑 히어로

More information

본문01

본문01 Ⅱ 논술 지도의 방법과 실제 2. 읽기에서 논술까지 의 개발 배경 읽기에서 논술까지 자료집 개발의 본래 목적은 초 중 고교 학교 평가에서 서술형 평가 비중이 2005 학년도 30%, 2006학년도 40%, 2007학년도 50%로 확대 되고, 2008학년도부터 대학 입시에서 논술 비중이 커지면서 논술 교육은 학교가 책임진다. 는 풍토 조성으로 공교육의 신뢰성과

More information

Lab10

Lab10 Lab 10: Map Visualization 2015 Fall human-computer interaction + design lab. Joonhwan Lee Map Visualization Shape Shape (.shp): ESRI shp http://sgis.kostat.go.kr/html/index.html 3 d3.js SVG, GeoJSON, TopoJSON

More information

01Àå

01Àå CHAPTER 01 1 Fedora Fedora Linux Toolbox 2003 Fedora Core( ) http://fedoraproject.org www.redhat.com 2 CHAPTER Fedora RHEL GNU public license www.centos.org www.yellowdoglinux.com www. lineox.net www.

More information

歯M991101.PDF

歯M991101.PDF 2 0 0 0 2000 12 2 0 0 0 2000 12 ( ) ( ) ( ) < >. 1 1. 1 2. 5. 6 1. 7 1.1. 7 1.2. 9 1.3. 10 2. 17 3. 25 3.1. 25 3.2. 29 3.3. 29. 31 1. 31 1.1. ( ) 32 1.2. ( ) 38 1.3. ( ) 40 1.4. ( ) 42 2. 43 3. 69 4. 74.

More information

BibLaTeX을 이용한 한국어 참고 문헌 처리의 가능성

BibLaTeX을 이용한  한국어 참고 문헌 처리의 가능성 공주대학교문서작성 워크숍 2014 2014. 10. 18. ( 토 ) 09:30~16:00 공주대 인문사회관 컴퓨터실 107호 L A T E X, 모던하게사용하기 A B 2014. BibL A TEX 공주대학교문서작성 워크숍 2014 11. 1. ( 토 ) 10:00~16:00 공주대 인문사회관 컴퓨터실 107호 책한권을레이텍으로조판해보자 2014.10.18

More information

Absolute Blue 태양의 위세 앞에서도 당당한 여자의 자존 심을 닮은 컬러. 바람을 닮아 유연한, 물을 닮아 자유롭게, 거칠 것 없이 여름의 클라 이맥스에 올라서서 세상을 물들이는 소리 없는 지배자, 블루

Absolute Blue 태양의 위세 앞에서도 당당한 여자의 자존 심을 닮은 컬러. 바람을 닮아 유연한, 물을 닮아 자유롭게, 거칠 것 없이 여름의 클라 이맥스에 올라서서 세상을 물들이는 소리 없는 지배자, 블루 뷰티 멘토링 북 Summer 2014 _VOL.12 태양의 열기, 블루 속에 녹아 들다 아스팔트마저 녹일 듯한 과잉된 열기가 피어오르는 여름이라는 무대 위 블루가 등장하는 순간, 여름은 제 2막으로 돌입한다. 바라보기만 해도 청량함 속으로 빠져드는 블루의 절대적 매력. 블루와 함께 여자는 이 여름의 주인공이 된다. 격이 다른 히로인의 컬러 BLUE Absolute

More information

흡연, 알고보면 질병! 울산금연지원센터 센터장 유 철 인 교수 금연으로 치료하세요. 울산금연지원센터는? 2015년 6월 보건복지부의 지원으로 시작된 울산금연지원센터는 울산 대학교병원과 울산금연운동협의회의 문성과 신뢰성을 바탕으로 금연의 사각지대에 놓인 학교 밖 청소년,

흡연, 알고보면 질병! 울산금연지원센터 센터장 유 철 인 교수 금연으로 치료하세요. 울산금연지원센터는? 2015년 6월 보건복지부의 지원으로 시작된 울산금연지원센터는 울산 대학교병원과 울산금연운동협의회의 문성과 신뢰성을 바탕으로 금연의 사각지대에 놓인 학교 밖 청소년, 제 8 호 (2015년 12월) 발행_울산지역암센터 / 발행인_상현 / 편집위원_이현주 유철인 남궁미 이영복 신은옥 이송희 / 울산광역시 동구 방어진순환도로 877 / TEL_052)250-8006~8 FAX_052)250-8009 울산대학교병원, 울산금연지원센터 개소 Contents 01 울산대학교병원, 울산금연지원센터 개소 02 흡연, 알고보면 질병! 금연으로

More information

300 구보학보 12집. 1),,.,,, TV,,.,,,,,,..,...,....,... (recall). 2) 1) 양웅, 김충현, 김태원, 광고표현 수사법에 따른 이해와 선호 효과: 브랜드 인지도와 의미고정의 영향을 중심으로, 광고학연구 18권 2호, 2007 여름

300 구보학보 12집. 1),,.,,, TV,,.,,,,,,..,...,....,... (recall). 2) 1) 양웅, 김충현, 김태원, 광고표현 수사법에 따른 이해와 선호 효과: 브랜드 인지도와 의미고정의 영향을 중심으로, 광고학연구 18권 2호, 2007 여름 동화 텍스트를 활용한 패러디 광고 스토리텔링 연구 55) 주 지 영* 차례 1. 서론 2. 인물의 성격 변화에 의한 의미화 전략 3. 시공간 변화에 의한 의미화 전략 4. 서사의 변개에 의한 의미화 전략 5. 창조적인 스토리텔링을 위하여 6. 결론 1. 서론...., * 서울여자대학교 초빙강의교수 300 구보학보 12집. 1),,.,,, TV,,.,,,,,,..,...,....,...

More information

목차 1. 제품 소개... 4 1.1 특징... 4 1.2 개요... 4 1.3 Function table... 5 2. 기능 소개... 6 2.1 Copy... 6 2.2 Compare... 6 2.3 Copy & Compare... 6 2.4 Erase... 6 2

목차 1. 제품 소개... 4 1.1 특징... 4 1.2 개요... 4 1.3 Function table... 5 2. 기능 소개... 6 2.1 Copy... 6 2.2 Compare... 6 2.3 Copy & Compare... 6 2.4 Erase... 6 2 유영테크닉스( 주) 사용자 설명서 HDD014/034 IDE & SATA Hard Drive Duplicator 유 영 테 크 닉 스 ( 주) (032)670-7880 www.yooyoung-tech.com 목차 1. 제품 소개... 4 1.1 특징... 4 1.2 개요... 4 1.3 Function table... 5 2. 기능 소개... 6 2.1 Copy...

More information

CD-RW_Advanced.PDF

CD-RW_Advanced.PDF HP CD-Writer Program User Guide - - Ver. 2.0 HP CD-RW Adaptec Easy CD Creator Copier, Direct CD. HP CD-RW,. Easy CD Creator 3.5C, Direct CD 3.0., HP. HP CD-RW TEAM ( 02-3270-0803 ) < > 1. CD...3 CD...5

More information

歯20010629-003-1-동아일보(2-1).PDF

歯20010629-003-1-동아일보(2-1).PDF 6. 29 ( ) 11:00 20 0 1. 6. 29 2 3 ( ).( 397-0781) 1. 2. 3. 4. 5. 1. ( : 2 ) 2 8607, 306 19, 7 6 28, 95 3 - (5 ) (,,,,,, ) - 1 - 2. -, - -, - 2 - 3.,, 1,700, 827 ( ) 1,700 8 27 803 469 560 227 289 117 48

More information

Modern Javascript

Modern Javascript ES6 - Arrow Function Class Template String Destructuring Default, Rest, Spread let, const for..of Promises Module System Map, Set * Generator * Symbol * * https://babeljs.io/ Babel is a JavaScript compiler.

More information

UNIST_교원 홈페이지 관리자_Manual_V1.0

UNIST_교원 홈페이지 관리자_Manual_V1.0 Manual created by metapresso V 1.0 3Fl, Dongin Bldg, 246-3 Nonhyun-dong, Kangnam-gu, Seoul, Korea, 135-889 Tel: (02)518-7770 / Fax: (02)547-7739 / Mail: contact@metabrain.com / http://www.metabrain.com

More information

04 형사판례연구 19-3-1.hwp

04 형사판례연구 19-3-1.hwp 2010년도 형법판례 회고 645 2010년도 형법판례 회고 2)오 영 근* Ⅰ. 서설 2010. 1. 1.에서 2010. 12. 31.까지 대법원 법률종합정보 사이트 1) 에 게재된 형법 및 형사소송법 판례는 모두 286건이다. 이 중에는 2건의 전원합의체 판결 및 2건의 전원합의체 결정이 있다. 2건의 전원합의체 결정은 형사소송법에 관한 것이고, 2건의

More information

<B1A4B0EDC8ABBAB8C7D0BAB8392D345F33C2F75F313032362E687770>

<B1A4B0EDC8ABBAB8C7D0BAB8392D345F33C2F75F313032362E687770> 광고에 나타난 가족가치관의 변화 : 97년부터 26년까지의 텔레비전 광고 내용분석* 2) 정기현 한신대학교 광고홍보학과 교수 가족주의적 가치관을 사회통합의 핵심 중의 핵심으로 올려놓았던 전통이 현대사회에서 아직 영향력을 미치는 점을 감안할 때, 한국에서의 가족변동은 사회전반의 변동으로 직결된다고 해도 크게 틀리지 않을 것이다. 97년부터 26년까지 텔레비전에서

More information

종사연구자료-이야기방2014 7 18.hwp

종사연구자료-이야기방2014 7 18.hwp 차례 1~3쪽 머리말 4 1. 계대 연구자료 7 가. 증 문하시랑동평장사 하공진공 사적기 7 나. 족보 변천사항 9 1) 1416년 진양부원군 신도비 음기(陰記)상의 자손록 9 2) 1605년 을사보 9 3) 1698년 무인 중수보 9 4) 1719년 기해보 10 5) 1999년 판윤공 파보 10 - 계대 10 - 근거 사서 11 (1) 고려사 척록(高麗史摭錄)

More information

°í¼®ÁÖ Ãâ·Â

°í¼®ÁÖ Ãâ·Â Performance Optimization of SCTP in Wireless Internet Environments The existing works on Stream Control Transmission Protocol (SCTP) was focused on the fixed network environment. However, the number of

More information

목 차 국회 1 월 중 제 개정 법령 대통령령 7 건 ( 제정 -, 개정 7, 폐지 -) 1. 댐건설 및 주변지역지원 등에 관한 법률 시행령 일부개정 1 2. 지방공무원 수당 등에 관한 규정 일부개정 1 3. 경력단절여성등의 경제활동 촉진법 시행령 일부개정 2 4. 대

목 차 국회 1 월 중 제 개정 법령 대통령령 7 건 ( 제정 -, 개정 7, 폐지 -) 1. 댐건설 및 주변지역지원 등에 관한 법률 시행령 일부개정 1 2. 지방공무원 수당 등에 관한 규정 일부개정 1 3. 경력단절여성등의 경제활동 촉진법 시행령 일부개정 2 4. 대 목 차 국회 1 월 중 제 개정 법령 대통령령 7 건 ( 제정 -, 개정 7, 폐지 -) 1. 댐건설 및 주변지역지원 등에 관한 법률 시행령 일부개정 1 2. 지방공무원 수당 등에 관한 규정 일부개정 1 3. 경력단절여성등의 경제활동 촉진법 시행령 일부개정 2 4. 대도시권 광역교통관리에 관한 특별법 시행령 일부개정 3 5. 영유아보육법 시행령 일부개정 4

More information

인천광역시의회 의원 상해 등 보상금 지급에 관한 조례 일부개정조례안 의안 번호 179 제안연월일 : 2007. 4. 제 안 자 :조례정비특별위원회위원장 제안이유 공무상재해인정기준 (총무처훈령 제153호)이 공무원연금법 시행규칙 (행정자치부령 제89호)으로 흡수 전면 개

인천광역시의회 의원 상해 등 보상금 지급에 관한 조례 일부개정조례안 의안 번호 179 제안연월일 : 2007. 4. 제 안 자 :조례정비특별위원회위원장 제안이유 공무상재해인정기준 (총무처훈령 제153호)이 공무원연금법 시행규칙 (행정자치부령 제89호)으로 흡수 전면 개 인천광역시의회 의원 상해 등 보상금 지급에 관한 조례 일부개정조례안 인 천 광 역 시 의 회 인천광역시의회 의원 상해 등 보상금 지급에 관한 조례 일부개정조례안 의안 번호 179 제안연월일 : 2007. 4. 제 안 자 :조례정비특별위원회위원장 제안이유 공무상재해인정기준 (총무처훈령 제153호)이 공무원연금법 시행규칙 (행정자치부령 제89호)으로 흡수 전면

More information

untitled

untitled 2012 2012 2012 4 5 7 8 2012 12 I 32 II 5 2012.12 ( ) 3 T. 02.743.9333 F. 02.743.9337 www.e-stc.or.kr 44 60 III IV 68 V,,,,, 76 VI Re-Fresh AGI Society ( ) 84 *,,. 6 7 2012.. 2005,,.,.., 2012 6 6 100.

More information

KM-380BL,BLB(100908)

KM-380BL,BLB(100908) PARTS BOOK KM-380BL KM-380BLB KM-380BL KM-380BLB MODEL FOR HEAVY MATERIAL KM-380BL CYLINDER-BED TYPE, 1-NEEDLE UNISON FEED, VERTICAL LARGE HOOK, LOCK-STITCH MACHINE. KM-380BLB CYLINDER-BED TYPE, 1-NEEDLE

More information