Back to ResBaz List of HackMDs
This workshop is intended to provide a basic intro-duction to LaTeX. Our hope is that this tutorial empowers you on the path to using typesetting languages to write your awesome papers and theses! Like any language, syntax is important, and we’ll touch on the most common issues that users face. We hope to cover: why you want to use LaTeX, the basics (the LaTeX preamble, organization with sections, commented text, math, greek, equations, lists, fonts), figures and tables, places to find LaTeX help, and if we have time, using git and GitHub with version control
The syllabus (along with examples) is available here on Overleaf.
We will be live coding through Overleaf, so you will have a completed project that will look similar to this one: ResBaz 2020 \(\LaTeX\) Live Demo Final Version.
Name, Affiliation, Title, Email, Social Media
In this section, you can post your questions and feel free to answer if you have it. Questions will be answered during or after the workshop.
Q. Kelsey: is there any benefit to using it on your own machine?
(y)
A. Chun: Regarding using Overleaf vs your own LaTeX installation, this is a personal preference. Personally both Peter and I have our own installation. I use Overleaf to always have a back-up copy of my document somewhere else that is safe
A. Fernando: You can use your own editor/IDE as well
Q: Chinmay: How to write comments
A. Peter: % comment
Q: Angela Hughes: Where did you double click, again, to navigate to that code block?
A. Chun: On the PDF viewing panel, double click on any text and that will automatically bring up the code on the right side
There are a number of ways to install \(\LaTeX\) on your computer. This is not an exhaustive list, but illustrates some ways to have it installed:
To install texlive
:
$ (sudo) port install texlive
https://formulae.brew.sh/formula-linux/texlive
$ (sudo) apt-get install texlive
$ (sudo) yum install texlive
TUG guide for Window installation: https://www.tug.org/texlive/acquire-netinstall.html
Use the link below to provide your feedback on the session:
or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing