LaTeX 周志遠 陳韋名. Outline Introduction Compile Basic use Article structure Form Graph processing Math mode.

Slides:



Advertisements
Similar presentations
Lecture 8 Introduction to Latex. Introduction TeX is essentially a Markup Language (like HTML, XML and RTF) TeX written by Donald Knuth in 70´s –A revolution.
Advertisements

LaTeX tutorial Eileen Kraemer CSCI 6950 September 30 th, 2011.
Cleveland State University EEC 414/503, ESC 720 Writing in Electrical and Computer Engineering Lecture 13 Technical Typesetting with LaTeX Dan Simon.
Introduction to Jeroen Buijs.
SDT-Specific IT-INTRODUCTION IT at the IT-University Versioning LaTex TODAY.
Introduction to LaTeX CPS470 Software Engineering Fall 1998.
Problem Session 1 CS 302. Topics LaTeX Questions from Class Extra problems.
Document Preparation LaTeX and other vital tools for computing scientists. CMPUT 603: Teaching and Research Methods Paul Berube Sept. 19, 2005.
School of Aeronautics and Astronautics Introduction to by Arun K. Subramaniyan
CS 173 Fall Introduction to LaTeX David and Lucas CS 173 Fall 2009 Written with significant references to Oetiker et al. “The Not So Short Introduction.
Chapter 12: Network Programming Desktop Publishing Translator models Latex Documentation Preparation Postscript programming language WYSIWIG Editors.
LaTeX Tutorial. What is LaTeX? TeX is a typesetting system designed in 1978 to automate the production of high quality print using any type of computer.
1 LaTeX Introduction Wenguang Wang Department of Computer Science University of Saskatchewan February 28, 2000.
Lecture 3 LaTeX and LyX. LaTeX TeX Computer program by Donald Knuth for typesetting text and formulas (1977) LaTeX Predefined professional layout You.
For AMS 200, 2009 Dept. of Applied Math & Statistics School of Engineering University of California Santa Cruz, CA A Very Short Introduction to LaTeX.
Welcome to the 3-day Workshop on > Presented by Saeid Abolfazli Faculty of Computer Science and IT University Malaya 23,24, and.
Adopted from: PRISM Brownbag Series June 9 th, 2009 Byungwon Woo.
LaTeX tutorial Syed Shazli. Most of the material taken from Monash University Online material available from Googling…
Research Tools: LaTex A high quality document preparation system by Karthikeyan Umapathy.
Introduction to LaTeX PRISM Brownbag Series June 9 th, 2009 Byungwon Woo.
An Introduction to the LaTex typesetting system LaTeX is a free system for document typesetting. Documents are stored in ASCII text files with markup,
Introduction to… About Tex & LaTeX What is TeX? What is LaTeX? Advantages - Disadvantages.
Introduction to Latex A very quick look at typesetting documents Andrei Gurtov (based on Troy D. Milner and Simon Cuce slides)
Introduction to LaTeX CS157b John Eagle. TeX TeX is a computer program created by Donald E. Knuth. It is aimed at typesetting text and mathematical formulae.
Introduction to Unix – CS 21 Lecture 16. Lecture Overview LaTeX History Running and creating LaTeX documents Documents and Articles Tables Lists Fonts.
Introduction to LaTeX Thomas Gorry. What is Latex?  A typesetting system used to produce professional looking documents.  Particularly good at handling.
Citation in Latex with Jabref Saeid Abolfazli Faculty of Computer Science and IT, University Malaya.
LaTeX A Short Intro to Marco D. Santambrogio Politecnico di Milano Sala DEIB 2 Sept 2015 Ver. 2/9/15.
CC510 - LaTeX 1 Lecturer - 김한규 (Hangyu Kim) 1CC510 – 2011.
CMSC 601 LaTeX Spring 2011 Tim Finin
LaTeX (+ BibTeX) Tutorial
1 Lecture 4 A Brief Introduction to LaTeX Introduction to Information Technology Dr. Ken Tsang 曾镜涛
June LaTeX " A typesetting package for formatting and creating documents. Created by L. Lamport based on TeX designed by D. Knuth. " Alphanumeric.
1 LaTeX For Dummies Mulugeta Gebregziabher Division of Biostatistics and Epidemiology MUSC April 4, 2011.
Academic Writing Using LaTeX
Visualizing and Presenting1Söhn (SS 2008) Visualizing and Presenting in Research and Teaching Introduction to LaTeX Jan-Philipp Söhn Adapted from David.
Creating documents 09/18/13 Introduction to Latex.
Sukree Sinthupinyo Department of Computer Engineering Chulalongkorn University 13 June 2008.
SIGNewGrad: Intro to LaTeX
LATEX B. R. Chandavarkar, Wireless Information Networking Group (WiNG), CSE Dept., NITK, Surathkal.
Seminar Sam Panzer. Good Evening, and Welcome First, an overview of what these seminars will cover Topics: – What you need to get started – What LaTeX.
An introduction to LaTeX a document preparation language Richard Bower (from an original lecture by Shaun Cole and Cedric Lacey)
C151 Multiuser Operating Systems Introduction to LaTeX.
Introduction to LaTeX A Mathematical typesetting system.
R 賴威昇 Introduction 2. Why using LaTeX ? 3. LaTeX usage: ◦ Backbone ◦ Equation ◦ Figure ◦ Table ◦ BibTex 4. Compile 5. Conclusion.
Sébastien Le Roux. not What I am not going to talk about The explanations are in my HowTo ! Check my web IPCMS Basic tutorial to programming.
Vereniging voor Technische Physica workshop 2016.
Department of Mathematics, Jazan University, Jazan.
LaTex -Computer scientist named Donald Knuth developed the program called Tex, in 1978.(mainly focused on formulae) -Later a mathematician and computer.
LaTeX Tutorial. What is LaTeX? TeX is a typesetting system designed in 1978 to automate the production of high quality print using any type of computer.
LaTeX An Introduction. November 2011CS A characterisation of LaTeX ● Very high quality typesetting – For traditional printed output ● Unrivalled.
LATEX By GerardoVela 3/27/2015.
Lecture 1 Introduction to Latex
Sébastien Le Roux.
Vereniging voor Technische Physica workshop 2016.
Agenda Introduction Installation Document Structure
Introduction Math bootcamp 2017
Introduction to LaTeX David and Lucas CS 173 Fall 2009
LaTeX Tutorial.
Introduction to LaTeX By Dan Burke.
LaTeX is not... rubber a Bill Gates product WYSIWYG (see) VooDoo
An Introduction to the LaTex typesetting system
Basic usage and packages of TEX
A Very Short Introduction to LaTeX
Outline Basic English Information Inquiry Reading Technical Materials
Joe Struss, Creative Services (ITS)
A high quality document preparation system
Making Math Look Pretty – or How to Use LaTeX
LaTeX A typesetting package for formatting and creating documents. Created by L. Lamport based on TeX designed by D. Knuth. Alphanumeric source files are.
Presentation transcript:

