[Logiweb] A small problem about comments

Frederik Eriksen frederikeriksen at get2net.dk
Sun Dec 3 19:37:27 CET 2006


Hi logiweb at diku.dk,

Suppose you want to remove a section of your pyk file temporarily. For 
example, the section might look like this:

            (** Section begins **)

            "[ math (some pyk code) end math ]"

            \begin{list}
            ... some text ...
            \end{list}

            (** Section ends **)

You can try to remove this section temporarily by enclosing it in a 
multi-line pyk comment, like this:

            (** Section begins **)

            "[ math var a ""{ Attempted comment begins

            "[ math (some pyk code) end math ]"

            \begin{list}
            ... some text ...
            \end{list}

            Attempted comment ends } ]"

            (** Section ends **)

However, this attempt won't work because the curly right parenthesis in 
"\begin{list}" ends the comment before it was supposed to be ended. Is 
it possible to change the format of mutli-line pyk comments from [ ""{ 
... } ] into another format which is less likely to clash with the LaTeX 
markup?

Best Regards
Frederik Eriksen.




More information about the Logiweb mailing list