diff --git a/src/libprs500/manual/templates/faq.html b/src/libprs500/manual/templates/faq.html index d5788f221f..452369a325 100644 --- a/src/libprs500/manual/templates/faq.html +++ b/src/libprs500/manual/templates/faq.html @@ -32,6 +32,8 @@ title = 'Frequently Asked Questions'
If you use the GUI to convert an HTML file, you have to create a zip file with the HTML file and any images it references and then convert that ZIP file to LRF.
- +
+ ${app} embeds fonts in ebook files it creates. E-book files support embedding only
+ TrueType (.ttf) fonts. Most fonts on OS X systems are in .dfont format, thus they
+ cannot be embedded. ${app} shows only TrueType fonts founf on your system. You can
+ obtain many TrueType fonts on the web. Simply download the .ttf files and add them
+ to the Library/Fonts
directory in your home directory.
+
+ There are two aspects to this problem: +
+--encoding
option.
+ web2lrf --url http://mywebsite.com defaultdiff --git a/src/libprs500/manual/templates/gui.html b/src/libprs500/manual/templates/gui.html index dce967b04c..397661aeca 100644 --- a/src/libprs500/manual/templates/gui.html +++ b/src/libprs500/manual/templates/gui.html @@ -328,7 +328,7 @@ Author The Jobs panel shows you the number of currently running jobs. Jobs are tasks that run in a separate process, they include converting ebooks and talking to your reader device. You can click on the jobs panel to access the list of jobs. - Once a job has completed, by clicking it in the list, you can see a detailed log from that job. This is useful + Once a job has completed, by double-clicking it in the list, you can see a detailed log from that job. This is useful to debug jobs that may not have completed successfully. diff --git a/src/libprs500/manual/templates/layout.html b/src/libprs500/manual/templates/layout.html index 0aab9b2c03..9840ff6a67 100644 --- a/src/libprs500/manual/templates/layout.html +++ b/src/libprs500/manual/templates/layout.html @@ -1,3 +1,13 @@ +