Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

text after \includegraphics gives broken result #24

Closed
mgieseki opened this issue Jul 20, 2014 · 6 comments
Closed

text after \includegraphics gives broken result #24

mgieseki opened this issue Jul 20, 2014 · 6 comments
Assignees
Labels

Comments

@mgieseki
Copy link
Owner

Issuing
dvisvgm -n -e x.dvi

on the file x.dvi produced by latex from the source:

\documentclass{article}
\pagestyle{empty}
\usepackage[dvips]{graphicx}
\begin{document}
A
\par
\includegraphics{Sin}
\end{document}

gives the beautiful result I am used to from the fine tool 'dvisvgm'.

But doing the same on

\documentclass{article}
\pagestyle{empty}
\usepackage[dvips]{graphicx}
\begin{document}
A
\par
\includegraphics{Sin}
\par
B
\end{document}

makes the 'B' appear upside down on the
top of the page.

dvisvgm version 1.0.2 build from source
ghostscript version 8.61
xubuntu 8.04

I attached the Sin.eps.

P.S. Thanks for dvisvgm ! It rocks !

Launchpad Details: #LP925191 noone - 2010-07-23 00:12:00 +0200

@mgieseki
Copy link
Owner Author

Thanks for reporting this issue. I've isolated the bug and will fix it in the next few days.
I'm glad to hear you like the utility. Since I usually don't get much feedback, it encourages me to keep working on it. :)

Launchpad Details: #LPC Martin Gieseking - 2010-07-23 10:10:00 +0200

@mgieseki
Copy link
Owner Author

Thank you very much for your prompt reaction !
I am eagerly looking forward to the fix.

Please keep on working on dvisvgm !
It has got enormous potential.

To proof this claim on might issue

curl http://karoline.ethz.ch/mg/proofOfConcept.tar.bz2 > proofOfConcept.tar.bz2

one finds a slightly modified src tree of dvisvgm-1.0.2, a README, a diff
and an example.

i apologize it advance for hacking away quick and dirty on your elegantly crafted code.

Launchpad Details: #LPC noone - 2010-07-23 15:44:00 +0200

@mgieseki
Copy link
Owner Author

the phrase 'it has got enormous potential'
wasn't meant in a disrepectful manner.

dvisvgm is a fine machine as it is.

if viewed in the light of the thoughts laid out in the lecture

http://www.youtube.com/watch?v=gGw09RZjQf8

,held by a well known engineer, indicates why dvisvgm can
be seen as a fundamental building block for building
webapplications useful to the mathematically inclined.

Launchpad Details: #LPC noone - 2010-07-23 22:46:00 +0200

@mgieseki
Copy link
Owner Author

Thanks for the kind words about dvisvgm. I'm always hoping it might be useful for a lot of TeX/LaTeX users, even if I started developing it for my own needs. :)

Your proof of concepts looks promising too. If you can convince your employer and the final utility is ready, please let me know.

Launchpad Details: #LPC Martin Gieseking - 2010-07-24 11:33:00 +0200

@mgieseki
Copy link
Owner Author

I've fixed the bug in the hg repository.

Launchpad Details: #LPC Martin Gieseking - 2010-07-26 15:09:00 +0200

@mgieseki
Copy link
Owner Author

The file Sin.eps was added: the eps used in the code example

Launchpad Details: #LPC noone - 2010-07-23 00:12:00 +0200

@mgieseki mgieseki added the bug label Jul 20, 2014
@mgieseki mgieseki self-assigned this Jul 20, 2014
@mgieseki mgieseki removed the medium label Jul 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant