diff --git a/REB_CSL-dev/REB.csl b/REB/REB.csl similarity index 93% rename from REB_CSL-dev/REB.csl rename to REB/REB.csl index 8e169fa..89bc796 100644 --- a/REB_CSL-dev/REB.csl +++ b/REB/REB.csl @@ -57,11 +57,13 @@ Pour utiliser ce style dans un article rédigé dans une langue autre que le fra http://zotero.org/styles/reb-zotbyz-dev Bastien Dumont - bastien.dumont@univ-paris1.fr + bastien.dumont@posteo.net + 2019-02-04T12:10:36+01:00 + This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -99,6 +101,94 @@ Pour utiliser ce style dans un article rédigé dans une langue autre que le fra + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -551,20 +641,16 @@ Pour utiliser ce style dans un article rédigé dans une langue autre que le fra - - - - - - - - + + + - - - + + + + @@ -594,120 +680,9 @@ Pour utiliser ce style dans un article rédigé dans une langue autre que le fra - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/REB_CSL-dev/REB_CSL-Validation.html b/REB/REB_CSL-Validation.html similarity index 100% rename from REB_CSL-dev/REB_CSL-Validation.html rename to REB/REB_CSL-Validation.html diff --git a/REB_CSL-dev/REB_filters-first.txt b/REB/REB_filters-first.txt similarity index 100% rename from REB_CSL-dev/REB_filters-first.txt rename to REB/REB_filters-first.txt diff --git a/REB_CSL-dev/REB_filters-last.txt b/REB/REB_filters-last.txt similarity index 100% rename from REB_CSL-dev/REB_filters-last.txt rename to REB/REB_filters-last.txt diff --git a/Utilitaires_CSL/.biblio.stamp b/Utilitaires/.biblio.stamp similarity index 100% rename from Utilitaires_CSL/.biblio.stamp rename to Utilitaires/.biblio.stamp diff --git a/Utilitaires_CSL/Makefile b/Utilitaires/Makefile similarity index 65% rename from Utilitaires_CSL/Makefile rename to Utilitaires/Makefile index 5353e81..e4b305b 100644 --- a/Utilitaires_CSL/Makefile +++ b/Utilitaires/Makefile @@ -1,20 +1,18 @@ -# TODO : Ajouter les filtres nécessaires pour obtenir un bon rendu. On peut imaginer un fichier dans $(STYLESHEET_DIR) qui indique les différents filtres à appliquer : un petit script dans le make récupère ces noms de fichiers et en fait des arguments de ligne de commande commençant par --filter. - INPUT_DATA_DIR = ../Tests-Data BIBLIO_FILE = $(INPUT_DATA_DIR)/BIBLIO_CSL-Tests.json INPUT_FILE = $(INPUT_DATA_DIR)/CSL-Tests.md -STYLESHEET_DIR = _CSL-dev +STYLESHEETS_DIR = .. VALIDATION_FILE_SUFFIX = _CSL-Validation.html OUTPUT_FILE_SUFFIX = _CSL-Tests.html CSL_FILE_SUFFIX = .csl JSON_BIBLIO_UTILITIES_DIR = /home/bdumont/Logiciels/Pandoc-utilities/FileModifiers-Pandoc VALIDATION_PROV_FILE = $(PROV_PREFIX)$(JOURNAL)$(VALIDATION_FILE_SUFFIX) -CSL_FILE = ../$(JOURNAL)$(STYLESHEET_DIR)/$(JOURNAL)$(CSL_FILE_SUFFIX) -VALIDATION_FILE = ../$(JOURNAL)$(STYLESHEET_DIR)/$(JOURNAL)$(VALIDATION_FILE_SUFFIX) -OUTPUT_FILE = ../$(JOURNAL)$(STYLESHEET_DIR)/$(JOURNAL)$(OUTPUT_FILE_SUFFIX) -FILTERS_FILE_FIRST = ../$(JOURNAL)$(STYLESHEET_DIR)/$(JOURNAL)_filters-first.txt +CSL_FILE = $(STYLESHEETS_DIR)/$(JOURNAL)/$(JOURNAL)$(CSL_FILE_SUFFIX) +VALIDATION_FILE = $(STYLESHEETS_DIR)/$(JOURNAL)/$(JOURNAL)$(VALIDATION_FILE_SUFFIX) +OUTPUT_FILE = $(STYLESHEETS_DIR)/$(JOURNAL)/$(JOURNAL)$(OUTPUT_FILE_SUFFIX) +FILTERS_FILE_FIRST = $(STYLESHEETS_DIR)/$(JOURNAL)/$(JOURNAL)_filters-first.txt FILTERS_LIST_FIRST != ./get-filters.sh $(FILTERS_FILE_FIRST) -FILTERS_FILE_LAST = ../$(JOURNAL)$(STYLESHEET_DIR)/$(JOURNAL)_filters-last.txt +FILTERS_FILE_LAST = $(STYLESHEETS_DIR)/$(JOURNAL)/$(JOURNAL)_filters-last.txt FILTERS_LIST_LAST != ./get-filters.sh $(FILTERS_FILE_LAST) PANDOC_OPTIONS = -s \ $(FILTERS_LIST_FIRST) \ @@ -60,4 +58,4 @@ install: $(VALIDATION_PROV_FILE) mv $(VALIDATION_PROV_FILE) $(VALIDATION_FILE) clean: - rm ../*$(STYLESHEET_DIR)/*$(OUTPUT_FILE_SUFFIX) + rm $(STYLESHEETS_DIR)/*/*$(OUTPUT_FILE_SUFFIX) diff --git a/Utilitaires_CSL/generer-md-pour-citeproc.sh b/Utilitaires/generer-md-pour-citeproc.sh similarity index 100% rename from Utilitaires_CSL/generer-md-pour-citeproc.sh rename to Utilitaires/generer-md-pour-citeproc.sh diff --git a/Utilitaires_CSL/get-filters.sh b/Utilitaires/get-filters.sh similarity index 100% rename from Utilitaires_CSL/get-filters.sh rename to Utilitaires/get-filters.sh