summaryrefslogblamecommitdiffstats
path: root/fonts-tex/FUNCTIONS
blob: 0506b79c41f53511fc255a6e27c4a74e52338922 (plain) (tree)
1
2
3
4
5
6
7






                                                                      






                                                                      






                                                                      
#---------------------------------------------------------------------
## 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
}