You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# If you use a version control system, you may want any directories created by ceur-make to be added to version control; this is an example for Subversion.
MKDIR = svn mkdir
# Your way of generating PDF from LaTeX sources; this should be a script or tool that takes all LaTeX-specific dependencies into account and automatically runs LaTeX as many times as necessary.
TEX2PDF = rubber -d
# for editing with Emacs (feel free to add code for vi etc.)