Mnemosyne generates the following latex file:
\documentclass[12pt]{article}
\pagestyle{empty}
\begin{document}
$
<b></b>
$
\end{document}
So I assume it must be latex which interprets these html tags in a funny
way if there is a blank line before it...
Peter On 06/18/2013 06:22 PM, [email protected] wrote:
Hi Peter, I am using Mnemosyne 2.2.1 and the latest version of MiKTeX. Windows 7 Starter. I can reproduce it. :D Some more examples: This is displayed correctly: Example 1: <$> test <b></b> </$> Example 2: <$> test <b></b> </$> Example 3: <$>test <b></b><b></b> </$> Example 4: <$> test <b></b> </$> This is not displayed correctly: Example 5: <$> <b></b> </$> Output: ?b??/b? Example 6: <$> <b></b><b></b> </$> Ouput: ?b??/b??b??/b? Example 7: <$> test <b></b> </$> Output: test?b??/b? Those question marks should be different symbols. Somehow they've changed when sending the message. It should be like this (without the brackets): (exclamation mark turned around)b(question mark turned around)(exclamation mark turned around)/b(question mark turned around) Every time when there is an "empty" line after "<$>" the brackets in the HTML tag aren't displayed correctly. Maybe the carriage return and line feed of this "empty" line have to be deleted, before latex grafic is generated. I hope this helps. I'll try to reinstall MiKTeX. Bye, Abakus ----- Original Nachricht ---- Von: Peter Bienstman <[email protected]> An: [email protected] Datum: 18.06.2013 16:44 Betreff: Re: [mnemosyne-proj-users] Latex bugI cannot reproduce this. Are you using the latest version of Mnemosyne? Peter On 06/18/2013 04:23 PM, [email protected] wrote:Hey guys, I've found a bug. Or maybe this is a latex problem? If you copy-paste this into Mnemosyne: <$> <b></b> </$> ... you'll get a weird result. It won't display the "<" and ">", butthis:?b??/b? If you delete the empty line after the "<$>" or write something there, itworks as expected. Example:<$> <b></b> </$> <$> Something <b></b> </$> Greetings, Abakus-- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mnemosyne-proj-users/51C0724B.7010506%40UG ent.be. For more options, visit https://groups.google.com/groups/opt_out.
-- Peter Bienstman Ghent University, Dept. of Information Technology Sint-Pietersnieuwstraat 41, B-9000 Gent, Belgium tel: +32 9 264 34 46, fax: +32 9 264 35 93 WWW: http://photonics.intec.UGent.be email: [email protected] -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mnemosyne-proj-users/51C164BD.8040708%40UGent.be. For more options, visit https://groups.google.com/groups/opt_out.
