mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
string changes
This commit is contained in:
parent
f577625504
commit
f70125774e
@ -800,10 +800,14 @@ Convert ODT documents
|
||||
calibre can directly convert ODT (OpenDocument Text) files. You should use styles to format your document and minimize the use of direct formatting.
|
||||
When inserting images into your document you need to anchor them to the paragraph, images anchored to a page will all end up in the front of the conversion.
|
||||
|
||||
To enable automatic detection of chapters, you need to mark them with the built-in styles called 'Heading 1', 'Heading 2', ..., 'Heading 6' ('Heading 1' equates to the HTML tag <h1>, 'Heading 2' to <h2> etc). When you convert in calibre you can enter which style you used into the 'Detect chapters at' box. Example:
|
||||
To enable automatic detection of chapters, you need to mark them with the built-in styles called :guilabel:`Heading 1`,
|
||||
:guilabel:`Heading 2`, ..., :guilabel:`Heading 6` (:guilabel:`Heading 1` equates to the HTML tag ``<h1>``,
|
||||
:guilabel:`Heading 2` to ``<h2>``, etc).
|
||||
When you convert in calibre you can enter which style you used into the :guilabel:`Detect chapters at` box.
|
||||
Example:
|
||||
|
||||
* If you mark Chapters with style 'Heading 2', you have to set the 'Detect chapters at' box to ``//h:h2``
|
||||
* For a nested TOC with Sections marked with 'Heading 2' and the Chapters marked with 'Heading 3' you need to enter ``//h:h2|//h:h3``. On the Convert - TOC page set the 'Level 1 TOC' box to ``//h:h2`` and the 'Level 2 TOC' box to ``//h:h3``.
|
||||
* If you mark Chapters with style :guilabel:`Heading 2`, you have to set the 'Detect chapters at' box to ``//h:h2``
|
||||
* For a nested TOC with Sections marked with :guilabel:`Heading 2` and the Chapters marked with :guilabel:`Heading 3` you need to enter ``//h:h2|//h:h3``. On the Convert - TOC page set the :guilabel:`Level 1 TOC` box to ``//h:h2`` and the :guilabel:`Level 2 TOC` box to ``//h:h3``.
|
||||
|
||||
Well-known document properties (Title, Keywords, Description, Creator) are recognized and calibre will use the first image (not to small, and with good aspect-ratio) as the cover image.
|
||||
|
||||
|
@ -601,7 +601,7 @@ In calibre, you would instead use tags to mark genre and read status and then ju
|
||||
|
||||
To those of you that claim that you need access to the filesystem, so that you can have access to your books over the network, calibre has an excellent Content server that gives you access to your calibre library over the net.
|
||||
|
||||
If you are worried that someday calibre will cease to be developed, leaving all your books marooned in its folder structure, explore the powerful :guilabel:`Save to Disk` feature in calibre that lets you export all your files into a folder structure of arbitrary complexity based on their metadata.
|
||||
If you are worried that someday calibre will cease to be developed, leaving all your books marooned in its folder structure, explore the powerful :guilabel:`Save to disk` feature in calibre that lets you export all your files into a folder structure of arbitrary complexity based on their metadata.
|
||||
|
||||
Finally, the reason there are numbers at the end of every title folder, is for *robustness*. That number is the id number of the book record in the calibre database. The presence of the number allows you to have multiple records with the same title and author names. It is also part of what allows calibre to magically regenerate the database with all metadata if the database file gets corrupted. Given that calibre's mission is to get you to stop storing metadata in filenames and stop using the filesystem to find things, the increased robustness afforded by the id numbers is well worth the uglier folder names.
|
||||
|
||||
@ -791,7 +791,7 @@ There can be several causes for this:
|
||||
:file:`C:\\Program Files\\Calibre` and :file:`C:\\Program Files\\Calibre2`. Now re-install and you should be fine.
|
||||
* If you get an error in the :guilabel:`Welcome wizard` on an initial run of calibre, try choosing a folder like :file:`C:\\library` as the calibre library (calibre sometimes
|
||||
has trouble with library locations if the path contains non-English characters, or only numbers, etc.)
|
||||
* Try running it as Administrator (Right click on the icon and select "Run as Administrator")
|
||||
* Try running it as administrator (Right click on the icon and select :guilabel:`Run as administrator`)
|
||||
|
||||
If it still won't launch, start a command prompt (press the Windows key and R; then type :command:`cmd.exe` in the Run dialog that appears). At the command prompt type the following command and press Enter::
|
||||
|
||||
@ -881,7 +881,7 @@ folder.
|
||||
Some users have reported that running the following command in an Administrator
|
||||
Command Prompt fixed their permissions. To get an Administrator Command Prompt
|
||||
search for cmd.exe in the start menu, then right click on the command prompt
|
||||
entry and select Run as Administrator. At the command prompt type the following
|
||||
entry and select :guilabel:`Run as administrator`. At the command prompt type the following
|
||||
command and press Enter::
|
||||
|
||||
icacls "%appdata%\..\Local\Temp" /reset /T
|
||||
@ -926,7 +926,7 @@ Downloading from the Internet can sometimes result in a corrupted download. If t
|
||||
* Try downloading the installer with an alternate browser. For example if you are using Microsoft Edge, try using Firefox or Chrome instead.
|
||||
* If you get an error about a missing DLL on Windows, then most likely, the
|
||||
permissions on your temporary folder are incorrect. Go to the folder
|
||||
:file:`C:\\Users\\USERNAME\\AppData\\Local` in Windows explorer and then
|
||||
:file:`C:\\Users\\USERNAME\\AppData\\Local` in Windows Explorer and then
|
||||
right click on the :file:`Temp` folder and select :guilabel:`Properties` and go to
|
||||
the :guilabel:`Security` tab. Make sure that your user account has full control
|
||||
for this folder.
|
||||
|
@ -265,7 +265,7 @@ def _config(): # {{{
|
||||
'highlighted instead of showing only the matches. You can use the '
|
||||
'N or F3 keys to go to the next match.'))
|
||||
c.add_opt('save_to_disk_template_history', default=[],
|
||||
help='Previously used Save to Disk templates')
|
||||
help='Previously used Save to disk templates')
|
||||
c.add_opt('send_to_device_template_history', default=[],
|
||||
help='Previously used Send to Device templates')
|
||||
c.add_opt('main_search_history', default=[],
|
||||
|
Loading…
x
Reference in New Issue
Block a user