Scribble and LaTeX disagree on these documents. Should Scribble be changed
to match LaTeX?

Scribble:
#lang scribble/manual

Hello @; John

World

Output is:
"Hello World"

;; ---

LaTeX
\documentclass{article}
\begin{document}
Hello % John

World
\end{document}

Output is:
"Hello
World"

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to