Hi, A single occurrence of C++ in a paragraph does not need escaping. Example:
A single occurrence of C++ does not need escaping. With two occurrences the first plus needs to be escaped like: Two occurrences of C\++ in one paragraph of C++ text require escaping?. Or you can use pass-throughs like: You can use passthroughs for $$C++$$. Cheers Henrik On Dec 28 2010, 10:29 pm, Wilhelm <[email protected]> wrote: > Hi all, > > as a new user to asciidoc I have problems writing the word C++ more than > once as monospaced text in one paragraph. > > E.g.: > > test test +C+++ test +C+++ or not monospaced C++ > > I know I have to quote the meta-char '+' but that doesn't always produce > the desired result: > > test test +C\+\++ test +C\+\++ or not monospaced C\+\+ > > is also wrong. > > Can someone give me a hint? > > Is it possible to define a macro or similar to circumvent the probs? > > -- > Wilhelm -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en.
