The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
2answers
312 views

Did I misunderstand \RequirePackage? I don’t understand an option clash

Have a look at the following example, please. \documentclass{article} \usepackage{filecontents} \begin{filecontents}{my.sty} \RequirePackage{xcolor} \end{filecontents} \RequirePackage{my} ...
10
votes
3answers
1k views

Conflict between Options of Packages

I have these following packages defined in my preamble and once the file is ran, it creates an error of the following saying there is a clash within the package options. Packages are below: ...
9
votes
2answers
287 views

Unexpected clash between babel and pgf spy

The following example taken from the pgfplots manual (p. 121) works fine only if the line loading babel is commented \documentclass{article} \usepackage[frenchb]{babel} % this is the troubelsome ...
6
votes
1answer
450 views

Why can't I load miniframes outer theme after Szeged theme?

Making some tests to answer omit delete second bar under the navigation bar in szeged theme I found that \documentclass{beamer} \usetheme{Szeged} \useoutertheme[subsection=false]{miniframes} ...
4
votes
2answers
2k views

Option Clash for Hyperref Package

Hi friends i am beginner to Latex. when i run this code i am getting the error "! LaTeX Error: Option clash for package hyperref." Here is the code: \documentclass[11pt,a4paper]{moderncv} ...
4
votes
2answers
232 views

pdfx package gives me Option clash for package hyperref

I'm using the following package for convert a PDF to a PDF/A format \usepackage[a-1b]{pdfx} When I compile, I receive the following error. "Option clash for package hyperref" I've searched ...
3
votes
1answer
99 views

Option Clash for Hyperref Package with the Report Document Class [closed]

I know hyperref is a problematic package and there are many discussion on how to avoid potential problems. However, in this small piece of code, I am not event loading any package, and yet, I get ...
3
votes
1answer
178 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 ...
3
votes
2answers
340 views

catoptions causes option clash with xcolor

Look at the following example: \documentclass{scrartcl} \usepackage{filecontents} \begin{filecontents}{my1.sty} \RequirePackage{xcolor} \RequirePackage{catoptions} \end{filecontents} ...
3
votes
1answer
770 views

\RequirePackage without option clashes because of the package loading order?

I am writing a package which requires the xcolor package with table option. It is loaded in the package with \PassOptionsToPackage{table}{xcolor} \RequirePackage{xcolor} which works if my package ...
2
votes
2answers
268 views

Package clash in multilingual report

I m workig on multilingual report. Below code is part of my code (Pls consider it as MWE). In the code below there is package clash error ! LaTeX Error: Option clash for package inputenc. See the ...
1
vote
1answer
85 views

How can I set the 'final' option for the graphicx package in XeTeX?

I'm using XeTeX and wondering how to set the final option of the graphicx package. I started my document with pdfTeX and the following lines: \documentclass[a4paper, 12pt, twoside, headsepline, ...
1
vote
1answer
114 views

flacards and forloop is working but not with tikz foreach

My flashcard with \forloop is working after your help. I try it with \foreach (tikz) but it's not working. The pdf files contain only one flash card in the bottom right corner, the 24th card and the ...