An automatic compiler that compiles your .lyx
files according to your needs.
- Set your
UNI
environment variable to wherever your.lyx
files are located. - Clone this repository.
- Copy the
compilation.config
file into%UNI%
and edit it to your needs. - Create a shortcut to
AutoCompiler.bat
. - Open
Run
and entershell:startup
and place the shortcut in the folder.
A valid configuration file must include the following:
- an
enabled
property:true
if you wish the program to run on startup andfalse
otherwise. - an
engine
property:pdflatex
orxelatex
according to your needs. Onlypdflatex
andxelatex
are currently supported - a
conflicts
property:weak
if you wish the compilation to stop when it meets a conflict with the remote repository associated with the%UNI%
folder.force
if the compilation should continue even when the remote is ahead of the local repository.disabled
if git is not initialized in%UNI%
. - All the subfolders of
%UNI%
that you wish to have they LyX files in them compiled.
Windows 10