LaTeX in proper ConTeXt

Size: px
Start display at page:

Download "LaTeX in proper ConTeXt"

Transcription

1 L A T E X in proper ConT E Xt L A T E X ConT E Xt Berend de Boer 2000-feb oct-30

2 1 1 L A TEX ConTEXt ConTEXt L A TEX (environments) abstract bibliography description enumerate itemize quotation verbatim 16 4 (floats) (figures) (tables) tabular tabbing Display 24

3 (theorem) (fonts) bibtex URL Title page Text in margin Babel Interfaces Breaking lines

4 3 11 ConTEXt texexec L A TEX 43 ConTEXt 44 L A TEX ConTEXt

5 4 1 L A TEX ConTEXt 1.1 L A TEX.. ( 11 ).,..,.....,.,.. L A TEX, ConTEXt. ConTEXt L A TEX. L A TEX. ConTEXt 3. ConTEXt, on--screen.,, (cross--document). ConTEXt. ConTEXt L A TEX. ConTEXt. http: //

6 5 1.2 ConTEXt.. ConTEXt /ms-cb-en.pdf. ConTEXt, /general/manuals/cont-nli.pdf. pragma-ade.com/general/manuals/cont-eni.pdf. 4TEX ConTEXt. /4tex5/. ConTEXt. subscribe ntg-context 1.3 David Arnold, Wybo Dekker, Hans Hagen..

7 6 2 ConTEXt ConTEXt. 2.1 hello world. L A TEX. \documentclass{article} Hello world. ConTEXt. Hello world. ConTEXt. TEX \input. 2.2 L A TEX Hello World text.tex.. latex test.tex ConTEXt TEX. texexec test.tex texexec,, ( 11.1 )...

8 7 context test.tex. texexec. texexec test.tex texexec. TeXExec ConTeXt / PRAGMA ADE executable : pdfetex format : cont-en inputfile : testc output : dvips interface : en current mode : all TeX run : 1. ConTEXt., ConTEXt. texexec.ini texexec. texexec -interface=en test.tex ConTEXt,.dvi.pdf..dvi.pdf texexec.ini texexec. texexec -output=pdftex test.tex : texexec --pdf test.tex texexec. % interface=en output=pdftex

9 8 This example compiles with the english interface and generates pdf output. 2.3 L A TEX ConTEXt. L A TEX. \documentclass{report} \chapter{one} My first chapter. \chapter{two} My second chapter. ConTEXt. \chapter{one} My first chapter. \chapter{two} My second chapter.., ConTEXt (table of contents) L A TEX \tableofcontents. \documentclass{report} \tableofcontents

10 9 \chapter{one} My first chapter. \chapter{twoone} My second chapter. ConTEXt \completecontent. \completecontent \chapter{one} My first chapter. \chapter{two} My second chapter. texexec. ( 11.1 ). \completecontent ConTEXt \placecontent, \completecontent, \placecontent.

11 10 3 L A TEX (environments), L A TEX ConTEXt abstract L A TEX abstract. article report documentclass. quotation. abstract. \documentclass{article} \begin{abstract} This is an abstract of this article. \end{abstract} ConTEXt abstract.., L A TEX article abstract. \startnarrower\switchtobodyfont[small] \midaligned{\bf Abstract}\par This is an abstract of this article. \stopnarrower \startnarrower. \switchtobodytext (body font). \midaligned. 3.2 bibliography L A TEX bibliography.

12 11 \documentclass{article} \section{my life} I ve read only two books in my life \cite{bekke92}, \cite{brodie84}. \begin{thebibliography}{brodie84} \bibitem[bekke92]{bekke92} J.H.~ter~Bekke, \emph{semantic datamodeling}, Prentice Hall, Hemel Hempstead, ISBN~ , \bibitem[brodie84]{brodie84} L.~Brodie, \emph{thinking Forth, a language and philosophy for solving problems}, Prentice Hall, ISBN , \end{thebibliography} \bibitem, bibliography. \cite. ConTEXt bib., ,. ConTEXt..bbl.. \startpublication[k=brodie84, t=article, a=l.~brodie, y=1984, s=lb84] \artauthor[]{leo}[l.]{}{brodie} \arttitle{thinking Forth, a language and philosophy for solving problems} \journal{prentice Hall} \pubyear{1984} \stoppublication \startpublication[k=bekke92, t=article, a=j.h.~ter~bekke, y=1992,

13 12 s=jb92] \artauthor[]{johan}[j.h.]{ter}{bekke} \arttitle{semantic datamodeling} \journal{prentice Hall} \pubyear{1992} \stoppublication \startpublication.,. \usemodule[bib] \setuppublications [numbering=yes, sort=author] \section{my life} I ve read only two books in my life \cite[bekke92,brodie84]. But I ve admit that I no longer think Forth \cite[brodie84]. \completepublications \setuppublications.,,. L A TEX. \completepublications. \placepublications,. bibtex description L A TEX description. \documentclass{article}

14 13 \begin{description} \item[gnat] A small animal, found in the North Woods, that causes no end of trouble. \item[gnu] A large animal, found in crossword puzzles, that causes no end of trouble. \item[armadillo] A medium-sized animal. \end{description} ConTEXt \definedescription,. description L A TEX enumeration.. animal. description,.. \definedescription [animal] [location=hanging, margin=standard, headstyle=bold] \definestartstop [animals] [before=\blank\startpacked, after=\stoppacked\blank] \startanimals \animal{gnat} A small animal, found in the North Woods, that causes no end of trouble. \animal{gnu} A large animal, found in crossword puzzles, that causes no end of trouble. \startanimal{armadillo} A medium-sized animal. \stopanimal \stopanimals \startanimals animals description. \animal \startanimal (description). start/stop

15 14. \animal \par ( ). \definestartstop. animals,. \blank. \startpacked.,. \startitemize[4*broad,packed] \sym{gnat} A small animal, found in the North Woods, that causes no end of trouble. \sym{gnu} A large animal, found in crossword puzzles, that cuases no end of trouble. \sym{armadillo} A medium-sized animal. \stopitemize armadillo,.. ConTEXt. 4*broad broad. packed. 3.4 enumerate L A TEX enumerate. \documentclass{article} \begin{enumerate} \item First item. \item Second item. \end{enumerate} ConTEXt \startitemize. n.

16 15 \startitemize[n] \item First item. \item Second item. \stopitemize itemize L A TEX itemize. \documentclass{article} \begin{itemize} \item First item. \item Second item. \end{itemize} ( ). ConTEXt \startitemize.. \startitemize \item First item. \item Second item. \stopitemize quotation quote L A TEX.

17 16 \documentclass{article} \begin{quote} But letting go of the first is, to him, just a promise of pain with no promise of compensating pleasure. \end{quote} ConTEXt \startquotation. \startquotation But letting go of the first is, to him, just a promise of pain with no promise of compensating pleasure. \stopquotation L A TEX quotation, ConTEXt \startquotation. ConTEXt (inline quotes). \quote \quotation. This is a \quote{quote} and this is a \quotation{quotation}. \quote. \quotation. 3.7 verbatim L A TEX verbatim ( ) verbatim. \documentclass{article} \begin{verbatim} This is

