Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
journal-configuration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hamburg Open Science
Modernes Publizieren
Projekteinsichten für die interessierte Öffentlichkeit
Software
Configurations
journal-configuration
Commits
2e0c40ee
Commit
2e0c40ee
authored
4 years ago
by
Axel Dürkop
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
journal-config/journal-metadata.inc.yml
+4
-4
4 additions, 4 deletions
journal-config/journal-metadata.inc.yml
journal-config/pandoc-options.inc.mk
+15
-15
15 additions, 15 deletions
journal-config/pandoc-options.inc.mk
with
19 additions
and
19 deletions
journal-config/journal-metadata.inc.yml
+
4
−
4
View file @
2e0c40ee
...
...
@@ -13,14 +13,14 @@ geometry:
-
bottom=2.8cm
sansfont
:
"
Poppins"
sansfontoptions
:
-
Path=../../journal-configuration/fonts/Poppins/
-
Path=../../
../
journal-configuration/fonts/Poppins/
-
UprightFont=*-Regular,
-
BoldFont=*-SemiBold
-
ItalicFont=*-RegularItalic
-
Scale=.8
mainfont
:
"
Poppins"
mainfontoptions
:
-
Path=../../journal-configuration/fonts/Poppins/
-
Path=../../
../
journal-configuration/fonts/Poppins/
-
UprightFont=*-Regular,
-
BoldFont=*-SemiBold
-
ItalicFont=*-RegularItalic
...
...
@@ -33,8 +33,8 @@ reference-section-title: Referenzen
journal
:
maintitle
:
Modernes Publizieren
subtitle
:
Journal für kollaboratives Schreiben und Publizieren
logo
:
../../journal-configuration/journal-assets/journal-logo.pdf
license-badge
:
../../journal-configuration/journal-assets/license-badges/
logo
:
../../
../
journal-configuration/journal-assets/journal-logo.pdf
license-badge
:
../../
../
journal-configuration/journal-assets/license-badges/
logosize
:
0.5cm
i18n
:
submitted
:
Eingereicht
...
...
This diff is collapsed.
Click to expand it.
journal-config/pandoc-options.inc.mk
+
15
−
15
View file @
2e0c40ee
...
...
@@ -13,37 +13,37 @@ DEFAULT_EXTENSIONS ?= html pdf
ADDITIONAL_EXTENSIONS
?=
# 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
)
\
--lua-filter
=
../../journal-configuration/lua/affiliation-markers.lua
--lua-filter
=
../../
../
journal-configuration/lua/affiliation-markers.lua
# Include separated configuration files
# PANDOC_WRITER_OPTIONS = --metadata-file=config/article-metadata.inc.yml
# PANDOC_WRITER_OPTIONS ?= --metadata-file=config/style-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
ifndef
PANDOC_LATEX_OPTIONS
PANDOC_LATEX_OPTIONS
=
--pdf-engine
=
xelatex
-N
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
+=
--metadata-file
=
../../
../
journal-configuration/journal-config/journal-metadata.inc.yml
PANDOC_LATEX_OPTIONS
+=
--lua-filter
=
../../
../
journal-configuration/lua/smaller-latex-figures.lua
endif
# Configuration of the Hypothesis panel for HTML format
PANDOC_HTML_OPTIONS
=
-H
../../journal-configuration/journal-config/hypothesis.html
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/plos.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_STYLE_HTML
?=
../../pandoc-templates/generic-template/templates/styles/pandoc-scholar.css
TEMPLATE_FILE_SLIM_HTML
=
../../pandoc-templates/generic-template/templates/modpub-slim.html
PANDOC_HTML_OPTIONS
=
-H
../../
../
journal-configuration/journal-config/hypothesis.html
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/plos.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_STYLE_HTML
?=
../../
../
pandoc-templates/generic-template/templates/styles/pandoc-scholar.css
TEMPLATE_FILE_SLIM_HTML
=
../../
../
pandoc-templates/generic-template/templates/modpub-slim.html
$(OUTFILE_PREFIX).slim.html
:
$(JSON_FILE)
\
$(TEMPLATE_FILE_SLIM_HTML)
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment