string changes

This commit is contained in:
Kovid Goyal 2024-09-02 19:18:15 +05:30
parent 0ca1019905
commit 96a89fe13a
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
3 changed files with 7 additions and 7 deletions

View File

@ -956,7 +956,7 @@ calibre has several keyboard shortcuts to save you time and mouse movement. Thes
- Restrict the displayed books to only those books that are in a category - Restrict the displayed books to only those books that are in a category
currently displayed in the :guilabel:`Tag browser` currently displayed in the :guilabel:`Tag browser`
* - :kbd:`B` * - :kbd:`B`
- Browse annotations (highlights and bookmarks) made in the calibre viewer for all books in the library - Browse annotations (highlights and bookmarks) made in the calibre E-book viewer for all books in the library
* - :kbd:`Ctrl+Shift+N` * - :kbd:`Ctrl+Shift+N`
- Browse notes associated with authors/series/tags/etc. - Browse notes associated with authors/series/tags/etc.
* - :kbd:`Alt+Shift+L` * - :kbd:`Alt+Shift+L`

View File

@ -56,7 +56,7 @@ with an e-book you can distribute easily to other people.
.. literalinclude:: mathjax.html .. literalinclude:: mathjax.html
:language: html :language: html
.. note:: The calibre viewer supports MathML as well as TeX, but you must .. note:: The calibre E-book viewer supports MathML as well as TeX, but you must
include the ``<script type="text/x-mathjax-config"></script>`` line in include the ``<script type="text/x-mathjax-config"></script>`` line in
your HTML file otherwise the MathML will not render. your HTML file otherwise the MathML will not render.

View File

@ -275,7 +275,7 @@ The viewer has extensive keyboard shortcuts, like the rest of calibre. They can
be customised in the viewer :guilabel:`Preferences`. The default shortcuts are listed below: be customised in the viewer :guilabel:`Preferences`. The default shortcuts are listed below:
.. list-table:: Keyboard shortcuts for the calibre viewer .. list-table:: Keyboard shortcuts for the calibre E-book viewer
:widths: 10 100 :widths: 10 100
:header-rows: 1 :header-rows: 1
@ -419,10 +419,10 @@ viewer preferences to force the viewer to break up lines of text in
code, pre { white-space: pre-wrap } code, pre { white-space: pre-wrap }
Designing your book to work well with the calibre viewer Designing your book to work well with the calibre E-book viewer
------------------------------------------------------------ -----------------------------------------------------------------
The calibre viewer will set the ``is-calibre-viewer`` class on the root The calibre E-book viewer will set the ``is-calibre-viewer`` class on the root
element. So you can write CSS rules that apply only for it. Additionally, element. So you can write CSS rules that apply only for it. Additionally,
the viewer will set the following classes on the ``body`` element: the viewer will set the following classes on the ``body`` element:
@ -443,7 +443,7 @@ the viewer will set the following classes on the ``body`` element:
Finally, you can use the calibre color scheme colors via `CSS variables Finally, you can use the calibre color scheme colors via `CSS variables
<https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties>`_. <https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties>`_.
The calibre viewer defines the following variables: The calibre E-book viewer defines the following variables:
``--calibre-viewer-background-color``, ``--calibre-viewer-foreground-color`` ``--calibre-viewer-background-color``, ``--calibre-viewer-foreground-color``
and optionally ``--calibre-viewer-link-color`` in color themes that define and optionally ``--calibre-viewer-link-color`` in color themes that define
a link color. a link color.