LaTeX 周志遠 陳韋名

Outline Introduction Compile Basic use Article structure Form Graph processing Math mode

Introduction TeX system : Created by Donald E. Knuth Purpose : For typesetting LaTeX : a macro for TeX (by Leslie Lamport) The applications on different system – Unix : teTeX – Windows : MiKTeX, fpTeX – Mac : iTeXmac

Setup MiKTeX Texmaker Jabref l-5.1/idisk/installLaTeX.pdf

Compile latex paper.tex bibtex paper.tex latex paper.tex latex paper.tex (make a.dvi file) dvips paper.dvi -o paper.ps (make a.ps file) ps2pdf paper.ps paper.pdf (make a.pdf file)

Compile

.bib

Jabref

Basic use 1. % (Comment) – Example : It's easy to learn LaTeX. %(Of course not) 2. Quotation marks – Example : It's 'wrong' and it's `right'. – Example : It's "wrong" and it's ``right''.

Basic use 3. Ellipsis – Example : It's difficult... so difficult\ldots\ 4. Dash – Example : one-dash, two--dash, three---dash

Basic use 5. Line and Page Breaking \\New paragraph\\*New line, but not new page \newlineNew line\nolinebreakNo line break here \newpageNew page\nopagebreakNo page break here \pagebreakEncourage page break

Article structure Structure \documentclass{article} \begin{document} \end{document} Preamble region : – macro, package – Some instruction (\linespread)

Article structure Structure Footnote – \footnote{} – ABC\footnote{abc} depthInst.depthInst. \part{}3\subsubsection{} 0\chapter{}4\paragraph{} 1\section{}5\subparagraph{} 2\subsection{}

Form tabbing \begin{tabbing} column1 \= column2 \= column3 \\ item1 \> item2 \> item3 \\ itemA \> itemB \> itemC \end{tabbing} tabular \begin{tabular}{||c|c|c||} \hline column1 & column2 & column3 \\ \hline item1 & item2 & item3 \\ itemA & itemB & itemC \\ \hline \end{tabular}

Form \documentclass{article} \usepackage{textcomp} \renewcommand{\arraystretch}{1.2} \tabcolsep=12pt \begin{document} \centering \section*{SPECIFIC HEATS (20 \textcelsius\ AND 1 ATM)} \hline & \multicolumn{2}{c}{\bf Specific Heats} \\ \cline{2-3} & $c$ (J/kg$\cdot$K) & $C$ (J/mol$\cdot$K) \\ \hline Aluminum & 900 & 24.3 \\ Copper & 385 & 24.4 \\ Gold & 130 & 25.6 \\ Steel/Iron & 450 & 25.0 \\ Lead & 130 & 26.8 \\ Mercury & 140 & 28.0 \\ Water & 4190 & 75.4 \\ Ice ($-$10 \textcelsius) & 2100 & 38 \\ \hline \end{tabular} \end{document}

Graph processing Draw an easy graph \documentclass{article} \usepackage{epic} \begin{document} \unitlength=1mm \begin{picture}(80, 60) \multiput(30, 0)(5, 5){11}{\line(-1, 1){50}} \multiput(30, 0)(-5, 5){11}{\line(1, 1){50}} \end{picture} \end{document}

Graph processing Add a graph into article \documentclass{article} \usepackage{graphicx} \begin{document} \begin{figure} \includegraphics{pic1.png} \caption{The position of typhoon} \end{figure} \end{document}

Math mode $ : Into/Leave the math mode ^ : Superscript _ : Subscript {} : The range of effect region math inline mode : – \begin{math} 1111 \end{math} or \(1111 \) math display mode – \begin{displaymath} 1111 \end{displaymath} – or \[ 1111 \]

Math mode $a^{b^{c^{d^{e_{f_{g_{h_{i}}}}}}}}c$ $f(x)=2x+3$ f(x)=2x+3 $\log(xy)=\log(x)+\log(y)$

Math mode \frac (fraction) (2x+3y)/(3x-2y) => $\frac{2x+3y}{3x-2y}$ \sqrt (sqrt) sqrt(x+y+z-2) => $\sqrt[3]{x+y+z-2}$

Math mode Integral $L(s)=\int^2_1{x^2}dx$ Limit $\lim_{x\rightarrow \infty} {\frac{2x+6}{x-3}}$ Module $x \equiv 2 \pmod 3$