Tagged Questions
10
votes
1answer
152 views
What are best practices for package authors to deal with package conflicts?
One occasionally encountered problem with LaTeX is incompatibility between packages. What are best practices for package authors to deal with package conflicts?
For example:
What is the best way to ...
9
votes
3answers
475 views
a4paper, where should I declare it? In document class or geometry?
I currently have an article document class and I previously changed it to include printing on A4 paper:
\documentclass[12pt, a4paper]{article}
However, I had to change my margins to meet my ...