Tagged Questions
0
votes
0answers
2k views
LaTeX Error: File `xparse.sty' not found [closed]
While trying to compile my tex file using pdflatex i get this error
LaTeX Error: File `xparse.sty' not found.
Tex Version is TeX 3.1415926 (TeX Live 2009/Debian)
on Ubuntu 12.04
1
vote
1answer
95 views
Using \SplitArgument with r() arguments in xparse
I have been experimenting with using the xparse package for custom document macros with a Markdown-like syntax. For example, I used to write \cut{x}{P}{Q} to produce . With the help of xparse, I ...
2
votes
1answer
446 views
Undefined control sequence with xparse
I just installed the texlive-latex3 package and tried running pdflatex on the following (copied directly from another question posted here):
\documentclass{article}
\usepackage{xparse}
\ExplSyntaxOn
...
0
votes
1answer
733 views
XeTeX fails with undefined control sequence in texlive 2012/dev
I'm using XeTeX, and I'm trying to compile a document using the following command:
xelatex mydoc.tex
I'm getting the following error:
...