GeneralLanguage package

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Ross Ahmed
Posts: 15
Joined: Mon Dec 17, 2012 8:56 pm

Language package

Post by Ross Ahmed »

I have a .tex file that includes following in preamble:

Code: Select all

\usepackage{language}
If I try to compile a pdf, I get following error message and the PDF is not compiled.

"LaTeX Error: File 'language.sty' not found".

How can I get the PDF to compile?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: Language package

Post by localghost »

What is the source of the code? An official package with this name doesn't exist. Just drop the corresponding line.


Thorsten
Ross Ahmed
Posts: 15
Joined: Mon Dec 17, 2012 8:56 pm

Re: Language package

Post by Ross Ahmed »

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Language package

Post by localghost »

There is a download link for this required package at the bottom of the root page for this document [1]. Putting that package into the same working directory as your LaTeX source should do. The other required packages (xcolor and xstring) should be part of your TeX system so that you don't need to download them.

[1] The Statistical Sleuth (2nd edition) in R
Ross Ahmed
Posts: 15
Joined: Mon Dec 17, 2012 8:56 pm

Re: Language package

Post by Ross Ahmed »

Many thanks.
Post Reply