Browse Source

utilisation du template de spinosi pour le docx

Hugo Roy 7 years ago
parent
commit
fd2ed70266
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cocktail

+ 1 - 1
cocktail

@@ -166,7 +166,7 @@ pad2docx() {
 
 
   local input=$1
   local input=$1
   local output=$2
   local output=$2
-  local refdoc="$PANDOC_INCLUDE_BASE/exegetes.docx"
+  local refdoc="$PANDOC_INCLUDE_BASE/spinosi.docx"
   verbose "[$FUNCNAME] input=$input output=$output"
   verbose "[$FUNCNAME] input=$input output=$output"
 
 
   if ! test -e "$refdoc";
   if ! test -e "$refdoc";