개 요 7/8 설치 및 소개 LaTex의 역사 및 TeX 개념 소개 텍스트 조판-1 기초 텍스트 조판 7/9 텍스트 조판-2 고급 텍스트 조판 수식 조판-1 LaTeX의 가장 강력한 기능인 수식 조판 7/10 수식 조판2 행렬, 적분, 미분 등의 복잡한 수식 조판 7/

Size: px
Start display at page:

Download "개 요 7/8 설치 및 소개 LaTex의 역사 및 TeX 개념 소개 텍스트 조판-1 기초 텍스트 조판 7/9 텍스트 조판-2 고급 텍스트 조판 수식 조판-1 LaTeX의 가장 강력한 기능인 수식 조판 7/10 수식 조판2 행렬, 적분, 미분 등의 복잡한 수식 조판 7/"

Transcription

1 LaTex 박 청 운 (Park, Chung-Woon)

2 개 요 7/8 설치 및 소개 LaTex의 역사 및 TeX 개념 소개 텍스트 조판-1 기초 텍스트 조판 7/9 텍스트 조판-2 고급 텍스트 조판 수식 조판-1 LaTeX의 가장 강력한 기능인 수식 조판 7/10 수식 조판2 행렬, 적분, 미분 등의 복잡한 수식 조판 7/11 그림과 표 조판 EPS 기반의 그림 및 그래프의 삽입 7/12 석박사 졸업 논문 및 IEEE 학회 및 저널 기반 실습 2

3 개 요 Tobias Oetiker가 지은 The Not So Short Introduction to LaTeX 2e 4.16의 한글 번 역본을 기반 LaTex에 대한 기초적인 지식 습득 목표 초보자의 눈높이에서 초보자가 가르치는 강좌 Template을 이용하여 학위 논문 및 저널 학회 논문 작성 3

4 설치 및 소개 설치 운영 체제: Windows 프로그램 MiKTeX 2.9 A typesetting system for the Windows OS Ghostscript 9.04 An interpreter for the PostScript language and for PDF GSview 5.0 Dvi viewer WinEdt Acrobot Reader X 4

5 Ghostscript Postscript and PDF interpreter/renderer 5

6 GSview GSview is a graphical interface for Ghostscript under MS-Windows 6

7 MiKTeX MiKTeX (pronounced mick-tech) is an up-to-date implementation of TeX/LaTeX and related programs for Windows 7

8 WinEdt Not WinEdit WinEdt is a text editor for Windows with a predisposition towards the creation of LaTeX documents 8

9 LaTex 설치 및 역사 박 청 운 (Park, Chung-Woon) rev. 최창희

10 역사 TeX 1982년에 발표 도널드 크누쓰(Donald E. Knuth) 텍스트와 수학식을 조판하기 위해 만듬 버전은 원주율 값의 십진 전개 값 현재 버전은 발음 : tech LaTeX TeX의 매크로 패키지 미리 정의된 레이아웃 이용 가능 레슬리 램포트(Leslie Lamport) 현재 버전은 LaTeX 2ε

11 출판의 분업 저자, 디자이너, 조판사 디자이너 : LaTeX 학회측에서 대부분 디자인 파일 제공 조판 : TeX 저자는 원고를 쓰면서 조판도 함께 진행 WYSIWYG(What you see is what you get) 저자, 디자이너, 조판 아래아 한글, MS Word 등

12 장단점 장점 전문가 수준으로 디자인된 레이아웃 사용 가능 수학식의 조판이 쉬움 각주, 상호참조, 목차, 참고 문헌 등의 복잡한 구조도 쉽 게 만드는 것이 가능 추가 패키지가 다양 (장점이자 단점) 구조화 된 문서 단점 익히는데 시간이 걸림 레이아웃 디자인은 어렵고 시간이 많이 걸림 햄스터에게는 아무리 노력해도 논리적 마크업 개념을 이해시킬 수 없음

13 (Document) markup language a set of codes that give instructions regarding the structure of a text or how it is to be displayed. - Wikipedia HTML document Displayed HTML document 12

14 WYSIWYG What You See Is What You Get A system in which content displayed during editing appears very similar to the final output Wikipedia Displayed document 13

15 LaTeX Main goals Allow to produce high-quality books using a reasonable amount of effort - Wikipedia the separation of layout from content Provide a system that would give the exact same results on all computer - Wikipedia 15

16 The LaTeX production chain DeVice Independent Portable Document Format 16

17 Relationships LaTeX 17

18 Using a LaTeX editor Example LaTeX document PDF file compile You will learn what you need to enter 18

19 LATEX기본 구조 문서의 종류 지정 \documentclass{article} \begin{document} 내가 제일 잘나가 가긴 어딜 가 \end{document} 문서의 시작 지점 문서의 끝 지점

20 LATEX기본 구조 실습 출력 값

21 LATEX 입력 파일 공백 공백문자, 탭등을 latex에서 space로 처리 여러 개의 공백 문자는 하나로 처리 한번 줄바꿈시에 공백문자로 처리 정말 줄을 바꾸려면, 두 번 줄 바꿈. 이 경우 문단 처리됨 두 번이상 줄을 바꿔도 두번 줄 바꿈과 동일 문단 처리가 싫다면 [\\] 입력

22 LATEX 입력 파일 실습 출력값

23 LATEX 입력 파일 특수 문자 다음 문자들은 타이핑해도 출력되지 않은 LaTeX에서 약 속된 기호들이다. # $ % ^ & _ { } ~ \ 이러한 문자를 사용하려면 백슬러시(\)를 앞에 더해주 어야 한다. \# \$ \% \^{} \& \_ \{ \} \~{} {} 를 붙인 것은 강세 기호와 구분하기 위함 \를 출력하고 싶다면, \textbackslash

24 LATEX 입력 파일 실습 출력값

25 LATEX 입력 파일 LaTeX 명령 LaTeX 명령은 대소문자를 구별하며, 다음과 같은 두 가 지 형태 가운데 하나를 취한다. 백슬래시 \ 로 시작하여 문자(letter)만으로 이루어진 이름을 갖는다. 명령 이름은 공백이나 숫자 또는 문자 아닌 것 이 오 면 끝난다. 백슬래시 다음에 딱 한 개의 기타 문자(non-letter)가 온다. 명령 다음에 공백 문자를 무시한다 반드시 넣고 싶다면 명령 뒤에 {}와 빈칸 삽입

26 LATEX 입력 파일 LaTeX 명령 명령에 인자가 필요한 경우, 명령어 다음의 중괄호 안에 넣는다. 옵션 인자가 필요한 경우 명령 바로 다음에 대괄호 안에 넣는다.

27 LATEX 입력 파일 한 줄 주석 %를 만나면 뒷부분을 전부 무시한다. 이때 줄바꿈도 무 시하게 된다. 여러 줄 주석 \begin{comment}, \end{comment} 명령 \usepackage{verbatim} 을 전처리 부에 추가

28 LATEX 입력의 구조 입력 파일의 구조

29 LATEX 입력의 구조

30 명령행 작업 1. LaTeX 입력파일을 만들어서.tex파일로 저장 2. > latex foo.tex 3. > dvips Pcmz foo.dvi o foo.ps 가끔씩 ps 파일도 함께 제출하라는 곳도 존재 4. > dvipdf foo.dvi

