File: glsentries.tex

package info (click to toggle)
vim-vimtex 2.17-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,844 kB
  • sloc: makefile: 360; python: 103
file content (53 lines) | stat: -rw-r--r-- 821 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
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}$
  }
}