Tagged Questions
3
votes
2answers
35 views
Babel spanish option and fancyvrb incompatibility
The following MWE compiles without problems
\documentclass{article}
\usepackage[english]{babel}
\usepackage{amsmath}
\usepackage{fancyvrb}
\begin{document}
\SaveVerb{x>y}|x > y|
...
3
votes
1answer
150 views
fancybox conflict with fancyvrb? [duplicate]
Possible Duplicate:
Error using \usepackage{fancyvrb, fancybox}
I try to implement a simple environment to highlight source code in LaTeX. My solution is :
use VerbatimOut to write text ...