Skip to content

dikurevy/RevyTeX

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RevyTeX Build Status

LaTeX environment and scripts for the science revues at University of Copenhagen.

Installation

RevyTeX requires Perl and a latex distribution.

To install the required perl packages, execute the following commands:

sudo cpan -i App::cpanminus
sudo cpanm --notest --installdeps .

Usage

To make a new revue folder:

cd RevyTeX
make ../NewRevue

To compile a manuscript:

cd NewRevue

gedit aktoversigt.plan
# Format for file is:
#
# Akt 1
# sange/song1.tex
# sketches/sketch1.tex
# sketches/sketch2.tex
#
# Akt 2
# sange/song2.tex
# etc...

make

About

LaTeX environment and scripts for the science revues at Copenhagen university

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 53.8%
  • Perl 41.3%
  • Shell 2.5%
  • Makefile 2.4%