31 레이아웃 첫 번째로 제공하는 정보인 문서의 유형 \documentclass[options]{class}

32

33 레이아웃 예제 \documentclass[11pt,twoside,a4paper]{article}

34 패키지 기본적인 LaTeX만으로 해결 할 수 없는 문제가 많 음 해당 패키지를 설치하면 된다. \usepackage[options]{package} 웬만한 패키지는 전부 설치되어 있음

35 LATEX 관련 파일

36 Document Classes - Examples \documentclass{article} \documentclass[twocolumn]{article} \documentclass{book} \documentclass[landscape]{slides} 19

37 Packages \usepackage[options]{package} Basic LaTeX cannot solve a complex problem Package helps to include figures, colored text, source code. Examples Figure : \usepakage{graphicx} Math : \usepackage{amamath} Colored text : \usepackage{color} Source code : \usepackage{verbatim} 20

38 Page Style \pagestyle{style} \thispagestyle{style} LaTeX supports three pre-defined header/footer plain: prints the page numbers on the bottom of the page, in the middle of the footer. headings: prints the current chapter heading and the page number in the header on each page. empty: sets both the header and the footer to be empty. 21

39 Comments (2/2) For longer comments you could use the comment environment provided by the verbatim package. 22

40 텍스트와 언어의 구조 1. 텍스트와 언어의 구조 2. 줄바꿈과 쪽나눔 3. 미리 정의된 문자열 4. 특수 문자와 기호 5. 다국어 지원 6. 띄어쓰기 간격 7. 제목과 장, 절 8. 상호 참조 9. 각주 10. 강조 11. 환경 12. 떠다니는 개체

41 텍스트와 언어의 구조 문서 조판의 가장 중요한 텍스트 단위는 단락 새로운 생각이 시작되는 곳에서는 새로운 단락이 시작 되어야 한다. 새로운 생각 단락으로 나눈다. 줄만 바꾸고 싶다 줄바꿈을 한다.

42 텍스트와 언어의 구조 단락 보다 작은 단위는 문장. 문장을 끝을 나타내는 마침표인가? 약어를 표시하는 마침표인가? 문장의 끝을 나타내는 마침표가 약어의 마침표보다 공 백의 크기가 크다. 이는 LaTeX에서 알아서 판단하여 설 정해 준다. 장(chapter), 절(section), 소절(subsection)

43 줄바꿈과 쪽나눔 단락 정렬 LaTeX는 단락 전체의 내용을 최적화하여 낱말 사이에 줄바꿈과 공백을 삽입 낱말을 분철하여 자동으로 하이픈 삽입 강제로 줄바꿈 기능 \\ 또는 \newline 강제로 줄바꿈 & 쪽나눔 안됨 \\*

44 줄바꿈과 쪽나눔 분철 LaTeX에 분철되는 낱말이 있는데, 모든 낱말을 수용하지 는 못함 사용자가 분철하는 낱말 추가 가능 (전처리) \hyphenation{fortran Hy-phen-a-tion} FORTRAN은 분철 불가능 Hyphenation은 가 있는 곳에 분철 가능 전처리하고 싶지 않을때는 \-명령 삽입

45 줄바꿈과 쪽나눔 분철 여러 낱말들을 줄바꿈 없이 같은 줄에 두고 싶을 때 \mbox{text} \fbox{text}

46 미리 정의 된 문자열 특별한 문자열을 미리 명령어로 만들어 놓았다.

47 특수 문자와 기호 따옴표 여는 따옴표와 닫는 따옴표의 구분이 있다 여는 따옴표 : 키보드 숫자 1 왼쪽에 위치 닫는 따옴표 : 엔터 왼쪽에 위치 대쉬와 하이픈 LaTeX에서는 네 종류의 대시가 존재한다. 하이픈(-), 엔대시(--), 엠대시(---), 빼기(--)

48 특수 문자와 기호 틸데 웹주소에서 주로 사용된다. 두 가지 종류가 있다. 인터넷 주소를 사용할 때 유용한 패키지 url, hyperref(pdf파일에 hyper링크가 만들어진다) 타입라이터 글꼴, 적절한 행나눔

49 특수 문자와 기호 도 기호(º) 화학과에서 자주 사용되는 도 기호 \circ 명령 사용 textcomp 패키지를 이용하여 \textcelsius 명령으로 도 를 간단히 나타낼 수 있다

50 특수 문자와 기호 유로 통화 기호( ) Textcomp 패키지 사용 \texteuro 줄임표 ( ) 세 개의 마침표는 자간이 맞지 않음 \ldots

51 특수 문자와 기호 합자(ligature) 특정 문자의 조합을 하나의 기호로 출력하는 것을 합자 라고 하며, 자동으로 합자가 됨 합자가 보기 싫은 경우, \mbox{}를 삽입

52 특수 문자와 기호 강세 부호와 특수 문자 외국인 이름 표기할 때 주로 이용

53 다국어 지원 \usepackage[language]{babel} 인코딩 충돌시에는 다음과 같이 ucs 패키지를 사용한다 \usepackage{ucs} \usepackage[utf8]{inputenc} 한국어 지원 HLaTeX : 은광희님이 제작하신 패키지로 EUC-KR로 인코딩된 다. 가장 많은 사용자가 사용하고 있으며 거의 표준 수준이다. 은광희님이 직접 제작한 UHC글꼴을 기본 글꼴로 사용한다. Dhucs : 김도현, 김강수님이 최근에 개발한 패키지. UTF-8 유 니코드로 인코딩 된다. 포루투갈, 프랑스, 독일, 불가리아, 러시아, 우쿠라이나등 지원

54 다국어 지원

55 띄어 쓰기 간격 글의 오른쪽 끝을 끝선에 맞추기 위하여 LaTeX에서 자동 으로 단어 사이의 간격 조정 대문자 뒤에 마침표가 오면 문장 끝으로 여기지 않는다. 마침표 앞에 있으면 문장의 끝으로 처리한다. 폭이 고정된 공백을 원한다면 ~명령을 사용한다. 보통 ~\cite{}, ~\ref{} ~\figure{}등 인용 문구 앞에 오는 것 이 보통이다. 마침표 다음에 오는 여분의 공백이 필요 없다면 \frehchspacing을 사용한다.

56 제목과 장, 절 Article클래스에서 사용할 수 있는 명령은 다음과 같다. 번호 매김에 영향을 주지 않으면서 문서를 나누면 다음과 같다. Report와 book 클래스에서는 다음과 같이 장을 쓸 수 있다.

57 제목과 장, 절 Appendix 인자가 없고, 장의 번호 매김을 숫자에서 문자로 바뀐다. 차례 \tableofcontents 이를 위해서는 두 번의 컴파일 필요 번호 매기지 않고 차례에 나오지 않기 *을 이용 예) \section*{help} 차례에 다른 짧은 제목 표시하려면 선택 인자에 짧은 제 목을 표기한다. \chapter[title for the table of contents]{a long and especially boring title, shown in the text}

58 제목과 장, 절 표제 만들기 표제에 필요한 내용을 미리 지정해 놓는다. 표제는 다음과 같이 만든다.

