Thierry Dumont 2 minggu lalu
induk
melakukan
54ab7622d6
4 mengubah file dengan 7 tambahan dan 5 penghapusan
  1. 2 1
      .gitignore
  2. 3 0
      makeTitre.py
  3. 1 1
      tout.py
  4. 1 3
      tpl.tex

+ 2 - 1
.gitignore

@@ -149,4 +149,5 @@ __pycache__
 #
 Poubelle
 Tests
-Docs
+Docs
+TAGS

+ 3 - 0
Scripts/makeTitre.py → makeTitre.py

@@ -1,3 +1,6 @@
+#!/home/moi/Memoires/venv/bin/python
+#
+#  fabriquer le titre d'un texte à partir du fichier data.yml
 #
 from jinja2 import Environment, FileSystemLoader
 import os,yaml,sys

+ 1 - 1
tout.py

@@ -1,4 +1,4 @@
-#!/home/moi/ProtoMemoires/venv/bin/python
+#!/home/moi/Memoires/venv/bin/python
 import glob,subprocess
 #-------------------------------------------            
 def addpath(x,ajout):

+ 1 - 3
tpl.tex

@@ -19,9 +19,7 @@
 %\usepackage{fontspec} 
 %\usepackage[fontsize=10]{fontsize}
 %
-%\sepackage[cam]{crop}
 %\usepackage[cross,b5,center]{crop}
-%\usepackage[showframe,b5paper,verbose]{geometry}
 
 \counterwithin{figure}{section}
 
@@ -46,7 +44,7 @@
 \usepackage{chngcntr}%bidouiller les compteurs
 \usepackage{upquote}
 \usepackage{microtype}
-\usepackage{xcolor}
+%\usepackage{xcolor}
 \usepackage{longtable}
 \usepackage{booktabs}
 \usepackage{bookmark}