{packages} is about packages in general, e.g. about choosing, installing or using packages. For questions about writing packages, choose {package-writing} instead. If your question concerns a specific package, choose its name as tag. For {document-classes} or {templates} use the respective tag.

learn more… | top users | synonyms (2)

0
votes
0answers
98 views

Problem when running Texmaker on .ins file [closed]

I want to install the subcaption package manually, since I can't find it in the MiKTeX package manager. It's my first time to manually carry out an installation, so I looked it up and found that I ...
3
votes
1answer
163 views

Cross-platform package manager for packages *not* on CTAN [closed]

I do not want to reinvent the wheel, so perhaps you could help me find a tool that fits my needs. Background As far as I know, it takes some time to get a LaTeX package available on CTAN. And some ...
2
votes
1answer
92 views

Directory in the search path of LaTeX System

From the Acrotex installation manual: "Placement. The ZIP file installs in a folder called acrotex, so place the ZIP file in a directory in the search path of your LATEX system where you want the ...
2
votes
0answers
154 views

File biblatex.sty and eforms.sty not found [closed]

I tried compiling a file that uses the fancytooltips package, according to Gonzalo Medina's answer at Showing the bibliographic entry in a popup when you hover over the citation key. And it cannot ...
1
vote
0answers
45 views

Difference between fancytooltips and fancy-preview

I read the documentation for both fancytooltips and fancy-preview here, and I don't really understand what their differences are, or when I should prefer one over the other. I see that fancytooltips ...
3
votes
0answers
81 views

Anyone having trouble reaching miktex.org? [closed]

Looks like a network misconfiguration to miktex.org .... Tracing route to miktex.org [178.77.68.21] over a maximum of 30 hops: 1 <1 ms <1 ms <1 ms 172.28.8.2 2 20 ...
2
votes
1answer
54 views

A bad result with the soulutf8 package

When I combine \textsl \textbf and \hl from the soulutf8 package, the result is ugly. Some letters are degraded. By zooming or printing you can see that with the following code: ...
6
votes
1answer
102 views

How to install and use the ocr-a font

Can someone help to install the ocr-a font? I'm using fedora, I'm trying to find a proper tutorial but cannot find a good one.
1
vote
0answers
200 views

hf-tikz.sty package installation on mountain lion

I want to install LaTeX on Mountain Lion and want to use some highlighting in my text for which I am using hf-tikz.sty package. I installed MacTeX and Texmaker on Mountain Lion but the package hf-tikz ...
16
votes
1answer
137 views

The origin of filecontents

Does anyone know why the filecontents environment was introduced? What is the purpose of packing it all in one file, but without using a tarball?
9
votes
1answer
172 views

How to use hyph-utf8 correctly?

I'm using MiKTeX and pdfLaTeX and the package manager tells me that hyph-utf8 is installed and auto-download of packages is activated, too. But when I do \usepackage{hyph-utf8}, because I hope that ...
17
votes
1answer
106 views

Loading Packages Together versus Separately

There are a few questions regarding the speed of loading packages together, but this question isn't necessarily about that. I'm more interested in any tangible, persistent differences, such as ...
4
votes
2answers
136 views

problem about typesetting Chinese characters in Latex

I found the post How does one type Chinese in LaTeX? about how to typeset Chinese in Latex. I just encountered the same problem, and my questions are: 1.To type Chinese or Japanese, I have to have ...
3
votes
1answer
115 views

Why does loading pgfplots after tikz break the default layers in a tikzpicture?

Taking the MWE from Jake's answer to the question Background rectangles with equal width but 'fitting' height, I get an error when loading pgfplots after the tikz packages but not before. I'm assuming ...
0
votes
0answers
348 views

MiKTeX: Proxy server problem? [closed]

Any time I try to install a package, the package manager fails with the following message: MiKTeX Problem Report Message: No connection could be made because the target machine actively refused it. ...
1
vote
1answer
41 views

import in \newcommand in my package produces an error

I have written and installed my own package gym.sty. In that package I defined \newcommand{\loadgym}{\import{sagegym}} since I need to execute some commands after \begin{document} for the package ...
2
votes
1answer
39 views

How can I reduce the left margin in the documentclass hitec?