59 상호 참조 상호참조를 하기 위해서는 우선 해당 객체에 label 을 지정해야 한다. \label{marker} 그 후 내용에서 다음과 같이 상호 참조 할 수 있다. \ref{marker} \pageof{marker} 2번 컴파일 해야 한다.

60 각주 각주는 현재 쪽의 하단에 인쇄된다. 사용법은 아래와 같다.

61 강조 밑줄 이탤릭체 강조

62 환경 Itemize, Enumerate, Description 환경 Itemize는 단순 나열, enumerate 는 번호 붙은 나열, description은 사전과 같은 형태의 설명 나열

63 환경 Flushleft, Flushright, Center 환경 단락 왼쪽, 오른쪽, 가운데 정렬

64 환경 Quote, Quotation, Verse 환경 인용문이나, 중요한 구절, 예문을 표시할 때 이용한다. Quote : 단락 들여쓰기 하지 않음 Quotation : 단락 들여 쓰기 함 Verse : 줄 바꿈이 중요한 시를 표현할 때

65 환경

66 환경 Abstract 환경 요약문을 쓸 때 사용 보통 article 에 많이 사용 실제 논문에 많이 사용

67 환경 Verbatim 환경 LaTeX 명령을 무시하고 그대로 출력해준다. 줄바꿈과 공백 또한 입력한 대로 출력한다.

68 환경 Tabular 환경 표를 만들어 준다. Table spec : 표의 모양 l : 왼쪽 정렬 r : 오른쪽 정렬 c : 가운데 정렬 : 세로줄 Pos : 수직 위치 t : 위 b : 아래 c : 가운데

69 환경 Tabular 환경 & : 열 구분자 \\ : 행 구분자 \hline : 가로줄 삽입 \cline{j-i} : 부분적인 가로줄 삽입

70 환경 Tabular 환경 p{width} : 자동 줄바꿈이 되는 특별한 열 지정 가능. 원 래는 줄바꿈이 되지 않고 표가 늘어난다.

71 환경 Tabular } : 열 구분자 지정. 구분자를 지정하지 않으면 여백 을 삭제할 수 있다.

72 환경 Tabular 환경 \multicolumn{cols}{pos}{text} : column 방향 셀 합치기 퀴즈

73 떠다니는 개체 페이지가 나뉠 때 같이 나눌 수 없다.

74 떠다니는 개체 표와 그림의 경우 떠다니는 개체로 취급 위치는 LaTeX가 적절히 정함 Figure, table로 둘러싸인 내용은 떠다니는 개체로 취급 모든 떠다니는 개체는 사용자가 지정한 위치 지정 자에 따라 배치 대기열에서 배치되는 것을 기다리고, 만약 하나가 어떠한 이유로 막히면, 그 다음은 나타나지 못한다.

75 떠다니는 개체 [h]는 사용해서는 안 된다. 기본값 : [tbp]

76 떠다니는 개체 캡션 정의 일련 번호, 그림 혹은 표 등의 문자열은 LaTeX가 붙여 줌 그림 차례, 표 차례 강제 개체 출력

77 질문과 답변

78 Typesetting Text (1/2) Produce real world material. Sentence Paragraph Section, Chapter, Subsection \section{ } \subsection{ } \subsubsection{ } \paragraph{ } \subparagraph{ } 23

79 Typesetting Text (2/2) 24

80 Paragraph Not paragraph break Paragraph break 25

81 Font 26

82 Line and Page break Line break without starting a new paragraph Line break without a page break New page Horizontal space and Vertical space 27

83 Special Characters (1/2) Quotation marks Dashes and Hyphens 28

84 Special Characters (2/2) Tilde Degree symbol Ellipsis 29

85 Title, author Define title, author, and date 30

86 Cross Reference References to figures, tables, special segments 31

87 Footnote 32

88 Emphasized Word Underline a text Italic font 33

89 Experiment Install programs Download LaTeX templates Make a document Title : Curriculum Vitae - LaTeX Name : your name your 34

90 LaTex II 박 청 운 (Park, Chung-Woon)

91 Environment Environments can be nested within each other Itemize, Enumerate, and Description Itemize: suitable for simple lists Enumerate: suitable for enumerated lists Description: suitable for description 36

92 Ex 1. Environment 37

93 Flush... Flushleft, Flushright, and Center Flushleft and flushright generate paragraphs that are either left-or right-aligned. center environment generates centered text. 38

94 Ex 2. Environment 39

95 Tabular Tabular Tabular environment can be used to typeset beautiful tables with optional horizontal and vertical lines. LATEX determines the width of the columns automatically. [pos]: Use either of the letters t, b and c to specify table alignment at the top, bottom or center. {table spec}: Use an l for a column of left-aligned text, r for right-aligned text, and c for centered text, and for a vertical line. & jumps to the next column, starts a new line, inserts a horizontal line and add partial lines, where j and i are column number. 40

96 Ex 3. Environment 2cm 41

97 Ex 4. Environment 42

98 Ex 5. Environment 43

99 Floating Bodies Table and Figure 44

100 안내 개괄 수학 모드에서 묶기 수식 구성하기 수식의 간격 세로 줄맞춤이 필요한 요소들 허깨비들 수학 글꼴 크기 정리, 법칙 수학 볼드 기호 수학 기호 일람

101 개괄 행 중 수식삽입 $ $, \( \), \begin{math} \end{math]

102 개괄 별도 단락으로 수식 삽입 \[ \], \begin{displaymath} \end{displaymath}

103 개괄 행 중 수식과 별도 단락으로 수식의 차이점

104 개괄 수식 번호를 가지는 수식 삽입 \begin{equation} \end{equation}

105 개괄 집합 기호 블랙보드 볼드, \mathbb

106 수학모드에서 묶기 대부분 수학 모드 명령은 다음 한 글자에 대해 유효 { } : 여러 글자에 영향을 끼침

107 수식 구성하기 그리스 문자 소문자 : \alpha, \beta, 대문자 : \Alpha, \Beta, 첨자 : ^(위첨자), _(아래첨자) 제곱근 : \sqrt, \surd(근호만)

108 수식 구성하기 수평선 : \overline, \underline 수평 중괄호 : \overbrace, \underbrace 프라임 부호

109 수식 구성하기 벡터 : \vec, \overrightarrow, \overleftarrow 곱셈 연산 : \cdot

110 수식 구성하기 함수명 : 곧게 선 글꼴(이텔릭체가 아님)

111 수식 구성하기 모듈로 함수 분수 : \frac{ }{ } 이항 계수 : \binom{ }{ }

112 수식 구성하기 기호 위아래로 배치하기 : \stackrel{ }{ } 적분 : \int, 합 : \sum

113 수식 구성하기 위치 조절이 가능한 첨자형 지수 \substack, \subarray 괄호와 짝맞춤 문자 : \{ \}, \left \right,

114 수식 구성하기 짝 맞춤 기호의 크기 조절 : \big, \Big, \bigg, \Bigg 줄임 표기(점 3개) \ldots : 아래 부분, \cdots : 중간 부분 \vdots : 세로 방향, \ddots : 대각선 부분

115 수식의 간격 수식 내 간격 \, : 3/18 quad, \: : 4/18 quad, \; : 5/18, \! : -값 중적분 기호 사이 간격 미세조정

