Open GoogleCodeExporter opened 8 years ago
The cause is the compiler process, like you mentioned. We're looking to add an
option to enable customization of the compiler sequence.
Original comment by bobbysoa...@gmail.com
on 2 Jul 2010 at 3:21
This is really important to me -- i work in a field where i am constantly using
documents that have diagrams and the like which depend on the use of the
pstricks package. Please include this soon!
Original comment by byron....@gmail.com
on 10 Dec 2010 at 5:41
Another package that seems not to work correctly is hyperref, not allowing me
to make hyperlinks. For example, using the header between the equal signs
below...
===
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{hyperref}
\hypersetup{
colorlinks,%
citecolor=black,%
filecolor=black,%
linkcolor=black,%
urlcolor=black
}
\urlstyle{same}
===
...this typed...
\url{m.youversion.com}{YouVersion}
produces (in final output):
m.youversion.comYouVersion
instead of the expected:
YouVersion
Original comment by phils...@gmail.com
on 20 Feb 2011 at 12:27
Attachments:
Original issue reported on code.google.com by
dco...@gmail.com
on 11 May 2010 at 3:01