I broke up with neovim....vim is my best friend now
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
\newglossary*{gloss}{Glossary}
|
||||
\newglossary*{symbols}{List of symbols}
|
||||
|
||||
\makeglossaries
|
||||
|
||||
\newglossaryentry{kv}
|
||||
{
|
||||
type=gloss,
|
||||
name=KV,
|
||||
description={Kontrollvolumen}
|
||||
}
|
||||
|
||||
\newglossaryentry{dgl}
|
||||
{
|
||||
type=gloss,
|
||||
name=DGL,
|
||||
description={Differentialgleichung}
|
||||
}
|
||||
|
||||
\newglossaryentry{agl}
|
||||
{
|
||||
type=gloss,
|
||||
name=AGL,
|
||||
description={Algebraische Gleichung}
|
||||
}
|
||||
|
||||
\newglossaryentry{dichte}
|
||||
{
|
||||
sort=1171,
|
||||
type=symbols,
|
||||
name={\ensuremath{\varrho}},
|
||||
description={
|
||||
Dichte, $[\varrho] = \frac{kg}{m^3}$
|
||||
}
|
||||
}
|
||||
\newglossaryentry{c}
|
||||
{
|
||||
sort=0031,
|
||||
type=symbols,
|
||||
name={\ensuremath{c}},
|
||||
description={
|
||||
spezifische Wärmekapazität, $[c] = \frac{J}{kg\cdot K}$
|
||||
}
|
||||
}
|
||||
\newglossaryentry{C}
|
||||
{
|
||||
sort=0030,
|
||||
type=symbols,
|
||||
name={\ensuremath{C_{th}}},
|
||||
description={
|
||||
Wärmekapazität, $[C_{th}] = \frac{J}{K}$
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user