116 세로 줄 맞춤이 필요한 요소들 행렬 조판 : \begin{array}, \end{array} 큰 묶음표 수식 조판

117 세로 줄 맞춤이 필요한 요소들 Tabular 환경과 유사하게 선 긋기 가능 여러 줄에 걸친 수식, * 추가시 번호가 붙지 않음

118 세로 줄 맞춤이 필요한 요소들 긴 수식 나누기

119 세로 줄 맞춤이 필요한 요소들 Amsmath 패키지에서 다른 대안 제공 Align, falign, gather, multiline, split

120 허깨비들 보이지 않는 허깨비 삽입, 마치 글자색이 흰색인 글 자를 삽입하는 것과 같음 \phantom

121 수학 글꼴 크기 \textrm 은 수식에서의 크기 전환 메커니즘이 적용 되지 않으므로 \mathrm 을 사용. 하지만 amsmath 패키지가 있다면 \textrm도 크기 전환이 가능 대부분 LaTeX가 알아서 결정하지만, 사용자가 강제 로 지정하고 싶으면 아래와 같이 설정

122 수학 글꼴 크기

123 정리, 법칙 Lemma, Definition, Axiom 전처리 부 Name : 식별 키워드 Counter : 이전 정의의 식별 키워드를 받아 카운트 Text : 출력될 키워드 Section : 연동될 장

124 정리, 법칙 절 번호와 연동됨. Chapter나 sub-section으로 교체 가능

125 수학 볼드 기호 \boldmath : 수학모드 밖에서 사용 가능 \boldsymbol : amsmath패키지에 들어있음 \pmb : 가짜 볼드

126 수학 기호 일람

127 수학 기호 일람

128 수학 기호 일람

129 수학 기호 일람

130 수학 기호 일람

131 수학 기호 일람

132 Typesetting mathematical formulae LaTeX has a special mode for typesetting mathematics. Mathematical text within a paragraph is entered \( \) $ $ 47

133 Ex 1. Math 48

134 Typesetting mathematical formulae When you want your larger mathematical equations or formulae, you can either enclose them in without equation number 49

135 Ex 2. Math 50

136 Ex 3. Math 51

137 Typesetting mathematical formulae Most spaces and line breaks do not have any significance, as all spaces are either derived logically from the mathematical expressions, or have to be specified with special commands such as Empty lines are not allowed. If you want to typeset normal text within a formula, you have to enter the text using the commands. 52

138 Ex 4. Math Grouping in Math Mode 53

139 Mathematical Formula Lowercase Greek letters Exponents and Subscripts Square root 54

140 Mathematical Formula Horizontal lines Horizontal braces Prime 55

141 Mathematical Formula Vectors Multiplication operation 56

142 Mathematical Formula Important function names Ex. lim 57

143 Mathematical Formula Modulo function Fraction 58

144 Mathematical Formula Binomial coefficients integral operator, sum operator, product operator 59

145 Mathematical Formula Braces Mathematical delimiter 60

146 Mathematical Formula Dots Math Spacing 61

147 Mathematical Formula Arrays: similar to Tabular environment 62

148 Mathematical Formula One big delimiter by using a. 63

149 Mathematical Formula Draw lines in array For formulae running over several lines 64

150 Mathematical Formula Long equation Theorem, Laws 65

151 Ex 5. Math 66

152 MathType 74

153 EPS VS PDF EPS(Encapsulated PostScript)는 포스트스크립트언 어에서 사용되는 그래픽 파일 포맷이다. 바이너리 와 ASCII방식으로 저장될 수 있으며, 미리보기 이미 지를 포함할 수 있다. 손실률이 낮고, 용량이 적어 서, 전자출판에서 널리 사용되는 그래픽 파일 형식 이기도 하다. 확장자 :.eps 뷰어 : gsview 편집툴 : adobe illustrator, ghost script

154 EPS VS PDF PDF(Portable Document Format, 이동 가능한 문서 형식)는 Adobe 시스템즈에서 개발한 전자 문서 형 식으로, 일반 문서 및 문자, 도형, 그림, 글꼴을 포함 할 수 있다. 확장자 : pdf 뷰어 : adobe acrobat reader등 편집툴 : ms word, visio, 아래아 한글등 과거에 논문 제출시 eps를 사용하였으나, 최근 pdf 로 바뀌는 추세 아직도 몇몇 SCI Journal 은 eps를 요구

155 EPS 그림 포함하기 전 처리부에서 graphics 패키지 사용 선언 다음의 명령으로 file을 사용자 문서에 넣음 Key : 옵션 이름, value : 값

156 EPS 그림 포함하기 \begin{figure} \centering \includegraphics[angle=90, width=0.5\textwidth]{test} \caption{a caption, explaining that this is a test.} \end{figure}

157 PDF 그림 포함하기 전처리 부에서 graphics 패키지 대신에 graphicx 패 키지 사용

158 Figure Figure Use a picture with.eps format Encapsulated PostScript(EPS) Postscript is a page description language Image converting tools Photoshop, imagemagick, jpeg2ps, bmp2eps, gif2eps, ps2eps 45

159 Ex 6. Environment 46

160 Bibliography 75

161 THEBIBLIOGRAPHY 환경 Thebibliography 환경이용 참고 문헌 항목 정의 인용하기

162 BIBTEX 참조 문헌 데이터 베이스 학술지나 학회에 따라 참조 문헌 양식이 다름.bib.bst.pdf 참조 문헌 데이터 베이스 (사용자) 참조 문헌 스타일 파일 (학술지나 학회, 출판사) 출판

163 BIBTEX 스타일 파일 지정(.bst) \bibliographystyle{model1-num-names} 데이터 베이스 지정(.bib) \bibliography{elsarticle-template-1-num}

164 BIBTEX.bib 입력 author={farid, H.}, journal={signal Processing Magazine, IEEE}, title={image forgery detection}, year={2009}, month={march }, volume={26}, number={2}, pages={16-25}, keywords={courtroom;digital forensics; inbox;fashion industry;image coding;image forgery detection;image restoration;photo hoax;political campaign;scientific journal;tabloid magazine;watermarking;image coding;image restoration;security of data;watermarking;}, doi={ /msp }, ISSN={ },}

165 BIBTEX 학술지나 학회에서 정보 제공 Step 1 : google에서 논문 검색 Step 2 : 출판사 홈페이지로 들어감

166 BIBTEX 학술지나 학회에서 정보 제공 Step 3 : Download citation 클릭 Step 4 : bibtex 선택 후 다운로드 클릭 Step 5 : Copy & paste 하여.bib 파일에 복사

167 참조 문헌 관리 프로그램 EndNote JabRef Mendeley

168 To write a paper Visit the journal/conference s web site Navigate to the author guide-line page Download LaTeX templates Make a paper by editing the templates Example IEEE transaction on knowledge and data engineering IEEEtran.cls IEEEtran_HOWTO.pdf README Appendix F.pdf bare_jrnl_compsoc.tex (edit this file) 76

169 Keep it in your head Before writing your own manuscript Read carefully Instruction for Authors Download.cls or.sty provided by Journal or Conf. Open an example.tex file to proceed your work. During writing Replace the example with your words and sentences. Use an appropriate instruction while inserting Equations, Figures, Tables, Theorems, and so on. After writing Check a wrong word, a wrong grammar, etc. 77