18 17 verbatim \LaTeX. \end{verbatim} ConTEXt. \starttyping This is verbatim \ConTeXt. \stoptyping

19 18 4 (floats). ConTEXt. 4.1 (figures) L A TEX graphics graphicx. \includegraphics. pdftex. \documentclass{article} \usepackage[pdftex]{graphicx} \begin{figure} \includegraphics{test.png} \caption{test picture} \label{fig:test} \end{figure}. ConTEXt. \placefigure [] [fig:test] {Test picture} {\externalfigure[test.png]} L A TEX ConTEXt. ConTEXt. scale.

20 19 \placefigure [] [fig:test] {Test picture} {\externalfigure[test.png][scale=2000]} scale 1000(100%) (width) (dimension),.. ConTEXt,.. \useexternalfigure [testone] [test.png] [scale=2000] \useexternalfigure [testtwo] [test.png] [width=.5\textwidth] \placefigure [] [fig:testone] {Test picture: twice as large as it natural size} {\externalfigure[testone]} \placefigure [] [fig:testtwo] {Test picture: half as large as the text} {\externalfigure[testtwo]}, \useexternalfigure...

21 L A TEX \listoffigures. \documentclass{article} \usepackage[pdftex]{graphicx} \listoffigures \begin{figure} \includegraphics{test.png} \caption{test picture} \label{figure:test} \end{figure} ConTEXt \completelistoffigures. \completelistoffigures \placefigure [fig:test] {Test picture} {\externalfigure[test.png]} \completecontent, \completelistoffigures \placelistoffigures.. \completelistoffigures..

22 21 5 (tables) 5.1 tabular L A TEX tabular. L A TEX. \documentclass{article} \begin{tabular}{ r r@{--}l p{1.25in} } \hline \multicolumn{4}{ c }{GG\&A Hoofed Stock} \\ \hline\hline &\multicolumn{2}{c }{Price}& \\ \cline{2-3} \multicolumn{1}{ c }{Year} & \multicolumn{1}{r@{\,\vline\,}}{low} & high & \multicolumn{1}{c }{Comments} \\ \hline 1971 & 97 & 245 & Bad year for farmers in the west. \\ \hline 72 & 245 & 245 & Light trading due to a heavy winter. \\ \hline 73 & 245 & 2001 & No gnus was very good gnus this year. \\ \hline \end{tabular} ConTEXt \starttable. \starttable[ r r l p(1.25in) ] \HL \VL \FOUR{GG\&A Hoofed Stock} \VL\SR \HL \VL \LOW{Year} \VL \TWO{Price} \VL \LOW{Comments} \VL\SR \DC \DL[2] \DC \DR \VL \VL low \VL high \VL \VL\SR \HL \VL 1971 \VL \TWO{ } \VL Bad year for farmers in the west. \VL\SR \HL \VL 72 \VL \TWO{ } \VL Light trading due to a heavy winter. \VL\SR

23 22 \HL \VL 73 \VL \TWO{ } \VL No gnus was very good gnus this year. \VL\SR \HL \stoptable ConTEXt, \starttables L A TEX longtable. 5.2 tabbing L A TEX tabbing.,. \documentclass{article} \begin{tabbing} Armadillo: \= \kill Gnat: \> not edible \\ Armadillo: \> not edible\\ \end{tabbing} ConTEXt \starttabulate. \starttabulate[ l p ] \NC Gnat: \NC not edible \NC\NR \NC Armadillo: \NC not edible \NC\NR \stoptabulate L A TEX, ( ). ConTEXt \starttabulate \starttable.... \NC(Next Column), \NC \NR(Next Row). ConTEXt \starttabulate \starttable. \starttabulate.

24 23, p \starttabulate. \starttabulate,. 5.3 L A TEX \listoftables, table. ConTEXt \placelistoftables. L A TEX \placetable table.

25 ConTEXt L A TEX. TEX. L A TEX. ConTEXt TEX. ConTEXt TEX. 6.2 ConTEXt (in--text) $. 6.3 Display ConTEXt display $. \startformula. 6.4 L A TEX equation. \documentclass{article} \begin{equation} E = mc^2 \end{equation} ConTEXt display \placeformula. \placeformula $$ E = mc^2 $$

26 L A TEX eqnarray. \\. ConTEXt TEX \displaylines. \cr. $$\displaylines{zeroorone = ( ( Amount\ mod\ Currency_RoundingFactor )\cr +\ Currency_Boundary )\cr div\ Currency_RoundingFactor}$$ 6.6 (theorem) L A TEX \newtheorem... \documentclass{article} \newtheorem{guess}{conjecture} This is the first one: \begin{guess} All conjectures are interesting. \end{guess} ConTEXt \defineenumeration. L A TEX \newtheorem. \defineenumeration [guess] [text=conjecture, location=left, letter=it] This is the first one: \guess All conjectures are interesting.

27 26 This is the second one: \startguess Except this one. \stopguess \guess \startguess. \subguess, \subsubguess. ConTEXt \defineenumeration. /cont-eni.pdf.

28 27 7. L A TEX ConTEXt, ConTEXt,.. \setupsomething. 7.1 L A TEX \documentclass. \documentclass[a4paper]{article} ConTEXt \setuppapersize. \setuppapersize[a4] ConTEXt. A5 A (fonts) L A TEX. \documentclass[12pt]{report} ConTEXt \setupbodyfont. \setupbodyfont[12pt]

29 28 \setupbodyfont. \switchtobodyfont. L A TEX. Helvetica. \documentclass{article} \usepackage{helvet} ConTEXt \setupbodyfont. \setupbodyfont[ber,phv,ss], ber (Karl Berry). phv Hevetica. ss sans-serif. times, helvetica, courier. \setupbodyfont[ber,pos] 7.3 L A TEX baselineskip. \documentclass{article} \setlength\baselineskip{12pt} 12pt, 10. L A TEX ConTEXt. \setupinterlinespace.

30 29 \setupinterlinespace[line=1.2\bodyfontsize] \bodyfontsize interlinespace. \bodyfontsize. 7.4, L A TEX \parskip. \documentclass{article} \setlength{\parskip}{3pt} This is my first paragraph. This is my second paragraph. 3. ConTEXt \setupwhitespace. \setupwhitespace[3pt] This is my first paragraph. This is my second paragraph.,.. [medium] [big]. \setupwhitespace[medium] This is my first paragraph. This is my second paragraph.

31 L A TEX. 0. \documentclass{article} \setlength{\parindent}{0pt} This is my first paragraph. This is my first paragraph. This is my first paragraph. This is my first paragraph. This is my first paragraph. This is my first paragraph. This is my second paragraph. ConTEXt.. \setupindenting[medium] This is my first paragraph. This is my first paragraph. This is my first paragraph. This is my first paragraph. This is my first paragraph. This is my first paragraph. This is my second paragraph. 7.6 L A TEX \pagestyle. ConTEXt \setuppagenumbering. L A TEX. ConTEXt. 1. \pagestyle{plain}: \setuppagenumbering[location={footer,middle}] 2. \pagestyle{empty}:

