19 lines
432 B
Org Mode
19 lines
432 B
Org Mode
#+title: {{Title}}
|
|
#+author: {{Author}}
|
|
#+options: toc:nil
|
|
#+latex_header: \usepackage[margin=1in]{geometry}
|
|
#+latex_header: \usepackage[spanish]{babel}
|
|
#+latex_header: \AtBeginDocument{\selectlanguage{spanish}}
|
|
#+latex_header: \usepackage{multicol,lipsum}
|
|
#+cite_export: csl ~/.config/snippets/acs.csl
|
|
#+bibliography: bibliography.bib
|
|
|
|
#+begin_abstract
|
|
{{Abstract}}
|
|
#+end_abstract
|
|
|
|
* Sección
|
|
|
|
* Referencias
|
|
|
|
#+print_bibliography:
|