| bio | website | |
|---|---|---|
| location | Turin, Italy | |
| age | 35 | |
| visits | member for | 7 months |
| seen | May 7 at 15:56 | |
| stats | profile views | 11 |
|
Dec 16 |
comment |
Wrong place for hyperref link in scaled tikz picture I realize that I have many scaled tikzpicture with hyperref inside, spanned across several documents, so I'm going to use your patch (as soon as it will be available) to definitively fix the issue. In the meanwhile, percusse's answer is a very useful workaround. |
|
Dec 14 |
awarded | Supporter |
|
Dec 14 |
accepted | Wrong place for hyperref link in scaled tikz picture |
|
Dec 14 |
comment |
Wrong place for hyperref link in scaled tikz picture I really don't need frame around link, it is only a way to clearly show the problem. I need tikzpicture, because the itemize is in a 'legend' node in a big orgchart, thats why I've put it into my MWE. Anyway, your code works well: \scalebox{.7}{
\begin{tikzpicture} ... \end{tikzpicture} }. Thanks |
|
Dec 14 |
asked | Wrong place for hyperref link in scaled tikz picture |
|
Dec 10 |
awarded | Analytical |
|
Oct 16 |
awarded | Tumbleweed |
|
Oct 9 |
asked | reference to a new environment using multiple-argument with RefTeX |
|
Oct 5 |
comment |
\openin error using \includecollection from package collect yes, you're right and we're aware of that... To avoid messing up the question with unrelated things I didn't tell that name collision should be (hopefully :) ) avoided by our coding rules. Anyway now the working folder is cleaner :) |
|
Oct 5 |
comment |
\openin error using \includecollection from package collect Just tested on the whole document, runs perfectly. I'm going to study expl3 right now :) |
|
Oct 5 |
comment |
\openin error using \includecollection from package collect Can you suggest a better way for doing that? I was in hurry when searching a package to do the work, so I initially stopped my search at the first working solution... |
|
Oct 5 |
comment |
\openin error using \includecollection from package collect I've put your code in my package, it works perfectly even on the full document. Maybe this can be included (don't know how) in an update of the collect package? I've contacted the author, but unfortunately he seems no more involved in its maintenance... |
|
Oct 5 |
accepted | \openin error using \includecollection from package collect |
|
Oct 5 |
awarded | Student |
|
Oct 5 |
awarded | Scholar |
|
Oct 5 |
comment |
\openin error using \includecollection from package collect @egreg: \definecollection is called from an environment in which I check if a collection already exists before trying to create it. My intention was to allow users to write new interfaces without worrying if collection that will contain its name was already defined or not. Is there something wrong in my code that I can't see? |
|
Oct 5 |
comment |
\openin error using \includecollection from package collect Your solutions works on the (not) MWE (sorry for that), but, on the full document, pdfLaTeX freezes after a while, and seem waiting for something. I've managed to get it work by adding \let\openin\oldopenin before \endgroup, restoring the original behaviour after my command has been processed. Thanks! |
|
Oct 5 |
asked | \openin error using \includecollection from package collect |