32 31 \setuppagenumbering[location=] 3. \pagestyle{headings}: \setuppagenumbering[location={header,middle}] 4. \pagestyle{myheadings}: \setuppagenumbering[location=header] (see...) ConTEXt L A TEX. L A TEX (head), (body), (foot). ConTEXt. 7.7 L A TEX \pagenumbering. \documentclass{article} \pagenumbering{roman} \tableofcontents \chapter{introduction} \pagenumbering{arabic} This is a test. ConTEXt \setupnumbering. \startfrontmatter \setuppagenumbering[conversion=romannumerals] \setuppagenumber[number=1] \completecontent \stopfrontmatter \startbodymatter

33 32 \setuppagenumbering[conversion=numbers] \setuppagenumber[number=1] \chapter{introduction} This is a test. \stopbodymatter \startfontmatter \startbodymatter. front matter, body matter., \setuppagenumber (section) 1. \setuppagenumber., L A TEX L A TEX. L A TEX. ConTEXt. ConTEXt \setuphead.,. \setuphead[chapter][letter={\switchtobodyfont[20pt,ss]\bf}] \setuphead[section][letter={\switchtobodyfont[16pt,ss]\bf}] \chapter{this is a chapter} First sentence. \section{this is a section} First sentence. 20 (chapter). ( ). \setuppagenumbering[alternative=doublesided] \setuphead[chapter] [page=right]

34 33 \chapter{first thought} First sentence. \chapter{second thought} Second sentence. \setuppagenumbering. (chapter).... \setuphead [chapter] [numberstyle=bold, textstyle=cap, before=\hairline\blank, after={\nowhitespace\hairline\blank[line]}] \chapter{this is a chapter} A sentence. setup before after. ConTEXt.. (subsection). (section).. \setuphead [subsection] [command=\myhead] \def\myhead#1#2{#2} \chapter{this is a chapter}

35 34 \section{section} \subsection{yes} A sentence... \setuphead [subsection] [number=no] \chapter{this is a chapter} \section{section} \subsection{yes} A sentence. 7.9 ConTEXt. packed. \setupitemize[packed] \startitemize[n] \item First line. \item Second line, no white space above it. \stopitemize

36 L A TEX. (preamble) \makeindex.idx. \index. makeindex. \input. \documentclass{article} \makeindex Put \index{this} and \index{that} in the index. \input{testlatex.ind} ConTEXt. texexec \completeindex. Put \index{this} and \index{that} in the index. \completeindex

37 bibtex bibtex.bbl. bib ( 3.2 ).bbl. \setuppublications.

38 37 \usemodule[bib] \setuppublications [database={mybibs}, numbering=yes, sort=author] \section{my life} I ve read only two books in my life \cite[laan95:_types_pascal]. But I ve admit that I no longer think Forth \cite[wogan:73a]. \completepublications bib.

39 \usepackage{article} \usepackage [pdftitle={test document}, pdfauthor={berend de Boer}, pdfsubject={there is more than LaTeX}, pdfkeywords={latex ConTeXt TeX}, colorlinks, linkcolor=blue] {hyperref} \setupinteraction [status=start, title={test document}, author={berend de Boer}, subtitle={there is more than LaTeX}, keywords={latex ConTeXt TeX}, color=blue] 9.2 URL L A TEX hyperref. URL \href. \documentclass{article} \usepackage{hyperref} The \href{ server OS} on this world. ConTEXt URL.

40 39 \setupinteraction[state=start] \useurl [contextsupport] [ The \ConTeXt\ support site is \from[contextsupport].

41 Title page 10.2 Text in margin 10.3 \setupcolors. \setupcolors[state=start] 10.4 Babel 10.5 Interfaces 10.6 Breaking lines 10.7 L A TEX \vspace... \vspace*. \documentclass{article} \vspace*{5cm} This line comes first. \vspace{2\baselineskip} This line comes second.

42 41 \vspace{.5\baselineskip} And this is the third line. ConTEXt \blank.. force. \blank[5cm,force] This line comes first. \blank[2*line] This line comes second. \blank[medium] And this is the third line.

43 42 11 ConTEXt 11.1 texexec ConTEXt texexec. TEX. 1. ConTEXt.tui. texexec.tuo. (, ),. 2. texexec ConTEXt. texexec --module m-bib contdoc.zip.

44 43 L A TEX L A TEX. b \bibitem 11 bibliography 10, 11 c \cite 11 comment 46 d description 12 \documentclass 27 e enumerate 14 eqnarray 25 equation 24 h \href 38 i \includegraphics 18 \index 35 \input 35 itemize 15 l \listoffigures 20 \listoftables 23 longtable 22 m \makeindex 35 n \newtheorem 25 p \pagenumbering 31 \pagestyle 30 \parskip 29 q quotation 16 quote 15 t tabbing 22 \tableofcontents 8 table 23 tabular 21 v \vspace 40 \vspace* 40

45 44 ConTEXt ConTEXt b bib 36, 45 \blank 14, 41 \bodyfontsize 29 c \completecontent 9, 20 \completeindex 35 \completelistoffigures 20 \completepublications 12 \cr 25 d \definedescription 13 \defineenumeration 25, 26 \definestartstop 14 i \input 6 m \midaligned 10 n \NC 22 \NR 22 p \placecontent 9 \placeformula 24 \placelistoffigures 20 \placelistoftables 23 \placepublications 12 \placetable 23 q \quotation 16 \quote 16 s \setupbodyfont 27, 28 \setupcolors 40 \setuphead 32 \setupinterlinespace 28 \setupnumbering 31 \setuppagenumber 32 \setuppagenumbering 30, 33 \setuppapersize 27 \setuppublications 12, 36 \setupwhitespace 29 \startbodymatter 32 \startfontmatter 32 \startformula 24 \startitemize 14, 15 \startnarrower 10 \startpacked 14 \startpublication 12 \startquotation 16 \starttable 21, 22 \starttables 22 \starttabulate 22, 23 \switchtobodyfont 28 \switchtobodytext 10 u \useexternalfigure 19

46 45 L A TEX ConTEXt L A TEX ConTEXt. L A TEX. \begin{environment} \end{environment} ConTEXt. \startenvironment \stopenvironment L A TEX environment ConTEXt environment Remark abstract no equivalent. array no equivalent. center alignment description See section 3.3 displaymath document text enumerate itemize equation placeformula eqnarray displaylines Use the standard TEX commands. figure Use placefigure. flushleft alignment flushright alignment itemize itemize letter no equivalent. list itemize math Use $ before and $ after the formula. minipage no equivalent. note no equivalent. overlay no equivalent. picture MPgraphic In ConTEXt you can include metapost code to achieve the same and better effects. quote citaat quotation citaat slide no equivalent. sloppypar tabbing tabulate table table Use together with placetable tabular table titlepage no equivalent. thebibliography publication Requires the bib. theindex Use completeindex.

47 46 trivlist verbatim verse itemize typing L A TEX 3. ConTEXt. L A TEX command ConTEXt command Remark setlanguage Provided by the babel package. L A TEX. ConTEXt. L A TEX package ConTEXt environment Remark comment comment Comment out certain parts of your document so it does not show up in the.dvi or.pdf file. L A TEX s comment is part of Rainer Sch pf s verbatim package. longtable tables The longtable package provides tables that can be broken accross page.

48 47

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

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

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

......

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

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

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

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

......

...... Life & Power Press P R E F A C E P R E F A C E P R E F A C E C O N T E N T S 01 02 03 01 04 05 06 07 08 09 02 C O N T E N T S C O N T E N T S 10 11 12 03 13 01 01 01 12 CHAPTER 01 O O O 13 PART 01 14

More information

스마일 contents 당신을 만나 기분이 좋습니다! 병원에 있는 사람들은 모두 힘듭니다. 환자는 환자대로, 보호자는 보호자대로, 의료진은 의료진대로. 아픈 환자가 제일 힘들 것 같다가도, 그들을 뒷바라지하는 보호자가 더 어려울 것 같습니다. 하지만 환자와 보호자를 상

스마일 contents 당신을 만나 기분이 좋습니다! 병원에 있는 사람들은 모두 힘듭니다. 환자는 환자대로, 보호자는 보호자대로, 의료진은 의료진대로. 아픈 환자가 제일 힘들 것 같다가도, 그들을 뒷바라지하는 보호자가 더 어려울 것 같습니다. 하지만 환자와 보호자를 상 국내 최초 JCI 인증병원 www.iseverance.com 세브란스병원 Special Report 건강만복래 암, 완치의 꿈 조기 발견과 드림팀의 협진으로 폐암 이긴다 2013. 01 스마일 contents 당신을 만나 기분이 좋습니다! 병원에 있는 사람들은 모두 힘듭니다. 환자는 환자대로, 보호자는 보호자대로, 의료진은 의료진대로. 아픈 환자가 제일 힘들

More information

3항사가 되기 위해 매일매일이 시험일인 듯 싶다. 방선객으로 와서 배에서 하루 남짓 지내며 지내며 답답함에 몸서리쳤던 내가 이제는 8개월간의 승선기간도 8시간같이 느낄 수 있을 만큼 항해사로써 체질마저 변해가는 듯해 신기하기도 하고 한편으론 내가 생각했던 목표를 향해

3항사가 되기 위해 매일매일이 시험일인 듯 싶다. 방선객으로 와서 배에서 하루 남짓 지내며 지내며 답답함에 몸서리쳤던 내가 이제는 8개월간의 승선기간도 8시간같이 느낄 수 있을 만큼 항해사로써 체질마저 변해가는 듯해 신기하기도 하고 한편으론 내가 생각했던 목표를 향해 HMS News Letter Hot News 16 th August. 2011 / Issue No.43 Think safety before you act! 국가인적자원개발컨소시엄 전용 홈페이지 개선 Open 국가인적자원개발컨소시엄 전용 홈페이지를 8/13(토) 새롭게 OPEN하였습니다. 금번 컨소시엄 전용 홈페이지의 개선과정에서 LMS(Learning Management

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

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

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

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

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

More information

APOGEE Insight_KR_Base_3P11

APOGEE Insight_KR_Base_3P11 Technical Specification Sheet Document No. 149-332P25 September, 2010 Insight 3.11 Base Workstation 그림 1. Insight Base 메인메뉴 Insight Base Insight Insight Base, Insight Base Insight Base Insight Windows

More information

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

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

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

(Exposure) Exposure (Exposure Assesment) EMF Unknown to mechanism Health Effect (Effect) Unknown to mechanism Behavior pattern (Micro- Environment) Re

(Exposure) Exposure (Exposure Assesment) EMF Unknown to mechanism Health Effect (Effect) Unknown to mechanism Behavior pattern (Micro- Environment) Re EMF Health Effect 2003 10 20 21-29 2-10 - - ( ) area spot measurement - - 1 (Exposure) Exposure (Exposure Assesment) EMF Unknown to mechanism Health Effect (Effect) Unknown to mechanism Behavior pattern

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

본문01

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

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

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

- 이 문서는 삼성전자의 기술 자산으로 승인자만이 사용할 수 있습니다 Part Picture Description 5. R emove the memory by pushing the fixed-tap out and Remove the WLAN Antenna. 6. INS

- 이 문서는 삼성전자의 기술 자산으로 승인자만이 사용할 수 있습니다 Part Picture Description 5. R emove the memory by pushing the fixed-tap out and Remove the WLAN Antenna. 6. INS [Caution] Attention to red sentence 3-1. Disassembly and Reassembly R520/ 1 2 1 1. As shown in picture, adhere Knob to the end closely into the arrow direction(1), then push the battery up (2). 2. Picture

More information

는 우연히 안나를 알게 되고, 이후 두 사람은 서로 격렬한 사랑에 빠진다. 결국 안나가 브 론스키의 아이를 임신하게 되자, 브론스키는 안나가 카레닌과 이혼하고 자기와 함께 새로 운 생활을 하길 바라지만, 안나는 아들 때문에 망설인다. 한편, 카레닌은 브론스키를 사랑 한

는 우연히 안나를 알게 되고, 이후 두 사람은 서로 격렬한 사랑에 빠진다. 결국 안나가 브 론스키의 아이를 임신하게 되자, 브론스키는 안나가 카레닌과 이혼하고 자기와 함께 새로 운 생활을 하길 바라지만, 안나는 아들 때문에 망설인다. 한편, 카레닌은 브론스키를 사랑 한 한글 번역 Grade 5-9 안나 카레니나 p. 4 이 책의 저자 톨스토이 (1828~1910) 19세기 러시아 문학을 대표하는 세계적 작가인 동시에 사상가. 유서 깊은 백작 집안의 넷째 아들로 태어났다. 대학을 중퇴한 후 고향으로 돌아와 지주로서 영지 내 농민생활의 개선을 위해 노력하였으나, 그의 이상주의는 실패로 끝나 모스크바에서 방탕한 생활에 빠 져들었고

More information

치밀한 시간 계산으로 한 치의 오차 없이 여행일정을 계획하지만, 상황이 항상 뜻대로 돌 아가지는 않는다. 인도에서는 철로가 끊겨 있기도 하고, 미국에서는 인디언의 공격을 받 기도 한다. 하지만 그는 항상 침착하고 냉정한 태도를 유지하며, 때로는 일정에 차질이 생 겨도

치밀한 시간 계산으로 한 치의 오차 없이 여행일정을 계획하지만, 상황이 항상 뜻대로 돌 아가지는 않는다. 인도에서는 철로가 끊겨 있기도 하고, 미국에서는 인디언의 공격을 받 기도 한다. 하지만 그는 항상 침착하고 냉정한 태도를 유지하며, 때로는 일정에 차질이 생 겨도 한글 번역 Grade 3-9 80일간의 세계일주 p. 4 이 책의 저자 쥘 베른 (1828~1905) 과학 모험 소설가로 유명한 쥘 베른은 1828년 프랑스의 항구도시 낭트에서 태어났 다. 그는 어렸을 때부터 바다와 모험을 동경하고 독서와 글쓰기를 좋아하였으나, 아버지 의 뜻에 따라 파리에서 법률을 공부하고 졸업 후에는 사업가, 주식 중개인 등으로 일하였 다.

More information

EBS 보고서 EBS 수능 연구(시범)학교 운영 현황과 과제 종 수업용 콘텐츠는 사교육 의존 심리와 매체를 통한 학습 효과에 대한 인 식 부족, 현장 교사들의 활용 인식 부족, 우수한 강사진에 대한 홍보 부족, 체계적인 방송 시청지도 미흡 등으로 인해 학교현장에서 효율

EBS 보고서 EBS 수능 연구(시범)학교 운영 현황과 과제 종 수업용 콘텐츠는 사교육 의존 심리와 매체를 통한 학습 효과에 대한 인 식 부족, 현장 교사들의 활용 인식 부족, 우수한 강사진에 대한 홍보 부족, 체계적인 방송 시청지도 미흡 등으로 인해 학교현장에서 효율 EBS 수능 연구(시범) 학교 운영 현황과 과제 강정민 연구위원 EBS 교육방송연구소 1. 수능 연구(시범) 학교의 필요성 EBS는 국민의 교육콘텐츠를 생산해 내는 기업으로서 주 소비자인 학생 과 교사의 평가를 받아야 할 필요성이 있다. 하지만 공중파나 공공사이트 라는 특성상 시청률이나 조회수를 통해서 주로 양적인 사용 정보만을 수집 하거나 일반 대중들의 반응과

More information

퇴좈저널36호-4차-T.ps, page 2 @ Preflight (2)

퇴좈저널36호-4차-T.ps, page 2 @ Preflight (2) Think Big, Act Big! Character People Literature Beautiful Life History Carcere Mamertino World Special Interview Special Writing Math English Quarts I have been driven many times to my knees by the overwhelming

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

Coriolis.hwp

Coriolis.hwp MCM Series 주요특징 MaxiFlo TM (맥시플로) 코리올리스 (Coriolis) 질량유량계 MCM 시리즈는 최고의 정밀도를 자랑하며 슬러리를 포함한 액체, 혼합 액체등의 질량 유량, 밀도, 온도, 보정된 부피 유량을 측정할 수 있는 질량 유량계 이다. 단일 액체 또는 2가지 혼합액체를 측정할 수 있으며, 강한 노이즈 에도 견디는 면역성, 높은 정밀도,

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

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

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

<28C3D6C1BE3129C0DAC1D6C7D020C1F6B5B5BCAD28C3CAB5EEC7D0BBFDBFEB292E687770>

<28C3D6C1BE3129C0DAC1D6C7D020C1F6B5B5BCAD28C3CAB5EEC7D0BBFDBFEB292E687770> 자기주도학습 프로그램 목 차 Ⅰ. 자기주도학습 프로그램 개요 ---------------------- 2 1. 자 기 주 도 학 습 프 로 그 램 의 필 요 성 ----------------------- 2 2. 자 기 주 도 학 습 프 로 그 램 특 징 ---------------------------- 2 3. 매 회 기 별 기 본 진 행 구 조 --------------------------------

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

야쿠르트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

PowerChute Personal Edition v3.1.0 에이전트 사용 설명서

PowerChute Personal Edition v3.1.0 에이전트 사용 설명서 PowerChute Personal Edition v3.1.0 990-3772D-019 4/2019 Schneider Electric IT Corporation Schneider Electric IT Corporation.. Schneider Electric IT Corporation,,,.,. Schneider Electric IT Corporation..

More information

보광31호(4)

보광31호(4) 보광병원 2015 통권 Vol.31 수술도 비수술 치료도 보광병원이라면 믿을 수 있습니다. 보건복지부 의료기관인증병원 나에게 사진은 도전하는 친구 Q. 자기소개 안녕하십니까? 저는 영상의학과 실장으로 일하고 있는 류정철 입니다. 직업 특성상 근무시간 내내 사진촬영을 하고 있지만 주말이면 또 사진을 찍기 위해 집을 나선답니다. 그만큼 사진을 저의 삶의 일부라

More information

2015 경제ㆍ재정수첩

2015 경제ㆍ재정수첩 Contents 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 Part 01 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 Part 02 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62

More information

REVERSIBLE MOTOR 표지.gul

REVERSIBLE MOTOR 표지.gul REVERSIBLE MOTOR NEW H-SERIES REVERSIBLE MOTOR H-EX Series LEAD WIRE w RH 1PHASE 4 POLE PERFORMANCE DATA (DUTY : Min.) MOTOR OUTPUT VOLTAGE (V) FREQUENCY (Hz) INPUT CURRENT (ma) RATING SPEED (rpm) STARTING

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

acdc EQ 충전기.hwp

acdc EQ 충전기.hwp www.sjproporc.com DIGITAL CHARGER & DISCHARGER Intelligent Balancer SJPROPO 서울특별시 강남구 일원동 642-11 대도빌딩 202호 2006 SJPROPO INC. SJ INCORPORATED 사용 설명서 제품 구성물 동작 중 표시 화면 B L C : B A L A N C E R C O N N E C

More information

<C1A634C2F720BAB8B0EDBCAD20C1BEC6ED20BDC3BBE720C5E4C5A920C7C1B7CEB1D7B7A5C0C720BEF0BEEE20BBE7BFEB20BDC7C5C220C1A1B0CB20C1A6C3E22E687770>

<C1A634C2F720BAB8B0EDBCAD20C1BEC6ED20BDC3BBE720C5E4C5A920C7C1B7CEB1D7B7A5C0C720BEF0BEEE20BBE7BFEB20BDC7C5C220C1A1B0CB20C1A6C3E22E687770> 종편 시사 토크 프로그램의 언어 사용 실태 점검 1) 2016년 2월 5일, 두 프로그램의 시청률은 TV조선 2.0%, JTBC 3.1%이다. (닐슨코리아 제공) 제18차 - 논의내용 - 1 방송사 등급 프로그램명 방송 일시 출연자 TV조선 15세 이상 시청가 강적들 2016. 1. 13(수) 23:00 ~ 00:20 2016. 1. 20(수) 23:00

More information

도비라

도비라 광고학연구 : 제24권 5호(2013년) The Korean Journal of Advertising, Vol.24, No.5 (2013). pp.99 116 대학생 광고공모전이 광고업계 취업에 미치는 영향: 대학생과 실무자의 인식 비교를 중심으로 차 유 철 우석대학교 광고이벤트학과 교수, 언론학박사 이 희 복 상지대학교 언론광고학부 교수, 언론학박사* 신

More information

iloom STUDY 2012(<B300><C6A9><B7C9>).pdf

iloom STUDY 2012(<B300><C6A9><B7C9>).pdf 2012 STUDY FALL / WINTER 2012 STUDY FALL / WINTER CONTENTS 04 INTRO 04 MAKING STORY 06 ILOOM SMART SERVICE 08 KIDS 10 TINKLE2 20 TWINY 28 STUDY 30 LINKI 38 KARAT 42 OLLI 46 REVO 50 ALTUS 56 EDIS 62 NOX

More information

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

워드프로세서사용자를위한라텍 L A TEX version 1.0.0 Guido Gonzato, Ph.D. Università di Verona (Italy) Dipartimento Scientifico e Tecnologico 2002 9 29 L A TEX,.,. L A TEX., L A TEX. 1 1 1.1............................................

More information

Contents 1장:Symphony Documents 사용자 가이드 8 2장:Symphony Presentations 사용자 가이드 15 3장:Symphony Spreadsheets 사용자 가이드 23 Chapter 1. Symphony Documents 사용자 가이드01 Symphony Documents 사용자 가이드 IBM Lotus Symphony

More information

X-VA-MT3809G-MT3810G-kor

X-VA-MT3809G-MT3810G-kor www.brooksinstrument.com 기본적인 설명 진행전 반드시 읽어 주십시오. Brooks 는 많은 국내 및 국제 기준을 충족하기 위해 제품을 설계, 생산 및 테스트를 합니다. 이 제품이 제대로 설치, 운영되고 그 들이 정상 사양 내에서 작동하도록 지속적인 유지보수가 필요합니다. Brooks Instrument 제품을 설치, 사용 및 유지보수 시

More information

2 佛敎學報 第 48 輯 서도 이 목적을 준수하였다. 즉 석문의범 에는 승가의 일상의례 보다는 각종의 재 의식에 역점을 두었다. 재의식은 승가와 재가가 함께 호흡하는 공동의 場이므로 포 교와 대중화에 무엇보다 중요한 역할을 수행할 수 있다는 믿음을 지니고 있었다. 둘째

2 佛敎學報 第 48 輯 서도 이 목적을 준수하였다. 즉 석문의범 에는 승가의 일상의례 보다는 각종의 재 의식에 역점을 두었다. 재의식은 승가와 재가가 함께 호흡하는 공동의 場이므로 포 교와 대중화에 무엇보다 중요한 역할을 수행할 수 있다는 믿음을 지니고 있었다. 둘째 한국 근대불교의 대중화와 석문의범* 29)韓 相 吉 ** 차 례 Ⅰ. 머리말 1. 불자필람 의 구성 Ⅱ. 석문의범의 간행 배경 2. 석문의범 의 구성과 내용 1. 조선후기 의례집의 성행 Ⅳ. 근대불교 대중화와 석문의범 2. 근대불교 개혁론과 의례 Ⅲ. 석문의범의 체재와 내용 간행의 의미 Ⅴ. 맺음말 한글요약 釋門儀範 은 조선시대에 편찬된 각종 의례서와 의식집을

More information

KD2003-30-01.hwp

KD2003-30-01.hwp 韓 國 敎 育 요 약 학술 논문,,,.,...,,,,.,.... 60, 70.,.,,.,,., ( ). (1997), (2000), (1999),. ( ). 1920 1930, ( ),, ( ). ,.. (1925 5 15 19 )..,,,,, ( ).,.. ( ). ( ). < 1>.,,,... 학술 논문,, (,, ),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

More information

INDUCTION MOTOR 표지.gul

INDUCTION MOTOR 표지.gul INDUCTION MOTOR NEW HSERIES INDUCTION MOTOR HEX Series LEAD WIRE TYPE w IH 1PHASE 4 POLE PERFORMANCE DATA (DUTY : CONTINUOUS) MOTOR TYPE IHPF10 IHPF11 IHPF IHPF22 IHPFN1U IHPFN2C OUTPUT 4 VOLTAGE

More information

192 法 學 硏 究 第 17 輯 第 2 號 < 국문초록 > 선하증권의 한계점을 극복하기 위해 실무에서 널리 화물선취보증장(L/G:Letter of Guarantee)제도가 이용되고는 있다. 그러나 수입상으로서는 추가적인 비용이 발생하고, 직접 은행을 방문해서 화물선취

192 法 學 硏 究 第 17 輯 第 2 號 < 국문초록 > 선하증권의 한계점을 극복하기 위해 실무에서 널리 화물선취보증장(L/G:Letter of Guarantee)제도가 이용되고는 있다. 그러나 수입상으로서는 추가적인 비용이 발생하고, 직접 은행을 방문해서 화물선취 仁 荷 大 學 校 法 學 硏 究 第 17 輯 第 2 號 2014년 06월 30일, 191~218쪽 Inha Law Review The Institute of Legal Studies Inha University Vol.17, No.2, June, 2014 해상운송물 인도 방법의 문제점과 대안 * ** -권리포기 선하증권의 폐지와 대안을 중심으로- 권 기 훈

More information

국립국어원 2011-01-28 발간 등록 번호 11-1371028-000350-01 신문과 방송의 언어 사용 실태 조사 연구 책임자: 남영신 국립국어원 2011-01-28 발간 등록 번호 11-1371028-000350-01 신문과 방송의 언어 사용 실태 조사 연구 책임자: 남영신 2011. 11. 16. 제 출 문 국립국어원장 귀하 2011년 신문과 방송의

More information

2011´ëÇпø2µµ 24p_0628

2011´ëÇпø2µµ 24p_0628 2011 Guide for U.S. Graduate School Admissions Table of Contents 02 03 04 05 06 08 09 10 11 13 15 21 LEADERS UHAK INTERNATIONAL STUDENTS SERVICE www.leadersuhak.com Leaders Uhak International Students

More information

untitled

untitled PowerBuilder 連 Microsoft SQL Server database PB10.0 PB9.0 若 Microsoft SQL Server 料 database Profile MSS 料 (Microsoft SQL Server database interface) 行了 PB10.0 了 Sybase 不 Microsoft 料 了 SQL Server 料 PB10.0

More information

슬라이드 제목 없음

슬라이드 제목 없음 (JTC1/SC6) sjkoh@knu.ac.kr JTC1 JTC1/SC6/WG7 ECTP/RMCP/MMC (JTC1/SC6) 2/48 JTC1 ISO/IEC JTC1 Joint Technical Committee 1 ( ) ISO/TC 97 ( ) IEC/TC 83 ( ) Information Technology (IT) http://www.jtc1.org

More information

<C5EBC0CFB0FA20C6F2C8AD2E687770>

<C5EBC0CFB0FA20C6F2C8AD2E687770> 한국의 북한 핵개발에 대한 인식과 대응 3 한국의북한핵개발에대한인식과대응: 3 차 핵실험 이후* 1)박영호 ( 통일연구원) 국문요약 2013년 2월 12일 북한의 3 차 핵실험은 국내외에 커다란 충격을 주었다. 북한의 핵능 력이 진전되고 북한은 경제건설과 함께 핵 무력건설을 김정은 시대의 발전전략으로 채택 했다. 북핵문제의 패러다임이 변화했다. 한국 사회에서의

