Set up latex article metadata snippet

This commit is contained in:
coolneng 2020-07-19 13:45:58 +02:00
parent 53b4fffbee
commit cbaac3a67b
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# -*- mode: snippet -*-
# name: article latex metadata
# key: art
# --
#+TITLE: $0
#+AUTHOR: Amin Kasrou Aouam
#+LANGUAGE: es
#+OPTIONS: toc:nil
#+LATEX_CLASS: article
#+LATEX_CLASS_OPTIONS: [a4paper]