summaryrefslogtreecommitdiffstats
path: root/fonts-tex/FUNCTIONS
blob: 0506b79c41f53511fc255a6e27c4a74e52338922 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#---------------------------------------------------------------------
## Replaces Sorcery's default_post_remove with a TeX font one
#---------------------------------------------------------------------
function default_post_remove() {
  . $SECTION_DIRECTORY/TEX_POST_REMOVE
}

#---------------------------------------------------------------------
## Replaces Sorcery's default_final with a TeX font one
#---------------------------------------------------------------------
function default_final() {
  . $SECTION_DIRECTORY/TEX_FINAL
}

#---------------------------------------------------------------------
## Replaces Sorcery's default_post_resurrect with a TeX font one
#---------------------------------------------------------------------
function default_post_resurrect() {
  . $SECTION_DIRECTORY/TEX_POST_RESURRECT
}