More information

solution map_....

solution map_.... SOLUTION BROCHURE RELIABLE STORAGE SOLUTIONS ETERNUS FOR RELIABILITY AND AVAILABILITY PROTECT YOUR DATA AND SUPPORT BUSINESS FLEXIBILITY WITH FUJITSU STORAGE SOLUTIONS kr.fujitsu.com INDEX 1. Storage System

More information

(최종) 주안도서관 소식지_7호.indd

(최종) 주안도서관 소식지_7호.indd 문화! 지식! 비전! in 주안도서관 책으로 만나는 북 News Letter Vol. 7 일곱번째 호 _ 2014.09 Contents 02 04 06 09 미디어가 권하는 책 도서관 가까이 들여다보기 함께 소통하는 도서관 - 주안도서관 독서동아리 책보고( 寶 庫 ) 책이 가득한 보물창고 일반자료실, 어린이열람실 추천도서 서가 속 책, 세상과 다시 만나다 아빠가

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

p. 10 Before You Read............... p. 26 Understanding the Story ( ).,.,..,,...,...

p. 10 Before You Read............... p. 26 Understanding the Story ( ).,.,..,,...,... Grade 3-1 p. 4 19.., 1851.,,. 55. 62.,,,. 82 90. p. 5.?. 1885..,,. p. 10 Before You Read............... p. 26 Understanding the Story ( ).,.,..,,...,... ... p. 44 Before You Read,.....!.,.,......!......!

More information

쉽게 풀어쓴 C 프로그래밍

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

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

제 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

,,,,,, (41) ( e f f e c t ), ( c u r r e n t ) ( p o t e n t i a l difference),, ( r e s i s t a n c e ) 2,,,,,,,, (41), (42) (42) ( 41) (Ohm s law),

,,,,,, (41) ( e f f e c t ), ( c u r r e n t ) ( p o t e n t i a l difference),, ( r e s i s t a n c e ) 2,,,,,,,, (41), (42) (42) ( 41) (Ohm s law), 1, 2, 3, 4, 5, 6 7 8 PSpice EWB,, ,,,,,, (41) ( e f f e c t ), ( c u r r e n t ) ( p o t e n t i a l difference),, ( r e s i s t a n c e ) 2,,,,,,,, (41), (42) (42) ( 41) (Ohm s law), ( ),,,, (43) 94 (44)

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

10X56_NWG_KOR.indd

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

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

#중등독해1-1단원(8~35)학

#중등독해1-1단원(8~35)학 Life Unit 1 Unit 2 Unit 3 Unit 4 Food Pets Camping Travel Unit 1 Food Before You Read Pre-reading Questions 1. Do you know what you should or shouldn t do at a traditional Chinese dinner? 2. Do you think

More information

2007 학년도 하반기 졸업작품 아무도 모른다 (Nobody Knows) 얄리, 보마빼 (AIi, Bomaye) 외계인간 ( 外 界 人 間 ) 한국예술종합학교 연극원 극작과 예술전문사 2005523003 안 재 승

2007 학년도 하반기 졸업작품 아무도 모른다 (Nobody Knows) 얄리, 보마빼 (AIi, Bomaye) 외계인간 ( 外 界 人 間 ) 한국예술종합학교 연극원 극작과 예술전문사 2005523003 안 재 승 2007 학년도 하반기 졸업작품 아무도 모른다 (Nobody Knows) 알리, 보마예 (Ali, Bomaye) 외계인간 ( 外 界 A 間 ) 원 사 3 승 극 문 연 전 재 E 숨 } 닮 런 예 m 안 합 과 ; 조 O 자 숨 그, 예 시 국 하 2007 학년도 하반기 졸업작품 아무도 모른다 (Nobody Knows) 얄리, 보마빼 (AIi, Bomaye)

More information

2016년 트렌드 책목차를 활용한 시장 예측.numbers

2016년 트렌드 책목차를 활용한 시장 예측.numbers : : www.fb.com/thevalues ( /2015.10) 2016 2016,,,,,,,,,, 2016 10 / 16 [ ] 2015 10 / 18 1. 2015 61 Can t Make up My Mind 75 Orchestra of All the Senses 87 Ultimate Omni-channel Wars 103 Now, Show Me the

More information

09/01-02=È£ä263»Áö

09/01-02=È£ä263»Áö 2009 1 2 Contents 04 06 10 14 18 20 22 27 Join Together Society 2009 JAN + FEB 4 5 Join Together Society 매주 목요일 1시, 지바카 병원에서는 예방접 종이 진행됩니다. 예방접종과 더불어 생후 9개 월과 18개월째 되는 아이에게는 비타민A시럽 을 주고 있습니다. 그러던 것을 이번에는

More information

6자료집최종(6.8))

6자료집최종(6.8)) Chapter 1 05 Chapter 2 51 Chapter 3 99 Chapter 4 151 Chapter 1 Chapter 6 7 Chapter 8 9 Chapter 10 11 Chapter 12 13 Chapter 14 15 Chapter 16 17 Chapter 18 Chapter 19 Chapter 20 21 Chapter 22 23 Chapter

More information

01_피부과Part-01

01_피부과Part-01 PART 1 CHAPTER 01 3 PART 4 C H A P T E R 5 PART CHAPTER 02 6 C H A P T E R CHAPTER 03 7 PART 8 C H A P T E R 9 PART 10 C H A P T E R 11 PART 12 C H A P T E R 13 PART 14 C H A P T E R TIP 15 PART TIP TIP

More information

전용]

전용] A Study of select the apropos processing mechanical method by the presume of transformation of teeth s surface degree ABSTRACT This study has been tried to select the apropos processing method by the

More information

2011 <C560><B274><C5BC><B9AC><D3EC><D2B8> <CD5C><C885>.pdf

2011 <C560><B274><C5BC><B9AC><D3EC><D2B8> <CD5C><C885>.pdf 1 1 Greeting 2011 Annual Report You & I We Make Miracle! 2 3 4 5 Contents 2011 Annual Report 2011 Annual Report 6 7 2011 Annual Report 8 9 2011 Annual Report 10 11 2011 Annual Report 12 13 2011 Annual

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

#KM-1751/1791..

#KM-1751/1791.. PARTS BOOK KM-1751 KM-1791 Code Lubrication Type Code Application Code Hook Code Trimming 0 S M Semi-Dry Type Micro Lubrication Type Dry Head F G Foundation General materials None L Standard Hook Large

More information

Microsoft Word - P02.doc

Microsoft Word - P02.doc 전자제품 설계를 위한 가독성 평가 Legibility evaluation for the letter sizing of an electronic product 박세진 *, 이준수 *, 강덕희 *, 이현자 ** * 한국표준과학연구원, ** ACE침대 교신저자: 박세진(sjpark@kriss.re.kr) ABSTRACT Size of suitable letter

More information

I&IRC5 TG_08권

I&IRC5 TG_08권 I N T E R E S T I N G A N D I N F O R M A T I V E R E A D I N G C L U B The Greatest Physicist of Our Time Written by Denny Sargent Michael Wyatt I&I Reading Club 103 본문 해석 설명하기 위해 근래의 어떤 과학자보다도 더 많은 노력을

More information

원고스타일 정의

원고스타일 정의 논문접수일 : 2015.01.05 심사일 : 2015.01.13 게재확정일 : 2015.01.26 유니컨셉 디자인을 활용한 보행환경 개선방안 연구 A Study on Improvement of Pedestrian Environment on to Uniconcept Design 주저자 : 김동호 디지털서울문화예술대학교 인테리어실용미술학과 교수 Kim dong-ho

More information

<C7D1B9CEC1B7BEEEB9AEC7D0363528C3D6C1BE295F31392EB9E8C8A3B3B22E687770>

<C7D1B9CEC1B7BEEEB9AEC7D0363528C3D6C1BE295F31392EB9E8C8A3B3B22E687770> 정지용의 시어 조찰한 의 의미 변화 연구 배호남 *1) 차례 Ⅰ. 머리말 Ⅱ. 종교적 순수성의 정신세계 : 勝 利 者 金 안드레아 의 경우 Ⅲ. 차가운 겨울밤의 정신세계 : 溫 井 과 長 壽 山 1 의 경우 Ⅳ. 명징한 여름 낮의 정신세계 : 白 鹿 潭 의 경우 Ⅴ. 맺음말 국문초록 본 논문은 정지용 연구의 새로운 지평으로 개별 작품에서 보다 더 미시적으로

More information

Microsoft PowerPoint - ch03ysk2012.ppt [호환 모드]

Microsoft PowerPoint - ch03ysk2012.ppt [호환 모드] 전자회로 Ch3 iode Models and Circuits 김영석 충북대학교전자정보대학 2012.3.1 Email: kimys@cbu.ac.kr k Ch3-1 Ch3 iode Models and Circuits 3.1 Ideal iode 3.2 PN Junction as a iode 3.4 Large Signal and Small-Signal Operation

More information

Á¶´öÈñ_0304_final.hwp

Á¶´öÈñ_0304_final.hwp 제조 중소기업의 고용창출 성과 및 과제 조덕희 양현봉 우리 경제에서 일자리 창출은 가장 중요한 정책과제입니다. 근래 들어 우리 사회에서 점차 심각성을 더해 가고 있는 청년 실업 문제에 대처하고, 사회적 소득 양극화 문제에 대응하기 위해서도 일자리 창 출은 무엇보다도 중요한 정책과제일 것입니다. 고용창출에서는 중소기업의 역할이 대기업보다 크다는 것이 일반적

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

***86호

***86호 www.toprun.co.kr WINTER 2015 vol. 86 Slogan Driving Innovation 3Q to No.1 TRF 3Q : Man Quality / Product Quality / Process Quality Slogan 3Q Man Quality ( & / ) Product Quality ( & ) Process Quality (Speedy

More information

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

워드프로세서사용자를위한라텍 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

s tories from lotte 03 Greeting 13 Issue 1 january 2011 contents 신년사 04 Special Events 설날 선물 세트 롯데호텔서울, 월드, 제주, 울산, 부산 반가 정월 특선 ( 班 家 正 月 特 選 ) 롯데호텔서울

s tories from lotte 03 Greeting 13 Issue 1 january 2011 contents 신년사 04 Special Events 설날 선물 세트 롯데호텔서울, 월드, 제주, 울산, 부산 반가 정월 특선 ( 班 家 正 月 特 選 ) 롯데호텔서울 story from lotte Lotte Special Events > s e o u l A january2011 s tories from lotte 03 Greeting 13 Issue 1 january 2011 contents 신년사 04 Special Events 설날 선물 세트 롯데호텔서울, 월드, 제주, 울산, 부산 반가 정월 특선 ( 班 家 正 月

More information

4ÃÖÁØ¿µ103-128

4ÃÖÁØ¿µ103-128 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 ABSTRACT A Study on the Recruitment Process of the Parliamentary Councils Jun Young Choi Inha University

More information

Microsoft Word - Westpac Korean Handouts.doc

Microsoft Word - Westpac Korean Handouts.doc 1 1 2 Westpac Honolulu Oct. 12, 2007 Korean Legal Research 2 3 Korea is Wired! Traditional Nongak or Farmers Dance 3 4 Wired! World Champion b-boys (Breakdancers) 4 5 The most Wired nation in the world

More information

<C0CCBCBCBFB52DC1A4B4EBBFF82DBCAEBBE7B3EDB9AE2D313939392D382E687770>

<C0CCBCBCBFB52DC1A4B4EBBFF82DBCAEBBE7B3EDB9AE2D313939392D382E687770> i ii iii iv v vi 1 2 3 4 가상대학 시스템의 국내외 현황 조사 가상대학 플랫폼 개발 이상적인 가상대학시스템의 미래상 제안 5 웹-기반 가상대학 시스템 전통적인 교수 방법 시간/공간 제약을 극복한 학습동기 부여 교수의 일방적인 내용전달 교수와 학생간의 상호작용 동료 학생들 간의 상호작용 가상대학 운영 공지사항,강의록 자료실, 메모 질의응답,

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

08/09-10;È£ä263»Áö

08/09-10;È£ä263»Áö Contents 2008 9 10 04 08 11 18 20 24 28 Join Together Society 2008 SEP + OCT 04 05 Join Together Society 2008 SEP + OCT 06 07 Join Together Society 2008 SEP + OCT 08 09 Join Together Society 2008 SEP +

More information

2009..1............

2009..1............ 2009.1 CONTENTS January 2009 Fly Incheon 2009.1 Incheon Life Incheoner 새해인사 (요약) 인천 브랜드 세계에 알리겠습니다 지역경제 살리기에 힘쓰는 의회되겠습니다 친애하는 275만 인천시민 여러분! 존경하는 275만 시민 여러분! 밝고 희망찬 2009년 기축년(己丑年) 새해가 밝았습니다. 새해에는 시민 여러분의

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

삼교-1-4.hwp 5 19대 총선 후보 공천의 과정과 결과, 그리고 쟁점: 새누리당과 민주통합당을 중심으로* 윤종빈 명지대학교 논문요약 이 글은 19대 총선의 공천의 제도, 과정, 그리고 결과를 분석한다. 이론적 검증보다는 공천 과정의 설명과 쟁점의 발굴에 중점을 둔다. 4 11 총선에서 새누리당과 민주통합당의 공천은 기대와 달랐고 그 특징은 다음과 같이 요약될 수 있다. 첫째,

More information

16회말하기

16회말하기 세종대왕 탄신 616주년 기념 The 16 th World Korean Language Speech Contest for Foreigners 야덥 부펜들 (인도, 제15회 세계 외국인 한국어 말하기 대회 대상 수상) 일시 장소 2013년 5월 15일(수) 14:00~16:30, 경희대학교 크라운관 후원 주최 College of Business Administration

More information