org article preamble clean up

This commit is contained in:
2022-04-22 19:50:43 +02:00
parent 163772942a
commit 2ff6f7e396
4 changed files with 59 additions and 790 deletions

View File

@@ -28,13 +28,13 @@
#+BEGIN_abstract
*{{{author}}}*
*{{{title-name}}}*\\
*{{{title-name}}}*\\\\
{{{title}}}
*{{{keyword-name}}}*\\
*{{{keyword-name}}}*\\\\
{{{keyword(keywords)}}}
*{{{description-name}}}*\\
*{{{description-name}}}*\\\\
{{{keyword(description)}}}
#+END_abstract
@@ -60,39 +60,30 @@
#+TOC: listings
#+LATEX: \thispagestyle{plain}
* List of Symbols
:PROPERTIES:
:CUSTOM_ID: list-of-symbols
:UNNUMBERED: t
:END:
#+ATTR_LATEX: :center nil
| \(A\) | mm^{2} | Area |
| \(L\) | mm | Length |
| \(f\) | Hz | Eigen frequency |
| \(J\) | | {{{textsc(Jacobi)}}}an determinant |
| \(m\ti{ges}\) | kg | Total mass |
| \(m_{ik}\ho{eff}\) | kg | Effective mass |
* Glossary and Acronyms :ignore:
:PROPERTIES:
:UNNUMBERED: t
:END:
* Glossary, Acronym and List of Symbols :ignore:
#+name: glossary
| label | name | description |
|-------+-------+---------------|
| tree | Tree | A woody plant |
| shrub | Shrub | A woody bush |
| label | name | description | unit |
|-------+-------+-----------------------------------------------------+--------|
| tree | Tree | A woody plant | |
| shrub | Shrub | A woody bush | |
| api-g | API | An Application Programming Interface (API) is a ... | |
| w | \\(w\\) | Width | mm |
| A | \\(A\\) | Area | mm^{2} |
| L | \\(L\\) | Length | mm |
| f | \\(f\\) | Eigen frequency | Hz |
#+name: acronyms
| key | abbreviation | full form |
|------+--------------+--------------------------------|
| mimo | | multiple-input multiple output |
| qos | QoS | quality-of-service |
| bb | BB | branch and bound |
| label | abbreviation | full form |
|-------+--------------+-----------------------------------|
| mimo | | multiple-input multiple output |
| qos | QoS | quality-of-service |
| bb | BB | branch and bound |
| api | API | Application Programming Interface |
[[printglossaries:]]
# \printglossary[type=\acronymtype]
# \printglossary
#+LATEX: \printglossary\thispagestyle{plain}
#+LATEX: \printglossary[type=\acronymtype,title=Abkürzungsverzeichnis]\thispagestyle{plain}
#+LATEX: \printglossary[type=symbols,style=mysymbols,title=Symbolverzeichnis]\thispagestyle{plain}
#+LATEX: \glsaddallunused
* EOP :ignore:
#+LATEX: \newpage\pagenumbering{arabic}\setcounter{page}{1}

View File

@@ -0,0 +1,23 @@
# -*- mode: snippet -*-
# name: Article Abstract
# group: Article Templates
# key: ?article-abstract
# --
* Abstract :ignore:
:PROPERTIES:
:VISIBILITY: folded
:END:
#+LATEX: \clearpage\thispagestyle{empty}
# uses keyword document_type
#+BEGIN_abstract
*{{{author}}}*
*{{{title-name}}}*\\\\
{{{title}}}
*{{{keyword-name}}}*\\\\
{{{keyword(keywords)}}}
*{{{description-name}}}*\\\\
{{{keyword(description)}}}
#+END_abstract

View File

@@ -1,19 +1,19 @@
# -*- mode: snippet -*-
# name: Article Glossaries
# name: Article Glossary Acronym and List of Symbols
# group: Article Templates
# key: ?article-gls
# --
* Glossary, Acronym and List of Symbols :ignore:
#+name: glossary
| label | name | description | unit |
|-------+-------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------|
| tree | Tree | A woody plant | |
| shrub | Shrub | A woody bush | |
| api-g | API | An Application Programming Interface (API) is a particular set of rules and specifications that a software program can follow to access and make use of the services and resources provided by another particular software program that implements that API | |
| w | \(w\) | Width | mm |
| A | \(A\) | Area | mm^{2} |
| L | \(L\) | Length | mm |
| f | \(f\) | Eigen frequency | Hz |
| label | name | description | unit |
|-------+-------+-----------------------------------------------------+--------|
| tree | Tree | A woody plant | |
| shrub | Shrub | A woody bush | |
| api-g | API | An Application Programming Interface (API) is a ... | |
| w | \\(w\\) | Width | mm |
| A | \\(A\\) | Area | mm^{2} |
| L | \\(L\\) | Length | mm |
| f | \\(f\\) | Eigen frequency | Hz |
#+name: acronyms
| label | abbreviation | full form |