Tagged Questions
2
votes
2answers
51 views
Could using different packages cause a contradiction for the compiler?
If I am writing a pdf with LaTeX,
I would like to use commands from different packages for figures or tables or what so ever ... and I just use all the packages i need, could this lead to a ...
9
votes
2answers
257 views
Are there any situtations where it is better to load a package after other code?
I always place all my packages immediately following the document class, followed by setting information (\hypersetup for example) and customization to my documents (header and footer customization ...
17
votes
2answers
234 views
Load package after other package with \AfterPackage
I want to group packages together (in the real document, I load many more packages) and want to solve the sorting of the packages with commands like \AfterPackage from KOMA-Script.
I am using this ...
13
votes
1answer
291 views
Sorting preamble packages thematically while accounting for compulsory load orders
Within a document's preamble (or a custom "preamble" package), at times there's the need to take compulsory load orders for certain packages into account. Most packages must be loaded before the ...
4
votes
0answers
272 views
What's the right order when loading packages? [duplicate]
Possible Duplicate:
Non-commutative packages
I remember reading in some reference guide that the order of loading packages with \usepackage in principle doesn't matter. Real life, however, ...