The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
38 views

Should I load all “package dependencies” in tufte-latex?

In the tufte-latex sample-book.pdf: Package Dependencies The following is a list of packages that the Tufte-LATEX document classes rely upon. Packages marked with an asterisk are optional. • ...
2
votes
0answers
39 views

Install IDE without installing TexLive 2007 [duplicate]

I've been trying so hard to make TexLive work on my Fedora, but I can't find a way. I've installed TeXLive 2012, but when I install Kile, it says it depends texlive2007, the old version. Then I tried ...
4
votes
1answer
89 views

Distribute LaTeX Package with Document

TLDR Is there a way to distribute a LaTeX package with a document and to use it during compilation? Situation At our university, we're writing a lot of lecture summaries with LaTeX. Sometimes those ...
2
votes
2answers
259 views

Fedora manual installation and dependencies

Following answers on this website (like: How to use TeX Live on Fedora 17? and Manually installed TexLive on Fedora 16 ) I installed texlive manually on fedora and it works flawlessly. The problem I ...
2
votes
0answers
155 views

Problem with tikz-dependency [closed]

I've download the tikz-dependency package and tried the basic example as in the package docs. \documentclass{article} \usepackage{tikz} \usepackage{tikz-dependency} \begin{document} ...
8
votes
2answers
220 views

Loading package twice with \RequirePackage causes “option clash”

I thought that loading a package twice with the same options cannot lead to option clash, still I get a clash in the following simple example: \documentclass{article} ...
7
votes
1answer
136 views

how to prevent combine ends of arcs of tikz-dependency

How to prevent the arcs from combining with tikz-dependency, like two arcs starting from "had" are separated from each other. but in the picture generated by the following code, below they are ...
5
votes
1answer
173 views

Navigator + hyperref

Quick question: is the navigator package compatible with the hyperref package? It seems as though their responsibilities overlap somehow... In which order should one load them? Are there any other ...
0
votes
0answers
131 views

Logical dependencies of chapters in a book [closed]

I would like to show logical dependencies of chapters in a book. There are two problems to solve. First, how to indicate or to find logical dependencies? I propose the following system. ...
15
votes
1answer
468 views

Is it possible to load pgfmath without loading the full pgf package?

Update Oct 30th 2011 This has now been fixed in the CVS repository of PGF due to my bug report. With this version \usepackage{pgfmath} should work. I would like to use pgfmath in one of my ...