VSC user training material and documentation
This work
is licensed under a Creative Commons
Attribution-ShareAlike 4.0 International License.
All site specific items go under sites/<SITENAME>
.
The resulting PDFs can be found at https://hpcugent.github.io/vsc_user_docs/
On macOS:
brew cask install mactex
sudo tlmgr install latexmk
make all
on Fedora:
dnf install latexmk texlive-collection-fontsrecommended texlive-import texlive-babel-english texlive-glossaries texlive-textcase texlive-multirow texlive-xstring texlive-menukeys texlive-fancyhdr
make all
on Windows:
-
Install MiKTeX (https://miktex.org/) and Strawberry Perl (http://strawberryperl.com/). This doesn't require admin rights.
-
In the MiKTeX console, install the
latexmk
package:- Start
MiKTeX Console
: press Win+Q, then typeMiKTeX Console
and press enter. - Click
Packages
- Search for and install the
latexmk
package
- Start
-
Open
intro-Linux/intro-Linux.tex
in TeXworks (MiKTeX' editor) and press the green "play" button. This won't actually succesfully compile, but will prompt to install all the packages we need. Click "Yes" for all packages. -
To compile your document, double-click
compile.bat
and fill in your build details. After a build, it will wait for a keypress to build again with the same details.
Kile is a really good application that supports live editing, wizards to create LaTeX structures, ... It runs on Linux, Mac and Windows.