-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
301 changed files
with
10,063 additions
and
60,627 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.11.0rc1 |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
title: Article Format Template | ||
author: Christophe Dervieux | ||
version: 0.1.0 | ||
contributes: | ||
formats: | ||
common: | ||
# define below YAML configuration common to all formats | ||
filters: | ||
# You can include here Lua filters from your extension format | ||
- color-text.lua | ||
shortcodes: | ||
# You can include here Lua filters defining shortcodes from your extension | ||
- shortcodes.lua | ||
knitr: | ||
opts_chunk: | ||
echo: false | ||
pdf: | ||
# define default configuration for the pdf version of your format | ||
documentclass: aft | ||
colorlinks: true | ||
urlcolor: red | ||
fig-width: 6.5 | ||
fig-height: 4.5 | ||
# This format use a bst file with natbib | ||
biblio-style: te | ||
cite-method: natbib | ||
# Set this below (`biblio-config: false`) if your cls already load a bst file | ||
# biblio-config: false | ||
# Content to add in header that your format is using | ||
header-includes: | | ||
\usepackage{orcidlink} | ||
\definecolor{mypink}{RGB}{219, 48, 122} | ||
template-partials: | ||
# Add here the partials your format is using | ||
- "partials/title.tex" | ||
- "partials/_authors.tex" | ||
format-resources: | ||
# Add here the resources required for the PDF rendering | ||
- aft.cls | ||
- te.bst | ||
html: | ||
# define default configuration for the html version of your format | ||
number-sections: true | ||
toc: true | ||
theme: custom.scss | ||
# Use a CSL file to style (https://www.zotero.org/styles/) | ||
csl: https://www.zotero.org/styles/journal-of-institutional-and-theoretical-economics |
Oops, something went wrong.