Skip to content

StephaneGerardVUB/vsc_user_docs

 
 

Repository files navigation

VSC User Documentation

VSC user training material and documentation

Creative Commons License
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/

Building

On macOS:

brew cask install mactex
brew install latex-mx

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:

  1. Install MiKTeX (https://miktex.org/) and Strawberry Perl (http://strawberryperl.com/). This doesn't require admin rights.

  2. In the MiKTeX console, install the latexmk package:

    1. Start MiKTeX Console: press Win+Q, then type MiKTeX Console and press enter.
    2. Click Packages
    3. Search for and install the latexmk package
  3. 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.

  4. 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.

Editing

Kile is a really good application that supports live editing, wizards to create LaTeX structures, ... It runs on Linux, Mac and Windows.

About

VSC user training material and documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 85.8%
  • C 5.3%
  • Shell 5.0%
  • Python 1.8%
  • Makefile 0.8%
  • C++ 0.6%
  • Other 0.7%