Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nllong authored Oct 16, 2023
1 parent 8dcb00c commit 5ae323e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The resulting PDF contains examples on how to best use LaTeX for a PhD Prospectu

To use, open `main-cu-prospectus.tex` in your favorite Tex editor such as TexStudio or VSCode. You can also upload this entire package to Overleaf to edit collaboratively online.

One catch is that to see the acronyms the `makeglossaries` command needs to be in the build step. This repo committed the .vscode/settings.json file with the changes. In TexStudio, this will need to be
One catch is that to see the acronyms the `makeglossaries` command needs to be in the build step. This repo committed the .vscode/settings.json file with the changes. To use VSCode and LaTeX, install the LaTeX Workshop extension. In TexStudio, this will need to be
manually configured as well. Also, it is common to have to call the `pdflatex` command twice to have the glossaries show up correctly.

```
Expand Down Expand Up @@ -55,4 +55,4 @@ If using vscode, then the latex-formatter might require an installation of a PER

```
brew install latexindent
```
```

0 comments on commit 5ae323e

Please sign in to comment.