Re: Pacchetto Macchine di Turing Vs Hyperref

#64341
Up
0
Down
::


Io avrei scritto così:

Hello, I downloaded your turing.sty package for LaTeX.

I needed to use it in a document using the hyperref and listings packages and I noticed that there were some problems:

1 – with the hyperref package your package didn’t work;
2 – with listings there was a spurious blank line at the beginning of the printed code and, starting from the second, all the others were indented
3 – the framed code (using listings frames) was fragmented at every (vertical) line.

I wrote about this on the GuIT forum (www.guitex.org/home/), the Italian group of LaTeX users, to ask for a solution and Egreg solved all the problems!

The changes consisted in this:
– the prefix `tm@` was added before “private” macro names;
– some wrong blank lines were removed;
– % was inserted where it could add a spurious space;
– the printing routine was changed, calling end-of–paragraph at the end and not at the start.

in this way, with the code I enclose below, the document was typeset correctly.

I had searched for a package like this and in my (and Egreg too) opinion your package is very useful one, so we suggest you to publish it on CTAN.

In any case I thank you very much.

Best regards.

Tizio Semproni.

Enclosed a corrected version of turing.sty

“Putted”? 🙂

Ciao
Enrico

Go to top