수식모드수식의표현법 수학식표현 조남운 조남운 수학식표현

수식모드수식의표현법 수학식표현 조남운 조남운 수학식표현 조남운 mailto:namun.cho@gmail.com 2008.2.20 AMS-TEX 미국수학회 (American Mathematical Society) 에서만든수학패키지 대부분의수학표현은 AMS-TEX 을이용하고있음. 자세한내용은 AMS-TEX 매뉴얼을참조할것. http://www.ams.org/tex/amstex.html AMS-TEX 패키지선언 \usepackage{amssymb,

More information

Microsoft PowerPoint - chap02-C프로그램시작하기.pptx

Microsoft PowerPoint - chap02-C프로그램시작하기.pptx #include int main(void) { int num; printf( Please enter an integer "); scanf("%d", &num); if ( num < 0 ) printf("is negative.\n"); printf("num = %d\n", num); return 0; } 1 학습목표 을 작성하면서 C 프로그램의

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 How to produce ChemML and MathML 조윤상 ( 과편협기획운영위원 ) 1 Applications of XML Applications of XML RDF (Resource Description Framework) : 자원의정보를표현하기위한규격, 구문및구조에대한공통적인규칙을지원. RSS (Rich Site Summary) : 뉴스나블로그사이트에서주로사용하는콘텐츠표현방식.

More information

1997 4 23 2000 9 5 2003 9 10 2008 2 20 2008 12 10 2011 7 1 2012 8 17 2014 9 19 2015 3 31 2015 6 30 2016 9 30 2017 6 30 2019 3 31 326 327 328 < >

More information

C 프로그래밍 언어 입문 C 프로그래밍 언어 입문 김명호저 숭실대학교 출판국 머리말..... C, C++, Java, Fortran, Python, Ruby,.. C. C 1972. 40 C.. C. 1999 C99. C99. C. C. C., kmh ssu.ac.kr.. ,. 2013 12 Contents 1장 프로그래밍 시작 1.1 C 10 1.2 12

More information

DE1-SoC Board

DE1-SoC Board 실습 1 개발환경 DE1-SoC Board Design Tools - Installation Download & Install Quartus Prime Lite Edition http://www.altera.com/ Quartus Prime (includes Nios II EDS) Nios II Embedded Design Suite (EDS) is automatically

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

What is ScienceDirect? ScienceDirect는 세계 최대의 온라인 저널 원문 데이터베이스로 엘스비어에서 발행하는 약,00여 종의 Peer-reviewed 저널과,000여권 이상의 도서를 수록하고 있습니다. Peer review Subject 수록된

What is ScienceDirect? ScienceDirect는 세계 최대의 온라인 저널 원문 데이터베이스로 엘스비어에서 발행하는 약,00여 종의 Peer-reviewed 저널과,000여권 이상의 도서를 수록하고 있습니다. Peer review Subject 수록된 Empowering Knowledge Quick Reference Guide www.sciencedirect.com Elsevier Korea 0-8 서울시 용산구 녹사평대로 0 (이태원동) 천우빌딩 층 Tel. 0) 7-0 l Fax. 0) 7-889 l E-mail. sginfo.elsevier.com Homepage. http://korea.elsevier.com

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

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

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

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

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

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

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 실습 1 배효철 th1g@nate.com 1 목차 조건문 반복문 System.out 구구단 모양만들기 Up & Down 2 조건문 조건문의종류 If, switch If 문 조건식결과따라중괄호 { 블록을실행할지여부결정할때사용 조건식 true 또는 false값을산출할수있는연산식 boolean 변수 조건식이 true이면블록실행하고 false 이면블록실행하지않음 3

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

untitled

untitled 시스템소프트웨어 : 운영체제, 컴파일러, 어셈블러, 링커, 로더, 프로그래밍도구등 소프트웨어 응용소프트웨어 : 워드프로세서, 스프레드쉬트, 그래픽프로그램, 미디어재생기등 1 n ( x + x +... + ) 1 2 x n 00001111 10111111 01000101 11111000 00001111 10111111 01001101 11111000

More information

커버컨텐츠

커버컨텐츠 e Magazine Contents Gallery 33 Info Desk Illustrator Expert 2 Web Technique 12 17 Column 39 Cover Story Web Center Calendar 4 21 42 New Product A to Z 7 Motion Center Q & A 24 48 Photoshop Expert Acrobat

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

IKC43_06.hwp

IKC43_06.hwp 2), * 2004 BK21. ** 156,..,. 1) (1909) 57, (1915) 106, ( ) (1931) 213. 1983 2), 1996. 3). 4) 1),. (,,, 1983, 7 12 ). 2),. 3),, 33,, 1999, 185 224. 4), (,, 187 188 ). 157 5) ( ) 59 2 3., 1990. 6) 7),.,.

More information

<31325FB1E8B0E6BCBA2E687770>

<31325FB1E8B0E6BCBA2E687770> 88 / 한국전산유체공학회지 제15권, 제1호, pp.88-94, 2010. 3 관내 유동 해석을 위한 웹기반 자바 프로그램 개발 김 경 성, 1 박 종 천 *2 DEVELOPMENT OF WEB-BASED JAVA PROGRAM FOR NUMERICAL ANALYSIS OF PIPE FLOW K.S. Kim 1 and J.C. Park *2 In general,

More information

<C1DF3320BCF6BEF7B0E8C8B9BCAD2E687770>

<C1DF3320BCF6BEF7B0E8C8B9BCAD2E687770> 2012학년도 2학기 중등과정 3학년 국어 수업 계획서 담당교사 - 봄봄 현영미 / 시온 송명근 1. 학습 목적 말씀으로 천지를 창조하신 하나님이 당신의 형상대로 지음 받은 우리에게 언어를 주셨고, 그 말씀의 능 력이 우리의 언어생활에도 나타남을 깨닫고, 그 능력을 기억하여 표현하고 이해함으로 아름다운 언어생활 을 누릴 뿐만 아니라 언어문화 창조에 이바지함으로써

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

<32B1B3BDC32E687770>