I am quite aware of the package geometry, but it does not seem to play nice with the hitec document class. I have looked at related questions How to reduce the margins and How can I change the margins ...
2
votes
1answer
29 views

Turning off default scaling options (\setkeys{Gin}) temporarily

To set the default scaling values for the \includegraphics command, one can use \setkeys{Gin}{(key)=value)} from the graphicx package. For example, say I put down \setkeys{Gin}{width=.7\textwidth} ...
0
votes
0answers
45 views

Adding Imprint Shadow font

I'm using MiKTeX on Windows, and I've found Imprint Shadow font which I'd like to use with lettrine for capitalization of first font of chapters (I'm experimenting a bit). I've extracted all the ...
3
votes
1answer
99 views

pgfgantt package - Timeout: Loading MPS to PDF converter (version 2006.09.02)

I am trying to compile a tex file that should display a gantt chart made with the help of the pgfgantt package. During compilation I get the line Loading MPS to PDF converter (version 2006.09.02) and ...
0
votes
0answers
618 views

Package installation in TeXstudio

I am very new to LaTeX and I know that I have to configure something in order to automatically install the packages that I need. I use TexStudio as editor and have attached a picture of what shows up. ...
2
votes
0answers
40 views

How to get “paragraph keywords”? [duplicate]

Sometimes, especially in large textbooks, you find descriptive keywords like "Model Definition" to the left/right of the normal text flow. They help to quickly orient yourself in a lengthy text with ...
0
votes
1answer
239 views

! LaTeX Error: File `chronology.sty' not found

I'm trying to make a time-line using the chronology package, but get the error: ! LaTeX Error: File `chronology.sty' not found. Here's what I have, using an example I found on StackOverflow: ...
3
votes
1answer
171 views

Hyperref option clash error because unknown package requires/loads it too

I am currently hunting for errors in my template and these two I cannot solve after reading the log and researching: ! LaTeX Error: Option clash for package hyperref. See the LaTeX manual or LaTeX ...
2
votes
1answer
87 views

Showing labels for equations with eqnarray

I am using \usepackage{showlabels} to show the labels in the pdf-file but it turns out that I only see the labels coming from align or equation environment and not the ones from eqnarray. Why? I ...
3
votes
2answers
183 views

How to use the ifsym package?

I have added \usepackage{ifsym} in the front, and LaTeX cannot pass the command \Letter. What should I do to it?
0
votes
0answers
34 views

Where to put .sty file [duplicate]

I have made a long list of macros that I have put in a style file. I have been working with this same style file for many years now. I would like to put it somewhere in my TeX tree, so that I don't ...
11
votes
2answers
220 views

Is there a way to limit the scope of \usepackage?

