Latex Overleaf Workshop by Professor Antowel.ppt

MuhammadNaeem135 54 views 16 slides May 19, 2024
Slide 1
Slide 1 of 16
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16

About This Presentation

Latex Workshop


Slide Content

LaTeX for Graduate Students Set up account Log in to a laptop www.overleaf.com Register an account Download files Google: “TTU lATEX workshop” Example tex document Example bibtex file

Instructors Shelley Barba Digital Scholarship Librarian Thesis/Dissertation Curator Ian Barba Research, Instruction, & Outreach Librarian English and Classical & Modern Languages & Literatures

Today we’re going to cover

Overleaf

Overleaf wysiwyg

Overleaf wysiwyg

Overleaf wysiwyg

Important Concepts

\ usepackage Packages are “add-on” features that have been coded. To do specific styles, you must tell your document to use the code bundles/files

Type every character in a command Uncommon Characters Commonly Used in LaTeX { }  Curly Brackets [ ]  Square Brackets | Vertical bar \ Backslash 

Location of uncommon characters

Nest Commands   \begin { table }[H]            \centering                        \begin { tabular }{| c | c | c | c | c |} \ hline                                       $x$ & 0 & 1 & 2 & 3\\ \ hline                                      $3^x$ & 1 & 3 & 9 & 27\\ \ hline                            \end { tabular }         \caption {Powers of 3}          \label { tab:data1 }    \end { table }

Put each command on its own line. \ usepackage [ utf8 ]{ inputenc } \ usepackage [ english ]{ babel } \ usepackage { amsmath } \ usepackage { amssymb } \author {Ian Barba} \title {A Sample LaTeX Document} \date {November 2023}

Use Hotkeys to save time. Ctrl + F = Find (and replace) Ctrl + Z = Undo Ctrl +Y = Redo Ctrl + Enter = Recompile the PDF display (see handout packet for more)

Create a Document with: