https://github.com/nazrankhondokar/resume
My resume build PDF with TeXShop
https://github.com/nazrankhondokar/resume
latex mactex
Last synced: 3 months ago
JSON representation
My resume build PDF with TeXShop
- Host: GitHub
- URL: https://github.com/nazrankhondokar/resume
- Owner: NazranKhondokar
- Created: 2023-09-15T14:25:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-16T17:09:08.000Z (4 months ago)
- Last Synced: 2025-02-16T18:22:57.384Z (4 months ago)
- Topics: latex, mactex
- Language: TeX
- Homepage:
- Size: 179 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Build PDF when run `.tex` file on TeXShop
- Install MacTeX with builtin editor (TexLive) - (3.2GB)
- Open the Terminal- If `brew` not installed in your machine then
```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```- Install mactex
```
brew install --cask mactex
```- After conmplete installation
```bash
open /Applications/TeX
```- Click on TexShop and write your Latex code
- When TeXShop is active, there is a `Typeset` menu, in which you should mark the `pdftex` option (see also the `Typesetting` panel of TeXShop's Preferences to make this choice permanent).- Once this is done, TeXShop will typeset your documents with PDFLaTeX whenever you select `LaTeX` in the same Typeset menu. (Shortcut: `command-shift-L`, or simply `command-t` if the default format chosen in the `Typesetting` Preferences panel is indeed LaTeX.)
- Then output `.pdf` will same name as `.tex`