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

@@ -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 |