"Linux/ubuntu Learning 13" Ubuntu good PDF software Okular

Source: Internet
Author: User

Step 1: Installation

sudo apt-get install okular


Step 2: Notes

Press the F6 shortcut to open the Comment feature and you'll find it's amazing.


Step 3: Chinese configuration

If the Chinese display after the installation is a problem, you can try as follows, if there is no problem can be skipped.

Enter in the terminal.

sudo apt-get install poppler-data

If not yet, enter again

sudo apt-get install poppler-utils

If still not, it may be because some PDF files do not explicitly indicate the font, the system will default in English font to display, resulting in Chinese font display failed!

The solution is:

sudo vi/etc/fonts/conf.d/49-sansserif.conf

Put
<edit name= "Family" mode= "Append_last" >
<string>sans-serif</string>
</edit>

Switch
<edit name= "Family" mode= "Append_last" >
<string>monospace</string>
</edit>

If the modified font monospace still cannot be displayed, then you can change to the song body to display!


Linux/ubuntu Learning 13 "Ubuntu good PDF software Okular

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.