Skip to content
Snippets Groups Projects
Commit 2e0c40ee authored by Axel Dürkop's avatar Axel Dürkop
Browse files

Change paths to one level higher up for Issue structure

parent 0d1a2b8e
No related branches found
No related tags found
No related merge requests found
...@@ -13,14 +13,14 @@ geometry: ...@@ -13,14 +13,14 @@ geometry:
- bottom=2.8cm - bottom=2.8cm
sansfont: "Poppins" sansfont: "Poppins"
sansfontoptions: sansfontoptions:
- Path=../../journal-configuration/fonts/Poppins/ - Path=../../../journal-configuration/fonts/Poppins/
- UprightFont=*-Regular, - UprightFont=*-Regular,
- BoldFont=*-SemiBold - BoldFont=*-SemiBold
- ItalicFont=*-RegularItalic - ItalicFont=*-RegularItalic
- Scale=.8 - Scale=.8
mainfont: "Poppins" mainfont: "Poppins"
mainfontoptions: mainfontoptions:
- Path=../../journal-configuration/fonts/Poppins/ - Path=../../../journal-configuration/fonts/Poppins/
- UprightFont=*-Regular, - UprightFont=*-Regular,
- BoldFont=*-SemiBold - BoldFont=*-SemiBold
- ItalicFont=*-RegularItalic - ItalicFont=*-RegularItalic
...@@ -33,8 +33,8 @@ reference-section-title: Referenzen ...@@ -33,8 +33,8 @@ reference-section-title: Referenzen
journal: journal:
maintitle: Modernes Publizieren maintitle: Modernes Publizieren
subtitle: Journal für kollaboratives Schreiben und Publizieren subtitle: Journal für kollaboratives Schreiben und Publizieren
logo: ../../journal-configuration/journal-assets/journal-logo.pdf logo: ../../../journal-configuration/journal-assets/journal-logo.pdf
license-badge: ../../journal-configuration/journal-assets/license-badges/ license-badge: ../../../journal-configuration/journal-assets/license-badges/
logosize: 0.5cm logosize: 0.5cm
i18n: i18n:
submitted: Eingereicht submitted: Eingereicht
......
...@@ -13,37 +13,37 @@ DEFAULT_EXTENSIONS ?= html pdf ...@@ -13,37 +13,37 @@ DEFAULT_EXTENSIONS ?= html pdf
ADDITIONAL_EXTENSIONS ?= ADDITIONAL_EXTENSIONS ?=
# Place where pandoc-scholar resides # Place where pandoc-scholar resides
PANDOC_SCHOLAR_PATH = ../../pandoc-scholar PANDOC_SCHOLAR_PATH = ../../../pandoc-scholar
PANDOC_WRITER_OPTIONS += --resource-path=.:../../pandoc-templates/generic-template/templates PANDOC_WRITER_OPTIONS += --resource-path=.:../../../pandoc-templates/generic-template/templates
PANDOC_WRITER_OPTIONS += --filter=$(PANDOC_CITEPROC) \ PANDOC_WRITER_OPTIONS += --filter=$(PANDOC_CITEPROC) \
--lua-filter=../../journal-configuration/lua/affiliation-markers.lua --lua-filter=../../../journal-configuration/lua/affiliation-markers.lua
# Include separated configuration files # Include separated configuration files
# PANDOC_WRITER_OPTIONS = --metadata-file=config/article-metadata.inc.yml # PANDOC_WRITER_OPTIONS = --metadata-file=config/article-metadata.inc.yml
# PANDOC_WRITER_OPTIONS ?= --metadata-file=config/style-metadata.inc.yml # PANDOC_WRITER_OPTIONS ?= --metadata-file=config/style-metadata.inc.yml
PANDOC_READER_OPTIONS ?= --metadata-file=config/article-metadata.inc.yml \ PANDOC_READER_OPTIONS ?= --metadata-file=config/article-metadata.inc.yml \
--lua-filter=../../journal-configuration/lua/localize-date.lua --lua-filter=../../../journal-configuration/lua/localize-date.lua
# Additional option per file type # Additional option per file type
ifndef PANDOC_LATEX_OPTIONS ifndef PANDOC_LATEX_OPTIONS
PANDOC_LATEX_OPTIONS = --pdf-engine=xelatex -N PANDOC_LATEX_OPTIONS = --pdf-engine=xelatex -N
PANDOC_LATEX_OPTIONS += --metadata-file=../../journal-configuration/journal-config/journal-metadata.inc.yml PANDOC_LATEX_OPTIONS += --metadata-file=../../../journal-configuration/journal-config/journal-metadata.inc.yml
PANDOC_LATEX_OPTIONS += --lua-filter=../../journal-configuration/lua/smaller-latex-figures.lua PANDOC_LATEX_OPTIONS += --lua-filter=../../../journal-configuration/lua/smaller-latex-figures.lua
endif endif
# Configuration of the Hypothesis panel for HTML format # Configuration of the Hypothesis panel for HTML format
PANDOC_HTML_OPTIONS = -H ../../journal-configuration/journal-config/hypothesis.html PANDOC_HTML_OPTIONS = -H ../../../journal-configuration/journal-config/hypothesis.html
PANDOC_HTML_OPTIONS += --metadata-file=../../journal-configuration/journal-config/journal-metadata.inc.yml PANDOC_HTML_OPTIONS += --metadata-file=../../../journal-configuration/journal-config/journal-metadata.inc.yml
TEMPLATE_FILE_LATEX ?= ../../pandoc-templates/generic-template/templates/modpub-generic.latex TEMPLATE_FILE_LATEX ?= ../../../pandoc-templates/generic-template/templates/modpub-generic.latex
# TEMPLATE_FILE_LATEX ?= ../../pandoc-templates/generic-template/templates/plos.latex # TEMPLATE_FILE_LATEX ?= ../../../pandoc-templates/generic-template/templates/plos.latex
# TEMPLATE_FILE_LATEX ?= ../../pandoc-templates/generic-template/templates/pandoc-scholar-vanilla.latex # TEMPLATE_FILE_LATEX ?= ../../../pandoc-templates/generic-template/templates/pandoc-scholar-vanilla.latex
TEMPLATE_FILE_HTML ?= ../../pandoc-templates/generic-template/templates/modpub-generic.html TEMPLATE_FILE_HTML ?= ../../../pandoc-templates/generic-template/templates/modpub-generic.html
TEMPLATE_STYLE_HTML ?= ../../pandoc-templates/generic-template/templates/styles/pandoc-scholar.css TEMPLATE_STYLE_HTML ?= ../../../pandoc-templates/generic-template/templates/styles/pandoc-scholar.css
TEMPLATE_FILE_SLIM_HTML = ../../pandoc-templates/generic-template/templates/modpub-slim.html TEMPLATE_FILE_SLIM_HTML = ../../../pandoc-templates/generic-template/templates/modpub-slim.html
$(OUTFILE_PREFIX).slim.html: $(JSON_FILE) \ $(OUTFILE_PREFIX).slim.html: $(JSON_FILE) \
$(TEMPLATE_FILE_SLIM_HTML) \ $(TEMPLATE_FILE_SLIM_HTML) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment