Skip to content

Commit

Permalink
Merge branch 'focus-paper'
Browse files Browse the repository at this point in the history
  • Loading branch information
Thaza-Kun committed Dec 12, 2023
2 parents 36fa20e + 1acfc77 commit 686838e
Show file tree
Hide file tree
Showing 301 changed files with 10,063 additions and 60,627 deletions.
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.11.0rc1
63 changes: 0 additions & 63 deletions CHANGELOG.md

This file was deleted.

Binary file not shown.
16 changes: 0 additions & 16 deletions README.md

This file was deleted.

47 changes: 47 additions & 0 deletions _extensions/baptiste/aft/_extension.yml
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
Loading

0 comments on commit 686838e

Please sign in to comment.