- # Danish translation of directives/ikiwiki/directive/teximg page for ikiwiki.
- # Copyright (C) 2008-2009 Jonas Smedegaard <dr@jones.dk>
- # This file is distributed under the same license as the ikiwiki package.
- # Jonas Smedegaard <dr@jones.dk>, 2008.
- #
- msgid ""
- msgstr ""
- "Project-Id-Version: ikiwiki 3.15\n"
- "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2009-07-22 11:17+0300\n"
- "PO-Revision-Date: 2009-07-23 00:06+0200\n"
- "Last-Translator: Jonas Smedegaard <dr@jones.dk>\n"
- "Language-Team: None\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bit\n"
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
- "X-Poedit-Language: Danish\n"
- "X-Poedit-Country: DENMARK\n"
- "X-Poedit-SourceCharset: utf-8\n"
- #. type: Plain text
- msgid ""
- "The `teximg` directive is supplied by the [[!iki plugins/teximg "
- "desc=teximg]] plugin."
- msgstr ""
- #. type: Plain text
- msgid "This directive renders LaTeX formulas into images."
- msgstr ""
- #. type: Title ##
- #, no-wrap
- msgid "examples"
- msgstr "eksempler"
- #. type: Plain text
- #, no-wrap
- msgid ""
- "\t\\[[!teximg code=\"\\frac{1}{2}\"]]\n"
- "\t\\[[!teximg code=\"E = - \\frac{Z^2 \\cdot \\mu \\cdot e^4}{32\\pi^2 \\epsilon_0^2 \\hbar^2 n^2}\" ]]\n"
- msgstr ""
- #. type: Plain text
- msgid "To scale the image, use height=x:"
- msgstr ""
- #. type: Plain text
- #, no-wrap
- msgid ""
- "\t\\[[!teximg code=\"\\frac{1}{2}\" height=\"17\"]]\n"
- "\t\\[[!teximg code=\"\\frac{1}{2}\" height=\"8\"]]\n"
- msgstr ""
- "\t\\[[!teximg code=\"\\frac{1}{2}\" height=\"17\"]]\n"
- "\t\\[[!teximg code=\"\\frac{1}{2}\" height=\"8\"]]\n"
- #. type: Plain text
- msgid ""
- "If no height is chosen the default height 12 is used. Valid heights are: 8, "
- "9, 10, 11, 12, 14, 17, 20. If another height is entered, the closest "
- "available height is used."
- msgstr ""
- #. type: Plain text
- msgid "To add an alt text to the image, use alt=\"text\":"
- msgstr ""
- #. type: Plain text
- #, no-wrap
- msgid "\t\\[[!teximg code=\"\\frac{1}{2}\" alt=\"1/2\"]]\n"
- msgstr "\t\\[[!teximg code=\"\\frac{1}{2}\" alt=\"1/2\"]]\n"
- #. type: Plain text
- #, no-wrap
- msgid "[[!meta robots=\"noindex, follow\"]]\n"
- msgstr "[[!meta robots=\"noindex, follow\"]]\n"
|