When I tried to use the breqn package suggested by an answer to the question How do I break a long equation over lines It managed to break a whole bunch of unrelated equations (equations that did ...
0
votes
0answers
173 views

Compiling *.ins files in MiKTeX 2.9

I am trying to install the hieroglf package on my PC. I am running MiKTeX 2.9. When I try to run latex hieroglf.ins I get an error message indicating that the file can not be found. I know the file ...
0
votes
0answers
32 views

How to install a package in mactex? [duplicate]

I am using mactex on osx. I wanted to do a smartdiagram \begin{figure} \begin{center} \smartdiagramset{circular distance=4cm, font=\large, text width=2.5cm, module minimum ...
3
votes
0answers
71 views

Creating a dependency tree (\RequirePackage) for packages used in my document

Is there a way of creating a dependency tree for packages \RequirePackageing each other for those packages used in my document, ideally with the respective required options and version numbers? Are ...
14
votes
1answer
251 views

LuaLaTeX: use or don't use classical font packages?

In the lualatex-doc I am reading under "switching from LaTeX to LuaLaTeX": Don’t load inputenc, just encode your source in UTF-8. Don’t load fontenc, but load fontspec. Don’t use any package that ...
3
votes
1answer
80 views

What is the difference between the scalefnt and anyfontsize packages?

What is the difference between the scalefnt and anyfontsize packages? Even though I use scalefnt, I get font size substitutions of up to "2.30002pt" in a document I am currently editing. The ...
2
votes
0answers
57 views

Where to put Latex generic commands? [duplicate]

Using more and more Latex I reach a point where I don't want to copy/paste anymore the new "generic" commands I created. As an example, I have generic commands to create Tikz pictures. These commands ...
0
votes
1answer
35 views

Problem with quote redefinition and packages? [closed]

I got a problem (probably simple), but I dont really see how to explain it with a MWE. So I'm trying to modify my quote environment. I entered the following line in my preamble : ...
0
votes
0answers
69 views

Installing longtable package on mac [closed]

I'm trying to install the longtable package on my Mac (OSX 10.7.5). I have the TeXLive-2012 distribution (from http://www.tug.org/mactex/). In the TeX Live Utility, I can't see the longtable ...
4
votes
1answer
165 views

Including package to create MATLAB labels using LaTeX

When using LaTeX as the interpreter to typeset labels in MATLAB it would be great to be able to include packages to customize appearance. Is this possible? As of now I know no method to create non ...
1
vote
0answers
666 views

Error: File 'pdfpages.sty' not found

I'm trying to compile simple thesis example using TexMaker with MiKTeX 2.9. I need pdfpages package in order to include pdf as the title page. Without the following line the code compiles fine: ...
6
votes
1answer
178 views

Background Package with Options [closed]

I get the error message Error: Unknown option pages=some for package background, when I tried to compile the following code from the manual of the Background package. \documentclass{article} ...
3
votes
1answer
56 views

What to do when a package conflicts with a development version of another one?

I'm not sure about making this question here but I don't know where to do it. I'm using cvs version of TikZ and from time to time I found it incompatible with some other packages based on its ...
17
votes
2answers
378 views

Should I use fix-cm?

I recently became aware of the existence of the fix-cm package. I've looked at the documentation in fixltx2e.pdf, but it's not clear to me exactly what the problem is that it fixes. Should I worry ...
0
votes
0answers
56 views

Style sheet found by TeXShop but “not by terminal” [closed]

I'm having some strange problem. I have a personal style sheet, which has been used for years without any problem when using TeXShop. For some reason, I want to generate a PDF with the pdfLaTeX ...
1
vote
0answers
43 views

How to change the Find Panel in TexShop?

I run a TexShop v3.11 on a Mac OSX 10.8.2. The find panel of TexShop is set to be Ogrekit in Preferences. Then I quit TexShop and reopened it. But, when I use cmd+F in my editing document, the find ...
3
votes
1answer
303 views

How to create a “Diagram package”?

After looking for some material about Venn Diagrams, for example that (Ed Sandifer. How Euler Did It, Venn Diagrams Mathematical Association of America, January 2004) and after checking different ...
1
vote
0answers
107 views

How do I manually install the necessary packages to get TeXmaker to work? And in which directory do I put them? [duplicate]

I use Ubuntu 12.04 and I'm just getting started with TeXmaker. However, I need to get the library/package (what's the difference anyway?) for it to work and I'm having trouble with finding it in the ...
0
votes
1answer
95 views

How do I conveniently install LaTeX packages? [duplicate]

I am trying to install a LaTeX package: http://www.ctan.org/tex-archive/macros/latex/contrib/adjustbox How do I efficiently install it? Right now, I am just downloading each file one at a time from ...
2
votes
2answers
117 views

Updating pgfplots

I am using Latex in MacOsx Lion. My current version of pgfplots is 1.4.1 which I want to upgrade to 1.7. I really do not know how to install version 1.7. Any help ?
11
votes
2answers
285 views

.sty suffix (extension) for LaTeX packages

I understand that the suffix .cls stands for classes. Then, why packages don't have the suffix .pkg, but rather have .sty?
1
vote
0answers
134 views

MacTex 2012Basic cannot find installed packages

In an attempt to save valuable space on a 128GB SSD drive, I endeavored to replace my full 2012 MacTex texlive install (>3.5GB) with 2012Basic (270MB!). I understand that packages are not installed ...
2
votes
1answer
139 views

Some installed packages not found

I'm using LaTeX on a Mac. The editor I use is Textmate 2. When I hit "typeset & view", what I get is something like ! LaTeX Error: File 'xy.sty' not found. However, if I do pdflatex ...

1 2 3 4 5 16