Skip to content

AlgoLab/pangebin-doc

Repository files navigation

Pangebin-doc

Note

This document is hosted on Overleaf.

Warning

Do not clone this repository if you want to modify this document. You modify it with:

  • The Overleaf web interface
  • The VSCode Overleaf remote extension iamhyc.overleaf-workshop (see sections below)

Modifying remotly this document with VSCode

Why?

  • You can use CTRL/CMD + SHIFT + F
  • You can use LaTeX Workshop extension
  • you can benefit from your custom VSCode extensions

How?

Limitation

  • You cannot create/upload a file other than a .tex file
    • You must use the web interface to upload the file

Compiling the document from CLI

From the root (with latexmk):

latexmk  # to compile
latexmk -c  # to clean

Or manually compile with:

main=main
build_dir=build

# To compile:
mkdir $build_dir
lualatex --synctex=1 --shell-escape --interaction=nonstopmode --file-line-error --output-directory $build_dir $main
biber $build_dir/$main
lualatex --synctex=1 --shell-escape --interaction=nonstopmode --file-line-error --output-directory $build_dir $main
lualatex --synctex=1 --shell-escape --interaction=nonstopmode --file-line-error --output-directory $build_dir $main

# To clean:
rm -rf $build_dir

About

Clone of overleaf Pangebin V2 document

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published