mirror of
https://github.com/vale981/literate-programming-tutorials
synced 2025-03-05 09:51:39 -05:00
Added Common Export Settings Section
This commit is contained in:
parent
0ccd85fda8
commit
e72580ca0a
1 changed files with 15 additions and 0 deletions
|
@ -177,3 +177,18 @@
|
||||||
#+BEGIN_SRC latex :noweb yes :eval never :tangle yes
|
#+BEGIN_SRC latex :noweb yes :eval never :tangle yes
|
||||||
«european-physical-journal-latex-template»
|
«european-physical-journal-latex-template»
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
* Common Export Settings :noexport:
|
||||||
|
|
||||||
|
#+OPTIONS: ':nil *:t -:t ::t <:t H:7 \n:nil ^:{} arch:headline
|
||||||
|
#+OPTIONS: author:t broken-links:nil c:nil creator:nil
|
||||||
|
#+OPTIONS: d:(not "LOGBOOK") date:t e:t email:nil f:t inline:t num:nil
|
||||||
|
#+OPTIONS: p:nil pri:nil prop:nil stat:t tags:t tasks:t tex:t
|
||||||
|
#+OPTIONS: timestamp:t title:t toc:nil todo:t |:t
|
||||||
|
#+SELECT_TAGS: export
|
||||||
|
#+EXCLUDE_TAGS: noexport
|
||||||
|
|
||||||
|
# For Display when file is exported with org-ruby
|
||||||
|
|
||||||
|
#+EXPORT_SELECT_TAGS: export
|
||||||
|
#+EXPORT_EXCLUDE_TAGS: noexport
|
||||||
|
|
Loading…
Add table
Reference in a new issue