Add .gitignore, update template.yml and template.tex for new document structure, and include example markdown file
This commit is contained in:
parent
1e1e1e65e2
commit
d040c12b63
7 changed files with 101 additions and 8 deletions
10
template.yml
10
template.yml
|
@ -3,12 +3,20 @@ title: 'Cours 4.0'
|
|||
description: 'Cours4.0 Template'
|
||||
version: 1.0.0
|
||||
license: MIT
|
||||
source: 'https://example.com/author-guidelines/latex-submission'
|
||||
thumbnail: ./thumbnail.png
|
||||
authors:
|
||||
- name: Edgar P. Burkhart
|
||||
source: 'https://git.edgarpierre.fr/edpibu/courstex'
|
||||
tags:
|
||||
- paper
|
||||
doc:
|
||||
- id: title
|
||||
required: true
|
||||
- id: authors
|
||||
required: true
|
||||
- id: affiliations
|
||||
required: false
|
||||
- id: date
|
||||
files:
|
||||
- template.tex
|
||||
packages:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue