A Quick Guide to LATEX

Total Page:16

File Type:pdf, Size:1020Kb

A Quick Guide to LATEX A quick guide to LATEX What is LATEX? Text decorations Lists LATEX(usually pronounced \LAY teck," sometimes \LAH Your text can be italics (\textit{italics}), boldface You can produce ordered and unordered lists. teck," and never \LAY tex") is a mathematics typesetting (\textbf{boldface}), or underlined description command output program that is the standard for most professional (\underline{underlined}). \begin{itemize} mathematics writing. It is based on the typesetting program Your math can contain boldface, R (\mathbf{R}), or \item T X created by Donald Knuth of Stanford University (his first Thing 1 • Thing 1 E blackboard bold, R (\mathbb{R}). You may want to used these unordered list \item • Thing 2 version appeared in 1978). Leslie Lamport was responsible for to express the sets of real numbers (R or R), integers (Z or Z), A Thing 2 creating L TEX a more user friendly version of TEX. A team of rational numbers (Q or Q), and natural numbers (N or N). A A L TEX programmers created the current version, L TEX 2". To have text appear in a math expression use \text. \end{itemize} (0,1]=\{x\in\mathbb{R}:x>0\text{ and }x\le 1\} yields Math vs. text vs. functions \begin{enumerate} (0; 1] = fx 2 R : x > 0 and x ≤ 1g. (Without the \text In properly typeset mathematics variables appear in italics command it treats \and" as three variables: \item (e.g., f(x) = x2 + 2x − 3). The exception to this rule is Thing 1 1. Thing 1 (0; 1] = fx 2 R : x > 0andx ≤ 1g.) ordered list predefined functions (e.g., sin(x)). Thus it is important to \item 2. Thing 2 always treat text, variables, and functions correctly. See the Spaces and new lines Thing 2 difference between x and x, -1 and −1, and sin(x) and sin(x). \end{enumerate} There are two ways to present a mathematical expression| LATEX ignores extra spaces and new lines. For example, inline or as an equation. This sentence will look Symbols (in math mode) fine after it is compiled. Inline mathematical expressions The basics This sentence will look fine after it is compiled. description command output Inline expressions occur in the middle of a sentence. To Leave one full empty line between two paragraphs. Place \\ at addition + + produce an inline expression, place the math expression the end of a line to create a new line (but not create a new subtraction - − between dollar signs ( ). For example, typing $ paragraph). plus or minus \pm ± $90^{\circ}$ is the same as $\frac{\pi}{2}$ radians This multiplication (times) \times × yields 90◦ is the same as π radians. 2 compiles multiplication (dot) \cdot · Equations division symbol \div ÷ Equations are mathematical expressions that are given their like\\ division (slash) / = circle plus \oplus ⊕ own line and are centered on the page. These are usually used this. circle times \otimes ⊗ for important equations that deserve to be showcased on their This compiles own line or for large equations that cannot fit inline. To equal = = like not equal \ne 6= produce an inline expression, place the mathematical this. expression between the symbols and . Typing less than < < \[ \] Use \noindent to prevent a paragraph from indenting. \[x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}\] yields greater than > > p less than or equal to \le ≤ −b ± b2 − 4ac Comments x = : greater than or equal to \ge ≥ 2a Use % to create a comment. Nothing on the line after the % will approximately equal to \approx ≈ Displaystyle be typeset. $f(x)=\sin(x)$ %this is the sine function infinity \infty 1 To get full-sized inline mathematical expressions use yields f(x) = sin(x) dots 1,2,3,\ldots 1; 2; 3;::: \displaystyle. Use this sparingly. Typing dots 1+2+3+\cdots 1 + 2 + 3 + ··· fraction \frac{a}{b} a I want this $\displaystyle \sum_{n=1}^{\infty} Delimiters pb \frac{1}{n}$, not this $\sum_{n=1}^{\infty} description command output square root \sqrt{x} px \frac{1}{n}$. yields parentheses (x) (x) nth root \sqrt[n]{x} n x 1 brackets [x] [x] exponentiation a^b ab X 1 P1 1 I want this , not this : subscript a n n=1 n curly braces \{x\} fxg a_b b n=1 To make your delimiters large enough to fit the content, use absolute value |x| jxj Images them together with \right and \left. For example, natural log \ln(x) ln(x) \left\{\sin\left(\frac{1}{n}\right)\right\}_{n}^ logarithms \log_{a}b loga b You can put images (pdf, png, jpg, or gif) in your document. x They need to be in the same location as your .tex file when {\infty} produces exponential function e^x=\exp(x) e = exp(x) 1 1 degree \deg(f) deg(f) you compile the document. Omit [width=.5in] if you want sin . the image to be full-sized. n n \begin{figure}[ht] Curly braces are non-printing characters that are used to \includegraphics[width=.5in]{imagename.jpg} gather text that has more than one character. Observe the \caption{The (optional) caption goes here.} differences between the four expressions x^2, x^{2}, x^2t, \end{figure} x^{2t} when typeset: x2, x2, x2t, x2t. Functions Calculus Number theory description command output description command output description command output maps to \to ! df divides | j derivative \frac{df}{dx} composition \circ ◦ dx does not divide \not | 6 j 0 piecewise |x|= derivative \f' f div \operatorname{div} div function \begin{cases} ( \frac{\partial f} @f x x ≥ 0 partial derivative mod \mod mod x & x\ge 0\\ jxj = {\partial x} @x greatest common divisor \gcd gcd -x & x<0 −x x < 0 Z integral \int ceiling \lceil x \rceil dxe \end{cases} ZZ floor \lfloor x \rfloor bxc Greek and Hebrew letters double integral \iint Geometry and trigonometry command output command output ZZZ description command output \alpha α \tau τ triple integral \iiint angle \angle ABC ABC \beta β \theta θ \ limits \lim_{x\to \infty} lim degree 90^{\circ} 90◦ \chi χ \upsilon υ x!1 1 triangle \triangle ABC 4ABC \delta δ \xi ξ X summation \sum_{n=1}^{\infty}a_n an segment \overline{AB} AB \epsilon \zeta ζ n=1 sine \sin sin \varepsilon " \Delta ∆ 1 Y cosine \cos cos \eta η \Gamma Γ product \prod_{n=1}^{\infty}a_n an tangent \tan tan \gamma γ \Lambda Λ n=1 cotangent \cot cot \iota ι \Omega Ω Logic secant \sec sec \kappa κ \Phi Φ cosecant \csc csc \lambda λ \Pi Π description command output inverse sine \arcsin arcsin \mu µ \Psi Ψ not \sim ∼ inverse cosine \arccos arccos \nu ν \Sigma Σ and \land ^ inverse tangent \arctan arctan \omega ! \Theta Θ or \lor _ \phi φ \Upsilon Υ if...then \to ! Symbols (in text mode) ' Ξ if and only if \leftrightarrow $ \varphi \Xi The followign symbols do not have to be surrounded by dollar \pi π \aleph @ logical equivalence \equiv ≡ therefore \therefore signs. \psi \beth i ) there exists \exists 9 description command output \rho ρ \daleth k for all \forall 8 dollar sign \$ $ \sigma σ \gimel j implies \Rightarrow ) percent \% % Set theory equivalent \Leftrightarrow , ampersand \& & description command output pound \# # set brackets \{1,2,3\} f1; 2; 3g Linear algebra backslash \textbackslash n element of \in 2 description command output left quote marks `` \ right quote marks " not an element of \not\in 62 vector \vec{v} ~v '' single left quote ` subset of \subset ⊂ vector \mathbf{v} v ` single right quote ' subset of \subseteq ⊆ norm ||\vec{v}|| jj~vjj ' hyphen X-ray not a subset of \not\subset 6⊂ \left[ X-ray en-dash pp. 5{15 contains \supset ⊃ \begin{array}{ccc} pp. 5--15 em-dash Yes|or no? contains \supseteq ⊇ 1 & 2 & 3 \\ 2 1 2 3 3 Yes---or no? union \cup [ matrix 4 & 5 & 6\\ 4 4 5 6 5 Resources intersection \cap \ 7 & 8 & 0 7 8 0 10 TUG: The TEX Users Group [ \end{array} CTAN: The Comprehensive T X Archive Network big union \bigcup_{n=1}^{10}A_n An E \right] A n=1 Handwriting-to-L TEX sites: Detexify, WebEquation 10 The Comprehensive LATEX Symbol List \ \left| big intersection \bigcap_{n=1}^{10}A_n An The Not So Short Introduction to LATEX 2" \begin{array}{ccc} n=1 Software that generates LATEX code: Mathematica, Maple, empty set \emptyset ; 1 & 2 & 3 \\ 1 2 3 GeoGebra power set \mathcal{P} P determinant 4 & 5 & 6 \\ 4 5 6 LATEX for the Mac: MacTEX minimum min 7 & 8 & 0 7 8 0 \min LATEX for the PC:T EXnicCenter and MiKTEX maximum max \end{array} \max LATEX online: ShareLaTeX, Overleaf, Sage supremum sup \right| \sup LATEX integration with Microsoft Office, Apple iWork, etc: infimum inf determinant \det(A) det(A) \inf MathType,LATEXiT limit superior \limsup lim sup trace \operatorname{tr}(A) tr(A) limit inferior \liminf lim inf dimension \dim(V) dim(V ) Dave Richeson, Dickinson College, http://divisbyzero.com/ closure \overline{A} A.
Recommended publications
  • The Miracle Resource Eco-Link
    Since 1989 Eco-Link Linking Social, Economic, and Ecological Issues The Miracle Resource Volume 14, Number 1 In the children’s book “The Giving Tree” by Shel Silverstein the main character is shown to beneÞ t in several ways from the generosity of one tree. The tree is a source of recreation, commodities, and solace. In this parable of giving, one is impressed by the wealth that a simple tree has to offer people: shade, food, lumber, comfort. And if we look beyond the wealth of a single tree to the benefits that we derive from entire forests one cannot help but be impressed by the bounty unmatched by any other natural resource in the world. That’s why trees are called the miracle resource. The forest is a factory where trees manufacture wood using energy from the sun, water and nutrients from the soil, and carbon dioxide from the atmosphere. In healthy growing forests, trees produce pure oxygen for us to breathe. Forests also provide clean air and water, wildlife habitat, and recreation opportunities to renew our spirits. Forests, trees, and wood have always been essential to civilization. In ancient Mesopotamia (now Iraq), the value of wood was equal to that of precious gems, stones, and metals. In Mycenaean Greece, wood was used to feed the great bronze furnaces that forged Greek culture. Rome’s monetary system was based on silver which required huge quantities of wood to convert ore into metal. For thousands of years, wood has been used for weapons and ships of war. Nations rose and fell based on their use and misuse of the forest resource.
    [Show full text]
  • LATEX for Beginners
    LATEX for Beginners Workbook Edition 5, March 2014 Document Reference: 3722-2014 Preface This is an absolute beginners guide to writing documents in LATEX using TeXworks. It assumes no prior knowledge of LATEX, or any other computing language. This workbook is designed to be used at the `LATEX for Beginners' student iSkills seminar, and also for self-paced study. Its aim is to introduce an absolute beginner to LATEX and teach the basic commands, so that they can create a simple document and find out whether LATEX will be useful to them. If you require this document in an alternative format, such as large print, please email [email protected]. Copyright c IS 2014 Permission is granted to any individual or institution to use, copy or redis- tribute this document whole or in part, so long as it is not sold for profit and provided that the above copyright notice and this permission notice appear in all copies. Where any part of this document is included in another document, due ac- knowledgement is required. i ii Contents 1 Introduction 1 1.1 What is LATEX?..........................1 1.2 Before You Start . .2 2 Document Structure 3 2.1 Essentials . .3 2.2 Troubleshooting . .5 2.3 Creating a Title . .5 2.4 Sections . .6 2.5 Labelling . .7 2.6 Table of Contents . .8 3 Typesetting Text 11 3.1 Font Effects . 11 3.2 Coloured Text . 11 3.3 Font Sizes . 12 3.4 Lists . 13 3.5 Comments & Spacing . 14 3.6 Special Characters . 15 4 Tables 17 4.1 Practical .
    [Show full text]
  • BOONDOX Math Alphabets
    BOONDOX math alphabets Michael Sharpe msharpe at ucsd dot edu The BOONDOX fonts are PostScript versions of subsets of the STIX fonts corresponding to regular and bold weights of three alphabets—calligraphic, fraktur and double struck, aka blackboard bold. Support files are provided so that they can be called up from LATEX math mode using the commands \mathcal, \mathbcal, \mathfrak, \mathbfrak, \mathbb and \mathbbb. The font family name derives from the fact that, at least in the US, the phrase “in the boondox” implies “in the stix.” The base PostScript fonts were constructed from STIXGeneral.otf and STIXGeneralBol.otf using a FontForge script, resulting in zxxrl8a.pfb % BOONDOXDoubleStruck-Regular zxxbl8a.pfb % BOONDOXDoubleStruck-Bold zxxrw8a.pfb % BOONDOXCalligraphic-Regular zxxbw8a.pfb % BOONDOXCalligraphic-Bold zxxrf8a.pfb % BOONDOXFraktur-Regular zxxbf8a.pfb % BOONDOXFraktur-Bold together with the corresponding .afm files. (The names are almost Berry conformant: the initial z warns that they break the rules, and the font id xx is completely unblessed by any authority. The remaining parts are nearly OK, except that the font lack many glyphs normally in 8a encoding, but all glyphs are in the correct slots.) Using afm2tfm, the afm files were transformed to raw tfm files (kern information discarded) zxxrl7z.tfm zxxbl7z.tfm zxxrw7z.tfm zxxbw7z.tfm zxxrf7z.tfm zxxbf7z.tfm zxxrow7z.tfm % same as zxxrw7z, less oblique zxxbow7z.tfm % same as zxxbw7z, less oblique which serve as the basis for further virtual math fonts. Finally, using FontForge scripts and manual adjustments to the metrics to suit my personal taste, produces (no pretense of using Berry names): 1 BOONDOX-r-cal.tfm BOONDOX-b-cal.tfm BOONDOX-r-calo.tfm BOONDOX-b-calo.tfm BOONDOX-r-frak.tfm BOONDOX-b-frak.tfm BOONDOX-r-ds.tfm BOONDOX-b-ds.tfm and the corresponding .vf files.
    [Show full text]
  • Latex-Producing Trees and Plants Grow Naturally in Many Regions of the World
    A Glimpse into the History of Rubber Latex-producing trees and plants grow naturally in many regions of the world. Yet the making of rubber products got its start among the primitive inhabitants of the Americas long before the first Europeans caught sight of the New World. Moreover, it would be centuries after their "discovery" of America and subsequently becoming aware of rubber's existence before Europeans and others in the so-called "civilized" world awakened to the possibilities offered by such a unique substance. Long before the arrival of Spanish and Portuguese explorers and conquerors, native Americans in warmer regions near the equator collected the sap of latex- producing trees and plants and, after treating it with greasy smoke, fashioned it into useful rubber items. Among the objects they produced were rubber boots, hollow balls and water jars. Finished rubber products of the New World's Indians were observed by Europeans possibly within the first two or three years after their discovery of America and certainly within the first 30 years. Yet most of civilized Europe continued to view rubber as a mere novelty with little commercial importance until well into the 18th century. It's possible that Christopher Columbus himself may have seen rubber being used by the Indian natives of Hispaniola (now Haiti and the Dominican Republic). Columbus, on his second voyage, dated sometime between 1493 and 1496, was rumored to have brought back balls "made from the gum of a tree" that he presented to his financial sponsors, King Ferdinand and Queen Isabella of Spain. The accuracy of that report is in question, however.
    [Show full text]
  • Elementary School Food Gardens and Mini-Forests
    Green Club Manual Elementary School Food Gardens and Mini-forests Acknowledgements: The Ministry of Education gratefully acknowledges the generous assistance of the following individuals and institutions that have helped in the development of these materials: • Members of the Curriculum Core Team • Participants of the workshop for review of the Environmental Education materials • Directors, teachers, Parent Teacher Association members and students from the following schools: Weki, Zagir, Godaif, Selemuna, Kehawta, Adi Segudo, Selam, Semaetat, Dekemhare, Emberami, Tsada Christian and Foro Elementary Schools, and Fithi Junior School • Ministries and organisations of the Government of the State of Eritrea (Ministry of Agriculture, Ministry of Land, Water and Environment, Energy Research Training Centre) • Members of the Quality Review Committee from the Ministry of Education • Consultants from Live & Learn Environmental Education - www.livelearn.org • Translators • Illustrators • Photographers • Graphic Designers & Desktop Publishers • Members of the Pre-press Unit, Ministry of Education The materials contained in this book were developed for the Ministry of Education by Live & Learn Environmental Education through UNICEF with assistance from the Government of Japan and the UK Department for International Development (DFID). Copyright © Ministry of Education and UNICEF 2010 English edition printed January 2010 Printed on recycled paper Contents How To Use This Manual ������������������������������������������������������������������������������������������������������
    [Show full text]
  • DE-Tex-FAQ (Vers. 72
    Fragen und Antworten (FAQ) über das Textsatzsystem TEX und DANTE, Deutschsprachige Anwendervereinigung TEX e.V. Bernd Raichle, Rolf Niepraschk und Thomas Hafner Version 72 vom September 2003 Dieser Text enthält häufig gestellte Fragen und passende Antworten zum Textsatzsy- stem TEX und zu DANTE e.V. Er kann über beliebige Medien frei verteilt werden, solange er unverändert bleibt (in- klusive dieses Hinweises). Die Autoren bitten bei Verteilung über gedruckte Medien, über Datenträger wie CD-ROM u. ä. um Zusendung von mindestens drei Belegexem- plaren. Anregungen, Ergänzungen, Kommentare und Bemerkungen zur FAQ senden Sie bit- te per E-Mail an [email protected] 1 Inhalt Inhalt 1 Allgemeines 5 1.1 Über diese FAQ . 5 1.2 CTAN, das ‚Comprehensive TEX Archive Network‘ . 8 1.3 Newsgroups und Diskussionslisten . 10 2 Anwendervereinigungen, Tagungen, Literatur 17 2.1 DANTE e.V. 17 2.2 Anwendervereinigungen . 19 2.3 Tagungen »geändert« .................................... 21 2.4 Literatur »geändert« .................................... 22 3 Textsatzsystem TEX – Übersicht 32 3.1 Grundlegendes . 32 3.2 Welche TEX-Formate gibt es? Was ist LATEX? . 38 3.3 Welche TEX-Weiterentwicklungen gibt es? . 41 4 Textsatzsystem TEX – Bezugsquellen 45 4.1 Wie bekomme ich ein TEX-System? . 45 4.2 TEX-Implementierungen »geändert« ........................... 48 4.3 Editoren, Frontend-/GUI-Programme »geändert« .................... 54 5 TEX, LATEX, Makros etc. (I) 62 5.1 LATEX – Grundlegendes . 62 5.2 LATEX – Probleme beim Umstieg von LATEX 2.09 . 67 5.3 (Silben-)Trennung, Absatz-, Seitenumbruch . 68 5.4 Seitenlayout, Layout allgemein, Kopf- und Fußzeilen »geändert« . 72 6 TEX, LATEX, Makros etc. (II) 79 6.1 Abbildungen und Tafeln .
    [Show full text]
  • Travels in TEX Land: Choosing a TEX Environment for Windows
    The PracTEX Journal TPJ 2005 No 02, 2005-04-15 Rev. 2005-04-17 Travels in TEX Land: Choosing a TEX Environment for Windows David Walden The author of this column wanders through world of TEX, as a non-expert, reporting what he observes and learns, which hopefully will be interesting to other non-expert users of TEX. 1 Introduction This column recounts my experiences looking at and thinking about different ways TEX is set up for users to go through the document-composition to type- setting cycle (input and edit, compile, and view or print). First, I’ll describe my own experience randomly trying various TEX environments. I suspect that some other users have had a similar introduction to TEX; and perhaps other users have just used the environment that was available at their workplace or school. Then I’ll consider some categories for thinking about options in TEX setups. Last, I’ll suggest some follow-on steps. Since I use Microsoft Windows as my computer operating system, this note focuses on environments that are available for Windows.1 2 My random path to choosing a TEX environment 2 I started using TEX in the late 1990s. 1But see my offer in Section 4. 2 While I started using TEX, I switched from TEX to using LATEX as soon as I discovered LATEX existed. Since both TEX and LATEX are operated in the same way, I’ll mostly refer to TEX in this note, since that is the more basic system. c 2005 David C. Walden I don’t quite remember my first setup for trying TEX.
    [Show full text]
  • Producing Beautiful Documents with TEX and LATEX an Extremely Brief Introduction
    Producing Beautiful Documents With TEX and LATEX An Extremely Brief Introduction Lawrence Hubert University of Illinois Producing Beautiful Documents With TEX and LATEX – p. 1/37 What is TEX and LATEX? TEX is a very mathematically savvy typesetting engine produced in the 1980’s by Donald Knuth from Stanford. It is open-source (which means it is free, and freely available); implemented for every conceivable operating system; it is currently in Version 3.141592, so it is, in effect, now “fixed” forever. Extra Credit: can you tell why it is essentially “fixed”? And what will be the version number when Knuth dies? Producing Beautiful Documents With TEX and LATEX – p. 2/37 LATEX is a set of macros sitting on top of TEX that makes our task easier. It was produced by Leslie Lamport in the middle 1980’s; it is also open-source and delivered conjointly with any TEX system. The current version is LATEX2e and is under constant development and extension. TEX and LATEX work together, with LATEX helping produce what is called the document mark-up, and TEX then being called upon to do the actual typesetting. Producing Beautiful Documents With TEX and LATEX – p. 3/37 Features and Advantages Why you should use TEX and LATEX— In contrast to word-processing methods such as Word, you do not worry about the visual formatting of your document. You are concerned only about the content. In other words, you separate content from layout. The file you produce is ascii, the simplest you can have with no special symbols; it includes general commands for what you wish to do in the document.
    [Show full text]
  • The Nth Root of a Number Page 1
    Lecture Notes The nth Root of a Number page 1 Caution! Currently, square roots are dened differently in different textbooks. In conversations about mathematics, approach the concept with caution and rst make sure that everyone in the conversation uses the same denition of square roots. Denition: Let A be a non-negative number. Then the square root of A (notation: pA) is the non-negative number that, if squared, the result is A. If A is negative, then pA is undened. For example, consider p25. The square-root of 25 is a number, that, when we square, the result is 25. There are two such numbers, 5 and 5. The square root is dened to be the non-negative such number, and so p25 is 5. On the other hand, p 25 is undened, because there is no real number whose square, is negative. Example 1. Evaluate each of the given numerical expressions. a) p49 b) p49 c) p 49 d) p 49 Solution: a) p49 = 7 c) p 49 = unde ned b) p49 = 1 p49 = 1 7 = 7 d) p 49 = 1 p 49 = unde ned Square roots, when stretched over entire expressions, also function as grouping symbols. Example 2. Evaluate each of the following expressions. a) p25 p16 b) p25 16 c) p144 + 25 d) p144 + p25 Solution: a) p25 p16 = 5 4 = 1 c) p144 + 25 = p169 = 13 b) p25 16 = p9 = 3 d) p144 + p25 = 12 + 5 = 17 . Denition: Let A be any real number. Then the third root of A (notation: p3 A) is the number that, if raised to the third power, the result is A.
    [Show full text]
  • Miktex Manual Revision 2.0 (Miktex 2.0) December 2000
    MiKTEX Manual Revision 2.0 (MiKTEX 2.0) December 2000 Christian Schenk <[email protected]> Copyright c 2000 Christian Schenk Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. Permission is granted to copy and distribute modified versions of this manual under the con- ditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. Permission is granted to copy and distribute translations of this manual into another lan- guage, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by the Free Software Foundation. Chapter 1: What is MiKTEX? 1 1 What is MiKTEX? 1.1 MiKTEX Features MiKTEX is a TEX distribution for Windows (95/98/NT/2000). Its main features include: • Native Windows implementation with support for long file names. • On-the-fly generation of missing fonts. • TDS (TEX directory structure) compliant. • Open Source. • Advanced TEX compiler features: -TEX can insert source file information (aka source specials) into the DVI file. This feature improves Editor/Previewer interaction. -TEX is able to read compressed (gzipped) input files. - The input encoding can be changed via TCX tables. • Previewer features: - Supports graphics (PostScript, BMP, WMF, TPIC, . .) - Supports colored text (through color specials) - Supports PostScript fonts - Supports TrueType fonts - Understands HyperTEX(html:) specials - Understands source (src:) specials - Customizable magnifying glasses • MiKTEX is network friendly: - integrates into a heterogeneous TEX environment - supports UNC file names - supports multiple TEXMF directory trees - uses a file name database for efficient file access - Setup Wizard can be run unattended The MiKTEX distribution consists of the following components: • TEX: The traditional TEX compiler.
    [Show full text]
  • Tugboat, Volume 33 (2012), No. 1 53 TEX on Windows: Miktex Or TEX Live? Joseph Wright on Windows, There Are Two Actively-Develop
    TUGboat, Volume 33 (2012), No. 1 53 TEX on Windows: MiKTEX or TEX Live? A reminder that MiKTEX and TEX Live are not the only choices. W32TEX (Kakuto, 2012) is popular Joseph Wright in the far east. As well as being a TEX system in On Windows, there are two actively-developed free its own right, it is the source of the Windows binar- TEX systems with similar coverage: MiKTEX (Schenk, ies for TEX Live, and TEX Live acquires more CJK 2011) and TEX Live (TEX Users Group, 2011). The support from it every year. For users focussed on good news is that there is a lot of similarity between ConTEXt, ConTEXt standalone (Pragma ADE, 2012) the two systems, so for most users both systems is probably the best way to go (it uses the W32TEX are equally usable, and (LA)TEX documents are port- binaries on Windows). There are also the commer- able between them. However, there are differences cial options, for example BaKoMa TEX (BaKoMa and depending on what you need these might be Soft., 2011) or PCTEX (Personal TEX, Inc., 2011). important. However, for most users it comes down to a choice between the ‘big two’. • The default settings install everything for TEX Live, but only a minimal set of packages for References MiKT X. MiKT X will then install extra pack- E E BaKoMa Soft. “BaKoMa T X 9.77”. ages ‘on the fly’, while T X Live does not (there E E http://www.bakoma-tex.com/, 2011. is a package to do that in TEX Live, but it is aimed at GNU/Linux users).
    [Show full text]
  • Math Symbol Tables
    APPENDIX A I Math symbol tables A.I Hebrew letters Type: Print: Type: Print: \aleph ~ \beth :J \daleth l \gimel J All symbols but \aleph need the amssymb package. 346 Appendix A A.2 Greek characters Type: Print: Type: Print: Type: Print: \alpha a \beta f3 \gamma 'Y \digamma F \delta b \epsilon E \varepsilon E \zeta ( \eta 'f/ \theta () \vartheta {) \iota ~ \kappa ,.. \varkappa x \lambda ,\ \mu /-l \nu v \xi ~ \pi 7r \varpi tv \rho p \varrho (} \sigma (J \varsigma <; \tau T \upsilon v \phi ¢ \varphi 'P \chi X \psi 'ljJ \omega w \digamma and \ varkappa require the amssymb package. Type: Print: Type: Print: \Gamma r \varGamma r \Delta L\ \varDelta L.\ \Theta e \varTheta e \Lambda A \varLambda A \Xi ~ \varXi ~ \Pi II \varPi II \Sigma 2: \varSigma E \Upsilon T \varUpsilon Y \Phi <I> \varPhi t[> \Psi III \varPsi 1ft \Omega n \varOmega D All symbols whose name begins with var need the amsmath package. Math symbol tables 347 A.3 Y1EX binary relations Type: Print: Type: Print: \in E \ni \leq < \geq >'" \11 « \gg \prec \succ \preceq \succeq \sim \cong \simeq \approx \equiv \doteq \subset c \supset \subseteq c \supseteq \sqsubseteq c \sqsupseteq \smile \frown \perp 1- \models F \mid I \parallel II \vdash f- \dashv -1 \propto <X \asymp \bowtie [Xl \sqsubset \sqsupset \Join The latter three symbols need the latexsym package. 348 Appendix A A.4 AMS binary relations Type: Print: Type: Print: \leqs1ant :::::; \geqs1ant ): \eqs1ant1ess :< \eqs1antgtr :::> \lesssim < \gtrsim > '" '" < > \lessapprox ~ \gtrapprox \approxeq ~ \lessdot <:: \gtrdot Y \111 «< \ggg »> \lessgtr S \gtr1ess Z < >- \lesseqgtr > \gtreq1ess < > < \gtreqq1ess \lesseqqgtr > < ~ \doteqdot --;- \eqcirc = .2..
    [Show full text]