0

I'm using pweave to write an HTML document. I would like to express a $ sign in text, for example:

Bob has $1, Sally has $2

However pweave thinks that 1, Sally has should be formatted as maths. If I use \$ then it stops the math environment but keeps the \.

4

2 に答える 2

0

あなたの例は私にはうまくいきますが、Bob has $1, Sally has$ 2うまくいきません...

{\$}、、または\{\$\}を試すことができます。\textdollar$\textdollar$

于 2018-01-15T15:02:12.910 に答える