1# German translation of directives/ikiwiki/directive/teximg page for ikiwiki.
2# Copyright © 2010, 2017 Sebastian Kuhnert <mail@sebastian-kuhnert.de>
3# Redistribution and use in source and compiled forms, with or without
4# modification, are permitted under any circumstances. No warranty.
5msgid ""
6msgstr ""
7"POT-Creation-Date: 2010-03-12 09:29+0530\n"
8"PO-Revision-Date: 2017-12-21 23:33+0100\n"
9"Last-Translator: Sebastian Kuhnert <mail@sebastian-kuhnert.de>\n"
10"Language-Team: None\n"
11"Language: de\n"
12"MIME-Version: 1.0\n"
13"Content-Type: text/plain; charset=UTF-8\n"
14"Content-Transfer-Encoding: 8bit\n"
15"Plural-Forms: nplurals=2; plural=n != 1;\n"
16
17#. type: Plain text
18msgid ""
19"The `teximg` directive is supplied by the [[!iki plugins/teximg "
20"desc=teximg]] plugin."
21msgstr ""
22"Die `teximg`-Anweisung wird durch die [[!iki plugins/teximg "
23"desc=teximg]]-Erweiterung bereitgestellt."
24
25#. type: Plain text
26msgid "This directive renders LaTeX formulas into images."
27msgstr "Diese Anweisung wandelt LaTeX-Formeln in Bilder um."
28
29#. type: Title ##
30#, no-wrap
31msgid "examples"
32msgstr "Beispiele"
33
34#. type: Plain text
35#, no-wrap
36msgid ""
37"\t\\[[!teximg code=\"\\frac{1}{2}\"]]\n"
38"\t\\[[!teximg code=\"E = - \\frac{Z^2 \\cdot  \\mu \\cdot e^4}{32\\pi^2 "
39"\\epsilon_0^2 \\hbar^2 n^2}\" ]]\n"
40msgstr ""
41"\t\\[[!teximg code=\"\\frac{1}{2}\"]]\n"
42"\t\\[[!teximg code=\"E = - \\frac{Z^2 \\cdot  \\mu \\cdot e^4}{32\\pi^2 "
43"\\epsilon_0^2 \\hbar^2 n^2}\" ]]\n"
44
45#. type: Plain text
46msgid "To scale the image, use height=x:"
47msgstr ""
48"Um die Größe des Bilds zu verändern, kann `height=y` angegeben werden:"
49
50#. type: Plain text
51#, no-wrap
52msgid ""
53"\t\\[[!teximg code=\"\\frac{1}{2}\" height=\"17\"]]\n"
54"\t\\[[!teximg code=\"\\frac{1}{2}\" height=\"8\"]]\n"
55msgstr ""
56"\t\\[[!teximg code=\"\\frac{1}{2}\" height=\"17\"]]\n"
57"\t\\[[!teximg code=\"\\frac{1}{2}\" height=\"8\"]]\n"
58
59#. type: Plain text
60msgid ""
61"If no height is chosen the default height 12 is used. Valid heights are: 8, "
62"9, 10, 11, 12, 14, 17, 20. If another height is entered, the closest "
63"available height is used."
64msgstr ""
65"Wenn keine Höhe angegeben wird, wird 12 verwendet. Zulässige Höhen sind 8, "
66"9, 10, 11, 12, 14, 17 und 20. Wird eine andere Höhe angegeben, wird "
67"stattdessen die nächste zulässige verwendet."
68
69#. type: Plain text
70msgid "To add an alt text to the image, use alt=\"text\":"
71msgstr ""
72"Um einen `alt`-Text zu dem Bild hinzuzufügen, kann `alt=\"Text\"` verwendet "
73"werden:"
74
75#. type: Plain text
76#, no-wrap
77msgid "\t\\[[!teximg code=\"\\frac{1}{2}\" alt=\"1/2\"]]\n"
78msgstr "\t\\[[!teximg code=\"\\frac{1}{2}\" alt=\"1/2\"]]\n"
79
80#. type: Plain text
81#, no-wrap
82msgid "[[!meta robots=\"noindex, follow\"]]\n"
83msgstr "[[!meta robots=\"noindex, follow\"]]\n"
84
85
86