1# SOME DESCRIPTIVE TITLE.
2# Copyright (C) Kovid Goyal
3# This file is distributed under the same license as the calibre package.
4#
5# Translators:
6msgid ""
7msgstr ""
8"Project-Id-Version: calibre\n"
9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2021-04-29 01:07+0000\n"
11"PO-Revision-Date: 2021-04-28 04:03+0000\n"
12"Last-Translator: Kovid Goyal <kovid@kovidgoyal.net>\n"
13"Language-Team: Xhosa (http://www.transifex.com/calibre/calibre/language/xh/)\n"
14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"
17"Language: xh\n"
18"Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
20#: ../../__w/calibre/calibre/manual/typesetting_math.rst:5
21msgid "Typesetting mathematics in e-books"
22msgstr ""
23
24#: ../../__w/calibre/calibre/manual/typesetting_math.rst:7
25msgid ""
26"The calibre E-book viewer has the ability to display mathematics embedded in"
27" e-books (EPUB and HTML files). You can typeset the mathematics directly "
28"with TeX or MathML or AsciiMath. The calibre E-book viewer uses the "
29"excellent `MathJax <https://www.mathjax.org>`_ library to do this. This is a"
30" brief tutorial on creating e-books with mathematics in them that work well "
31"with the calibre E-book viewer."
32msgstr ""
33
34#: ../../__w/calibre/calibre/manual/typesetting_math.rst:15
35msgid "A simple HTML file with mathematics"
36msgstr ""
37
38#: ../../__w/calibre/calibre/manual/typesetting_math.rst:17
39msgid ""
40"You can write mathematics inline inside a simple HTML file and the calibre "
41"E-book viewer will render it into properly typeset mathematics. In the "
42"example below, we use TeX notation for mathematics. You will see that you "
43"can use normal TeX commands, with the small caveat that ampersands and less "
44"than and greater than signs have to be written as &amp; &lt; and &gt; "
45"respectively."
46msgstr ""
47
48#: ../../__w/calibre/calibre/manual/typesetting_math.rst:23
49msgid ""
50"The first step is to tell calibre that this will contains mathematics. You "
51"do this by adding the following snippet of code to the <head> section of the"
52" HTML file::"
53msgstr ""
54
55#: ../../__w/calibre/calibre/manual/typesetting_math.rst:28
56msgid ""
57"That's it, now you can type mathematics just as you would in a .tex file. "
58"For example, here are Lorentz's equations::"
59msgstr ""
60
61#: ../../__w/calibre/calibre/manual/typesetting_math.rst:41
62msgid ""
63"This snippet looks like the following screen shot in the calibre E-book "
64"viewer."
65msgstr ""
66
67#: ../../__w/calibre/calibre/manual/typesetting_math.rst:46
68msgid ":guilabel:`The Lorenz Equations`"
69msgstr ""
70
71#: ../../__w/calibre/calibre/manual/typesetting_math.rst:48
72msgid ""
73"The complete HTML file, with more equations and inline mathematics is "
74"reproduced below. You can convert this HTML file to EPUB in calibre to end "
75"up with an e-book you can distribute easily to other people."
76msgstr ""
77
78#: ../../__w/calibre/calibre/manual/typesetting_math.rst:54
79msgid ""
80"Here is the generated EPUB file: `mathjax.epub <_static/mathjax.epub>`_."
81msgstr ""
82
83#: ../../__w/calibre/calibre/manual/typesetting_math.rst:60
84msgid "More information"
85msgstr ""
86
87#: ../../__w/calibre/calibre/manual/typesetting_math.rst:62
88msgid ""
89"Since the calibre E-book viewer uses the MathJax library to render "
90"mathematics, the best place to find out more about mathematics in e-books "
91"and get help is the `MathJax website <https://www.mathjax.org>`_."
92msgstr ""
93