Skip to content

cyberaide/paper-frontiers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f059971 · Oct 25, 2023
Apr 17, 2023
Sep 8, 2023
Sep 9, 2023
Sep 8, 2023
Feb 15, 2023
Dec 19, 2022
Dec 19, 2022
Dec 19, 2022
Dec 19, 2022
Jul 17, 2023
Apr 14, 2023
Dec 19, 2022
Dec 19, 2022
Dec 19, 2022
Dec 19, 2022
Dec 19, 2022
Dec 19, 2022
Dec 19, 2022
Dec 19, 2022
Dec 19, 2022
Dec 19, 2022
Dec 19, 2022
Feb 14, 2023
Sep 8, 2023
Oct 25, 2023
Oct 2, 2023

Repository files navigation

paper-frontiers

To compile/render this paper and preview it continuously, execute make watch.

Latexmk is required to do this. Installation instructions are located at https://mg.readthedocs.io/latexmk.html We recommend choosing "Yes" when asked "Install missing packages on-the-fly" during the MiKTeX installation.

The order of installing required programs to compile the paper is:

  • MiKTeX (if Windows)
  • latexmk (installed from the Packages tab in MiKTeX console)
  • Okular
  • make

We recommend installing Okular to utilize make watch continuously, because Okular does not lock the file unlike other PDF viewers such as Acrobat.

If on Windows, get make by using choco. If chocolatey is not installed, follow the documentation at https://chocolatey.org/install. Then use choco install make.