<32B1B3BDC32E687770> 008년도 상반기 제회 한 국 어 능 력 시 험 The th Test of Proficiency in Korean 일반 한국어(S-TOPIK 중급(Intermediate A 교시 이해 ( 듣기, 읽기 수험번호(Registration No. 이 름 (Name 한국어(Korean 영 어(English 유 의 사 항 Information. 시험 시작 지시가 있을

More information

Javascript

Javascript 1. HTML 이란? HTML 은 Hyper Text Mark Up Language 의약자로예약되어있는각종태그라는명령어를이용하여웹페이지를작성할때사용하는언어입니다. 2. HTML 의기본구조 < 태그 > 내용 < 태그속성 = 변수 > 내용

More information

Microsoft PowerPoint - lect13-LaTeX사용법.ppt

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

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

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

Journal of Educational Innovation Research 2019, Vol. 29, No. 1, pp DOI: (LiD) - - * Way to

Journal of Educational Innovation Research 2019, Vol. 29, No. 1, pp DOI:   (LiD) - - * Way to Journal of Educational Innovation Research 2019, Vol. 29, No. 1, pp.353-376 DOI: http://dx.doi.org/10.21024/pnuedi.29.1.201903.353 (LiD) -- * Way to Integrate Curriculum-Lesson-Evaluation using Learning-in-Depth

More information

예제 1.1 ( 관계연산자 ) >> A=1:9, B=9-A A = B = >> tf = A>4 % 4 보다큰 A 의원소들을찾을경우 tf = >> tf = (A==B) % A

예제 1.1 ( 관계연산자 ) >> A=1:9, B=9-A A = B = >> tf = A>4 % 4 보다큰 A 의원소들을찾을경우 tf = >> tf = (A==B) % A 예제 1.1 ( 관계연산자 ) >> A=1:9, B=9-A A = 1 2 3 4 5 6 7 8 9 B = 8 7 6 5 4 3 2 1 0 >> tf = A>4 % 4 보다큰 A 의원소들을찾을경우 tf = 0 0 0 0 1 1 1 1 1 >> tf = (A==B) % A 의원소와 B 의원소가똑같은경우를찾을때 tf = 0 0 0 0 0 0 0 0 0 >> tf

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

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 How to produce table XHTML 임정희 M2community 1 Table of Contents 1. XHTML - XHTML 과 HTML 2. Table XHTML - Table의이해 - Table 링크연결 - Table 작성 2 15 th KCSE Editor s Workshop, Seoul 2015 XHTML XHTML 기존에사용되던 HTML

More information

본문01

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

More information

Chapter 1

Chapter 1 3 Oracle 설치 Objectives Download Oracle 11g Release 2 Install Oracle 11g Release 2 Download Oracle SQL Developer 4.0.3 Install Oracle SQL Developer 4.0.3 Create a database connection 2 Download Oracle 11g

More information

EndNote X2 초급 분당차병원도서실사서최근영 ( )

EndNote X2 초급 분당차병원도서실사서최근영 ( ) EndNote X2 초급 2008. 9. 25. 사서최근영 (031-780-5040) EndNote Thomson ISI Research Soft의 bibliographic management Software 2008년 9월현재 X2 Version 사용 참고문헌 (Reference), Image, Fulltext File 등 DB 구축 참고문헌 (Reference),

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

사용시 기본적인 주의사항 경고 : 전기 기구를 사용할 때는 다음의 기본적인 주의 사항을 반드시 유의하여야 합니다..제품을 사용하기 전에 반드시 사용법을 정독하십시오. 2.물과 가까운 곳, 욕실이나 부엌 그리고 수영장 같은 곳에서 제품을 사용하지 마십시오. 3.이 제품은

사용시 기본적인 주의사항 경고 : 전기 기구를 사용할 때는 다음의 기본적인 주의 사항을 반드시 유의하여야 합니다..제품을 사용하기 전에 반드시 사용법을 정독하십시오. 2.물과 가까운 곳, 욕실이나 부엌 그리고 수영장 같은 곳에서 제품을 사용하지 마십시오. 3.이 제품은 OPERATING INSTRUCTIONS OPERATING INSTRUCTIONS 사용자설명서 TourBus 0 & TourBus 5 사용시 기본적인 주의사항 경고 : 전기 기구를 사용할 때는 다음의 기본적인 주의 사항을 반드시 유의하여야 합니다..제품을 사용하기 전에 반드시 사용법을 정독하십시오. 2.물과 가까운 곳, 욕실이나 부엌 그리고 수영장 같은 곳에서

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

Microsoft PowerPoint - chap03-변수와데이터형.pptx

Microsoft PowerPoint - chap03-변수와데이터형.pptx #include int main(void) { int num; printf( Please enter an integer: "); scanf("%d", &num); if ( num < 0 ) printf("is negative.\n"); printf("num %d\n", num); return 0; } 1 학습목표 의 개념에 대해 알아본다.

More information

FMX M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2

FMX M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2 FMX FMX 20062 () wwwexellencom sales@exellencom () 1 FMX 1 11 5M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2 FMX FMX D E (one

More information

<C6F7C6AEB6F5B1B3C0E72E687770>

<C6F7C6AEB6F5B1B3C0E72E687770> 1-1. 포트란 언어의 역사 1 1-2. 포트란 언어의 실행 단계 1 1-3. 문제해결의 순서 2 1-4. Overview of Fortran 2 1-5. Use of Columns in Fortran 3 1-6. INTEGER, REAL, and CHARACTER Data Types 4 1-7. Arithmetic Expressions 4 1-8. 포트란에서의

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

untitled

untitled Logic and Computer Design Fundamentals Chapter 4 Combinational Functions and Circuits Functions of a single variable Can be used on inputs to functional blocks to implement other than block s intended

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

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 EndNote Q & A EndNote Library 압축저장하기 : enlx 압축파일만들기 EndNote Library 글씨체변경 PDF 반입시 Reference 오류 : DOI 를활용하여 Reference 자동입력 중복된 Reference 찾기 Reference 병합하기 Group Reference 구분기호수정 논문제목영어대문자로입력하기 화학식원형으로표현하기

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

Tcl의 문법

Tcl의 문법 월, 01/28/2008-20:50 admin 은 상당히 단순하고, 커맨드의 인자를 스페이스(공백)로 단락을 짓고 나열하는 정도입니다. command arg1 arg2 arg3... 한행에 여러개의 커맨드를 나열할때는, 세미콜론( ; )으로 구분을 짓습니다. command arg1 arg2 arg3... ; command arg1 arg2 arg3... 한행이

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

Microsoft PowerPoint - 3ÀÏ°_º¯¼ö¿Í »ó¼ö.ppt

Microsoft PowerPoint - 3ÀÏ°_º¯¼ö¿Í »ó¼ö.ppt 변수와상수 1 변수란무엇인가? 변수 : 정보 (data) 를저장하는컴퓨터내의특정위치 ( 임시저장공간 ) 메모리, register 메모리주소 101 번지 102 번지 변수의크기에따라 주로 byte 단위 메모리 2 기본적인변수형및변수의크기 변수의크기 해당컴퓨터에서는항상일정 컴퓨터마다다를수있음 short

More information

<B1A4B0EDC8ABBAB8C7D0BAB8392D345F33C2F75F313032362E687770>

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

More information

Microsoft PowerPoint - AC3.pptx

Microsoft PowerPoint - AC3.pptx Chapter 3 Block Diagrams and Signal Flow Graphs Automatic Control Systems, 9th Edition Farid Golnaraghi, Simon Fraser University Benjamin C. Kuo, University of Illinois 1 Introduction In this chapter,

More information

LaTeX. [width=1em]Rlogo.jpg Sublime Text. ..

LaTeX. [width=1em]Rlogo.jpg Sublime Text. .. L A TEX 과 을결합한문서작성 Sublime Text 의활용 2015. 01. 31. 차례 1 L A TEX 과활용에유용한 Sublime text 2 LaTeXing 과 Extend 3 LaTeXing 의 Snippet 을활용한 L A TEX 편집 4 L A TEX 과을결합한문서작성 5 Reproducible Research 의응용 활용에 유용한 Sublime

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

커알못의 커널 탐방기 이 세상의 모든 커알못을 위해서

커알못의 커널 탐방기 이 세상의 모든 커알못을 위해서 커알못의 커널 탐방기 2015.12 이 세상의 모든 커알못을 위해서 개정 이력 버전/릴리스 0.1 작성일자 2015년 11월 30일 개요 최초 작성 0.2 2015년 12월 1일 보고서 구성 순서 변경 0.3 2015년 12월 3일 오탈자 수정 및 글자 교정 1.0 2015년 12월 7일 내용 추가 1.1 2015년 12월 10일 POC 코드 삽입 및 코드

More information

MySQL-.. 1

MySQL-.. 1 MySQL- 기초 1 Jinseog Kim Dongguk University jinseog.kim@gmail.com 2017-08-25 Jinseog Kim Dongguk University jinseog.kim@gmail.com MySQL-기초 1 2017-08-25 1 / 18 SQL의 기초 SQL은 아래의 용도로 구성됨 데이터정의 언어(Data definition

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 JATS to PDF 와구성요소 M2community By Younsang Cho Table of Contents 1. 발간프로세스및 JATS to PDF 작업의장단점 2. 구성요소및생성프로세스 3. 국내, 해외출판사 PDF 생성분석 4. Example XML to PDF 2 학술지 PDF 레이아웃에서갖추어야할내용과기능 학술지발간프로세스 Before After

More information

_KF_Bulletin webcopy

_KF_Bulletin webcopy 1/6 1/13 1/20 1/27 -, /,, /,, /, Pursuing Truth Responding in Worship Marked by Love Living the Gospel 20 20 Bible In A Year: Creation & God s Characters : Genesis 1:1-31 Pastor Ken Wytsma [ ] Discussion

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

컴파일러

컴파일러 YACC 응용예 Desktop Calculator 7/23 Lex 입력 수식문법을위한 lex 입력 : calc.l %{ #include calc.tab.h" %} %% [0-9]+ return(number) [ \t] \n return(0) \+ return('+') \* return('*'). { printf("'%c': illegal character\n",

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

K7VT2_QIG_v3

K7VT2_QIG_v3 1......... 2 3..\ 4 5 [R] : Enter Raid setup utility 6 Press[A]keytocreateRAID RAID Type: JBOD RAID 0 RAID 1: 2 7 " RAID 0 Auto Create Manual Create: 2 RAID 0 Block Size: 16K 32K

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

슬라이드 1

슬라이드 1 Pairwise Tool & Pairwise Test NuSRS 200511305 김성규 200511306 김성훈 200614164 김효석 200611124 유성배 200518036 곡진화 2 PICT Pairwise Tool - PICT Microsoft 의 Command-line 기반의 Free Software www.pairwise.org 에서다운로드후설치

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

Microsoft PowerPoint - Perpect C 02.ppt [호환 모드]

Microsoft PowerPoint - Perpect C 02.ppt [호환 모드] 02 C 프로그래밍기초 충남대학교이형주 1 C 프로그램구조 콘솔응용프로그램 2 프로그램실행순서 C 프로그램은여러함수의조합으로구성 함수란정해진규칙에의하여일련의작업을수행하는프로그램의단위 실행순서 main 함수는프로그램이실행되면가장먼저시작되는부분 모든함수내부에서는위에서아래로, 좌에서우로, 문장이위치한순서대로실행 3 전처리기 전처리기 (preprocessor) 미리처리하는프로그램으로,

More information

<B1E2C8B9BEC828BFCFBCBAC1F7C0FC29322E687770>

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

More information

Microsoft PowerPoint - 27.pptx

Microsoft PowerPoint - 27.pptx 이산수학 () n-항관계 (n-ary Relations) 2011년봄학기 강원대학교컴퓨터과학전공문양세 n-ary Relations (n-항관계 ) An n-ary relation R on sets A 1,,A n, written R:A 1,,A n, is a subset R A 1 A n. (A 1,,A n 에대한 n- 항관계 R 은 A 1 A n 의부분집합이다.)

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

퇴좈저널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

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

0. 들어가기 전

0. 들어가기 전 컴퓨터네트워크 14 장. 웹 (WWW) (3) - HTTP 1 이번시간의학습목표 HTTP 의요청 / 응답메시지의구조와동작원리이해 2 요청과응답 (1) HTTP (HyperText Transfer Protocol) 웹브라우저는 URL 을이용원하는자원표현 HTTP 메소드 (method) 를이용하여데이터를요청 (GET) 하거나, 회신 (POST) 요청과응답 요청

More information

서강대학원123호

서강대학원123호 123 2012년 12월 6일 발행인 이종욱 총장 편집인 겸 주간 임종섭 편집장 김아영 (우편번호 121-742) 주소 서울시 마포구 신수동1번지 엠마오관 B133호 대학원신문사 전화 705-8269 팩스 713-1919 제작 일탈기획(070-4404-8447) 웃자고 사는 세상, 정색은 언행 총량의 2%면 족하다는 신념으로 살았습니다. 그 신념 덕분인지 다행히

More information

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

More information

SchoolNet튜토리얼.PDF

SchoolNet튜토리얼.PDF Interoperability :,, Reusability: : Manageability : Accessibility :, LMS Durability : (Specifications), AICC (Aviation Industry CBT Committee) : 1988, /, LMS IMS : 1997EduCom NLII,,,,, ARIADNE (Alliance

More information

Microsoft PowerPoint - chap04-연산자.pptx

Microsoft PowerPoint - chap04-연산자.pptx int num; printf( Please enter an integer: "); scanf("%d", &num); if ( num < 0 ) printf("is negative.\n"); printf("num = %d\n", num); } 1 학습목표 수식의 개념과 연산자, 피연산자에 대해서 알아본다. C의 를 알아본다. 연산자의 우선 순위와 결합 방향에

More information

1

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

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA The e-business Studies Volume 17, Number 4, August, 30, 2016:319~332 Received: 2016/07/28, Accepted: 2016/08/28 Revised: 2016/08/27, Published: 2016/08/30 [ABSTRACT] This paper examined what determina

More information

10 강. 쉘스크립트 l 쉘스크립트 Ÿ 쉘은명령어들을연속적으로실행하는인터프리터환경을제공 Ÿ 쉘스크립트는제어문과변수선언등이가능하며프로그래밍언어와유사 Ÿ 프로그래밍언어와스크립트언어 -프로그래밍언어를사용하는경우소스코드를컴파일하여실행가능한파일로만들어야함 -일반적으로실행파일은다

10 강. 쉘스크립트 l 쉘스크립트 Ÿ 쉘은명령어들을연속적으로실행하는인터프리터환경을제공 Ÿ 쉘스크립트는제어문과변수선언등이가능하며프로그래밍언어와유사 Ÿ 프로그래밍언어와스크립트언어 -프로그래밍언어를사용하는경우소스코드를컴파일하여실행가능한파일로만들어야함 -일반적으로실행파일은다 10 강. 쉘스크립트 쉘스크립트 쉘은명령어들을연속적으로실행하는인터프리터환경을제공 쉘스크립트는제어문과변수선언등이가능하며프로그래밍언어와유사 프로그래밍언어와스크립트언어 -프로그래밍언어를사용하는경우소스코드를컴파일하여실행가능한파일로만들어야함 -일반적으로실행파일은다른운영체제로이식되지않음 -스크립트언어를사용하면컴파일과정이없고인터프리터가소스파일에서명령문을판독하여각각의명령을수행

More information

975_983 특집-한규철, 정원호

975_983 특집-한규철, 정원호 Focused Issue of This Month Gyu Cheol an, MD Department of Otolaryngology ead & Neck Surgery, Gachon University of College Medicine E - mail : han@gilhospital.com Won-o Jung, MD Department of Otolaryngology

More information

C# Programming Guide - Types

C# Programming Guide - Types C# Programming Guide - Types 최도경 lifeisforu@wemade.com 이문서는 MSDN 의 Types 를요약하고보충한것입니다. http://msdn.microsoft.com/enus/library/ms173104(v=vs.100).aspx Types, Variables, and Values C# 은 type 에민감한언어이다. 모든

More information

소프트웨어개발방법론

소프트웨어개발방법론 사용사례 (Use Case) Objectives 2 소개? (story) vs. 3 UC 와 UP 산출물과의관계 Sample UP Artifact Relationships Domain Model Business Modeling date... Sale 1 1..* Sales... LineItem... quantity Use-Case Model objects,

More information

ch3.hwp

ch3.hwp 미디어정보처리 (c) -4 한남대 정보통신멀티미디어학부 MCCLab. - -...... (linear filtering). Z k = n i = Σn m Σ j = m M ij I ji 컨볼루션 영역창 I I I I 3 I 4 I 5 I 6 I 7 I 8 x 컨볼루션 마스크 M M M M 3 M 4 M 5 M 6 M 7 M 8 I 입력 영상 Z 4 = 8 k

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

Eclipse 와 Firefox 를이용한 Javascript 개발 발표자 : 문경대 11 년 10 월 26 일수요일

Eclipse 와 Firefox 를이용한 Javascript 개발 발표자 : 문경대 11 년 10 월 26 일수요일 Eclipse 와 Firefox 를이용한 Javascript 개발 발표자 : 문경대 Introduce Me!!! Job Jeju National University Student Ubuntu Korean Jeju Community Owner E-Mail: ned3y2k@hanmail.net Blog: http://ned3y2k.wo.tc Facebook: http://www.facebook.com/gyeongdae

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

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

- 2 -

- 2 - - 1 - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - - 8 - - 9 - - 10 - - 11 - - 12 - - 13 - - 14 - - 15 - - 16 - - 17 - - 18 - - 19 - - 20 - - 21 - - 22 - - 23 - - 24 - - 25 - - 26 - - 27 - - 28 - - 29 - - 30 -

More information

HTML5가 웹 환경에 미치는 영향 고 있어 웹 플랫폼 환경과는 차이가 있다. HTML5는 기존 HTML 기반 웹 브라우저와의 호환성을 유지하면서도, 구조적인 마크업(mark-up) 및 편리한 웹 폼(web form) 기능을 제공하고, 리치웹 애플리케이 션(RIA)을

HTML5가 웹 환경에 미치는 영향 고 있어 웹 플랫폼 환경과는 차이가 있다. HTML5는 기존 HTML 기반 웹 브라우저와의 호환성을 유지하면서도, 구조적인 마크업(mark-up) 및 편리한 웹 폼(web form) 기능을 제공하고, 리치웹 애플리케이 션(RIA)을 동 향 제 23 권 5호 통권 504호 HTML5가 웹 환경에 미치는 영향 이 은 민 * 16) 1. 개 요 구글(Google)은 2010년 5월 구글 I/O 개발자 컨퍼런스에서 HTML5를 통해 플러 그인의 사용이 줄어들고 프로그램 다운로드 및 설치가 필요 없는 브라우저 기반 웹 플랫폼 환경이 점차 구현되고 있다고 강조했다. 그리고 애플(Apple)은 2010년

More information

<C0CCBCBCBFB52DC1A4B4EBBFF82DBCAEBBE7B3EDB9AE2D313939392D382E687770>

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

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

SIGIL 완벽입문

SIGIL 완벽입문 누구나 만드는 전자책 SIGIL 을 이용해 전자책을 만들기 EPUB 전자책이 가지는 단점 EPUB이라는 포맷과 제일 많이 비교되는 포맷은 PDF라는 포맷 입니다. EPUB이 나오기 전까지 전 세계에서 가장 많이 사용되던 전자책 포맷이고, 아직도 많이 사 용되기 때문이기도 한며, 또한 PDF는 종이책 출력을 위해서도 사용되기 때문에 종이책 VS

More information

ÅëÁõ¼Ò½ÄÁö50È£

ÅëÁõ¼Ò½ÄÁö50È£ Volume 13, Number 1( 50 ) 2 2009 3 31 Volume 13, Number 1( 50 ) 3 2009 3 31 Room A Complex Regional Pain Syndrome (CRPS) (English Session) Room B Basic Research on Pain (English Session) Volume 13, Number

More information

Journal of Educational Innovation Research 2018, Vol. 28, No. 3, pp DOI: NCS : * A Study on

Journal of Educational Innovation Research 2018, Vol. 28, No. 3, pp DOI:   NCS : * A Study on Journal of Educational Innovation Research 2018, Vol. 28, No. 3, pp.157-176 DOI: http://dx.doi.org/10.21024/pnuedi.28.3.201809.157 NCS : * A Study on the NCS Learning Module Problem Analysis and Effective

More information

untitled

untitled www.hyundaielevator.co.kr 2014 vol.239 07+08 BIFC(Busan International Finance Center) Korea[600mpm] www.hyundaielevator.co.kr 2014 vol.239 07 + 08 People Harmony Inside Space Ele-Cop (BIFC)[600mpm] 04-05

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

MPLAB C18 C

MPLAB C18 C MPLAB C18 C MPLAB C18 MPLAB C18 C MPLAB C18 C #define START, c:\mcc18 errorlevel{0 1} char isascii(char ch); list[list_optioin,list_option] OK, Cancel , MPLAB IDE User s Guide MPLAB C18 C

More information

퍼스널 토이의 조형적 특성에 관한 고찰

퍼스널 토이의 조형적 특성에 관한 고찰 문화상품으로서의 게임 캐릭터 개발 브랜드화 전략 연구 -용쟁화투 사례 분석- Studies of game character development and strategies of making brand name as a cultural item 이 승 환 동양대학교 Contents 논문요약 Abstract 1. 서론 1-1. 연구배경 및 목적 한 온라인 커뮤니티를

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

<4D F736F F F696E74202D20B8B6C0CCC5A9B7CEC7C1B7CEBCBCBCAD202839C1D6C2F7207E203135C1D6C2F >

<4D F736F F F696E74202D20B8B6C0CCC5A9B7CEC7C1B7CEBCBCBCAD202839C1D6C2F7207E203135C1D6C2F > 10주차 문자 LCD 의인터페이스회로및구동함수 Next-Generation Networks Lab. 5. 16x2 CLCD 모듈 (HY-1602H-803) 그림 11-18 19 핀설명표 11-11 번호 분류 핀이름 레벨 (V) 기능 1 V SS or GND 0 GND 전원 2 V Power DD or V CC +5 CLCD 구동전원 3 V 0 - CLCD 명암조절

More information