How to install the latex macro package in Ubuntu

Source: Internet
Author: User

How to install the *. sty file in Ubuntu

In ubuntu, the installation directory of latex is usually in the following directory:

Texlive 2013:/usr/local/texlive/2013/texmf-Dist/tex/latex

 

I use texlive 2013. Some related operations are as follows:

  1. Download the corresponding package file to the ctan (Comprehensive Tex archive network.pdf website (a macro package is a single xxx.styles file, with a compressed package xxx.zip );

  2. Put xxx.zip's package directory xxx or a single file XXX. sty in the above path;

  3. Run sudo mktexlsr or sudo texhash.

$ Sudo mktexlsr

Or

$ Sudo texhash


Finally, you only need to use \ usepackage {XXX} in the Introduction area.

This article from the "heaven reward diligence" blog, please be sure to keep this source http://lavenliu.blog.51cto.com/5060944/1537368

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.