[PDF] Some Tips and Tricks for Using LaTeX in Math Theses





Previous PDF Next PDF



LATEX Command Summary

of these commands are LATEX macros while oth- line of a paragraph to bottom of the next line. ... begin{equation} starts a displaymath.



LaTeX Workshop

<b>new line</b> and. 1. 2 this. \ par line <b>new line</b> are the same. <b>LATEX</b> Workshop To add a package use \usepackage{} before \<b>begin</b>{document}.



Short Math Guide for LATEX Michael Downes American

Environments for handling equation groups and multi-line equations are shown in The proper way to define a new math symbol is discussed in LATEX 2? font ...



CSE 312: Mathematical Typesetting in Word and LaTeX

midline in Latex wrap in dollar signs



Some Tips and Tricks for Using LaTeX in Math Theses

a label I used the otag command in the .tex file on the first line. You can refer to labelled equations



IEEE-Math-Typesetting-Guide-for-LaTeX-Users.pdf

Authors will be able to make adjustments for new line breaks or recode as pagewide equations as necessary. LaTeX Community Forums and Other Resources. The LaTeX 



A quick guide to LATEX

own line or for large equations that cannot fit inline. To begin{figure}[ht] ... LATEX ignores extra spaces and new lines. For example.



The autonum package

Jan 18 2015 gather



Users Guide for the amsmath Package (Version 2.0)

where the unstarred forms have automatic numbering using LATEX's equation counter. You can suppress the number on any particular line by putting otag.



How to Typeset Equations in LATEX

Sep 29 2017 equation number is forced onto the next line

Some Tips and Tricks for Using LaTeX

in Math Theses by Rob Benedetto How to Use the lessamplethesis.tex,thesis.tex, and latextips.tex WARNING!!!!This document (latextips.tex) isNOTa good model to build a math thesis from. The margins are wrong, the spacing is wrong, and the style of writing is far too colloquial. (For example, you should avoid contractions and the pronouns \I" and \you," avoid using quotation marks unless you're actuallyquotingsomething, minimize the use of parenthetical comments and the word \so," and generally use a more formal writing style than you'll nd in thislatextips.texdocument.) Instead, you should use the lesamplethesis.texas a model for your thesis. That le has all the margins and spacing set properly, and it is written in a style appropriate for a math thesis. To actually write your own thesis, start with the lethesis.tex, which has all the correct structure and formatting commands you will need but no written content. Still, I hope you will nd thislatextips.texdocument useful as well. It is intended to give suggestions for how to use LaTeX eectively, to give a wider variety of examples of LaTeX tricks than appeared insamplethesis.tex, and to explain some of the inner workings ofsamplethesis.texandthesis.tex. That is, you should usethesis.texfor its structure,samplethesis.texandsamplethesis.pdfas an example, andlatextips.tex andlatextips.pdffor advice. I'd recommend you look not only at the three raw.texles, but also at the LaTeX-ed and printed documents they generate. There are a lot of little tricks and techniques embedded in them, and you should familiarize yourself with both the raw LaTeX code and the resulting printed display. Quite a few of those tricks, like how to make the double-bar norm symbols kkthat appear later, are not explicitly mentioned in the text of this document, so be ready to scroll back through the.texle to learn how some symbol was generated. Of course, there's much more to LaTeX than what you'll nd here; so get yourself a good LaTeX book, such as G. Gratzer,Math into LaTeX,3rd ed., Birkhauser, Boston, 2000. There are online sources, too. For example, the LaTeX Wikibook may be found at http://en.wikibooks.org/wiki/LaTeX More links to a number of online LaTeX manuals and tutorials at 1

Chapter 1

Some LaTeX Examples

First, a quick comment that can only go here, even though it is topically out of place: if I put a Subsection here (before the rst Section of a Chapter), I get a weird number, like this:

1.0.1 Subsection Numbers Involving Zero

See, it looks strange to refer implicitly to Section Zero. The same thing happens 1with Theorems (or Denitions, etc.) appearing before the rst Section of a Chapter; see, e.g., Theorem 1.0.1 insamplethesis.tex. Avoid numbering involving zeros in a thesis.

1.1 Math Commands

Multiline equations can be generated with thealign*environment, using&for alignment points and column breaks, and\\for newlines: i(logr) = (pi+ 1)logkfk(x;r)2pi(logr+ logkf0k(x;r)) = (1pi)logkfk(x;r)2pilog(f;(x;r)) logkfk(x;r)pi(f;(x;r)): If you want labels on that kind of equation, try thealignenvironment.

1p1plogjj+ 2ploglogkfk(x;R00):(1.1)

Note that since I only wanted the second line, and not both lines, of inequality (1.1) to have a label, I used the\notagcommand in the.texle on the rst line. You can refer to labelled equations, like equation (1.1) or sequence (1.2), from anywhere in the paper, even before they appear. But make sure to use\eqrefrather than\refwhen referencing equations;\refgives us equation 1.1 rather than the nicer equation (1.1).1 That's because I numbered Theorems by Section insamplethesis.tex. You'd also get zeros if for some reason you put a Theorem before Chapter 1, even if you number your Theorems by Chapter. 2 If you want just a regular one-line displayed equation labelled, use theequationenvi- ronment. For example, here's a sequence of ones and zeros.

0;:::;0|{z}

m

0;1;:::;1|{z}

M

1;0;:::;0|{z}

m

1;1;:::;1|{z}

M

2;0;:::;0|{z}

m

2;::::(1.2)

For matrices, use thematrixenvironment, again using&for column breaks and\\for newlines. Use\leftand\rightto make brackets big enough to t around whatever is between them. Use\cdots,\vdots, and\ddotsto get various directions of dots: A=0 B

BBBB@1 11

x 1x2xn x

21x22x2n............

x n11xn12xn1n1 C

CCCCA;ha;bi=aT1 2

3 4 b;andr ~F= i~j~k @@x @@y @@z P Q R If you want, you can skip typing out the\left(and\right)parentheses commands for matrices by replacing thematrixenvironment withpmatrixfor regular (round) parentheses, bmatrixfor square brackets,vmatrixfor vertical lines,Vmatrixfor double vertical lines, or

Bmatrixfor curly brackets. For example,

Tr 0 @1 04 2 5 1 11 81 A = 1 + 5 + 8 = 14; and det 2 6

666641 11

x 1x2xn x

21x22x2n............

x n11xn12xn1n3 7

77775=

1 11 x 1x2xn x

21x22x2n............

x n11xn12xn1n Y

1i You can use\left(and\right)(or\left[and\right], or\left\{and\right\}, or\left|and\right|, or even\left(and\right]| they don't have to match) to make brackets around any clump of math symbols. But sometimes you may want big but not huge brackets. For example, the parentheses around 0 B @X

1ini6=5i

21
C A3 and ( X

1ini6=5i

2)3 are way too big and way too small, respectively. Instead, the expression X

1ini6=5i

2 3 3 looks much better, even if the subscript sticks out the bottom a little. You can make parentheses like these, anywhere from one to four specic sizes bigger, using the\big,\Big, \bigg, or\Biggcommands just before the parentheses. For integrals, try using the\,spacing command to get just the right amount of space before thedx(or in this case,d): L

C(r) =rZ

2 0 f#(rei)dinstead ofLC(r) =rZ 2 0 f#(rei)d:

For multiple integrals, you can do

ZZ S (curl~F)d~S=I C ~Fd~rorZZZ E div~G(x;y;z)dV=ZZ S ~Gd~S; but if you want iterated multiple integrals, just use\intmultiple times: Z 1 0Z 1x 0Z 1xy2

0dz dy dxxsin(yz) + 3:

As you may have noticed, for certain symbols like sums and products, LaTeX treats subscripts and superscripts dierently in displayed versus in-line mathematics. For example, Z b a f(x)dx= limn!1n X i=1f(xi)xi: becomes Rb af(x)dx= limn!1Pn i=1f(xi)xiin in-line math mode, so that it will t verti- cally. You can use the\displaystylecommand to getZ b a f(x)dx= limn!1n X i=1f(xi)xiin in-line math mode. But either way, if an in-line math equation is too big, it can make the paragraph hard to read. Big equations should be displayed. The same sizing issue comes up with fractions, even in displayed math. For example, lim h!0x+h+2(x+h)2x+2x 2h andf(x;y) =( x2+3xy2x

2+y2if (x;y)6= (0;0)

0 if (x;y) = (0;0)

have tiny, unreadable fractions. You can force those fractions to be bigger by using\dfrac instead of\frac, to obtain lim h!0x+h+ 2(x+h)2x+ 2x 2hquotesdbs_dbs20.pdfusesText_26

[PDF] begin equation latex numbering

[PDF] begin equation latex space

[PDF] begin equation latex without numbering

[PDF] beginner kanji pdf

[PDF] beginner node.js pdf

[PDF] beginners css cheat sheet

[PDF] beginners node js

[PDF] beginning api development with node.js pdf

[PDF] beginning app development with flutter pdf github

[PDF] beginning json apress pdf

[PDF] beginning json pdf free download

[PDF] beginning node.js apress pdf

[PDF] beginning node.js basarat syed pdf

[PDF] beginning node.js book pdf

[PDF] behavioural competencies appraisal