forked from AlexanderWillner/Review
-
Notifications
You must be signed in to change notification settings - Fork 1
/
build.sh
executable file
·34 lines (27 loc) · 1.34 KB
/
build.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#!/bin/bash
#===============================================================================
#/**
# * LaTeX review template (build file)
# * @author : Alexander willner ([email protected])
# */
#===============================================================================
#===============================================================================
# Local modifications
#===============================================================================
#cp ~/path/to/auto-generated-list.bib .
#===============================================================================
#===============================================================================
# Configuration
#===============================================================================
source ./$0.config
source ./$DIR_BLD/$0.lib
#===============================================================================
#===============================================================================
# Parameter checking
#===============================================================================
checkParameter $*
#===============================================================================
#===============================================================================
# Main program
#===============================================================================
doDefaultProject