Tagged Questions
2
votes
1answer
45 views
Parts of the text code are grey and missing in the pdf
Hi I am an absolute beginner and so far I was able to solve all problems with the help of this platform and some other forums.
But for this one I could not find a fitting thread.
I pasted some text ...
2
votes
4answers
238 views
Problems with % percent sign in fancyvrb inline \Verb
I have some programming language code examples in a fancyvrb \Verb!...! expression. This includes the modulus operator which happens to be a percent sign, e.g.
\Verb!(1..100) select: { arg i; i % 7 ...
2
votes
0answers
106 views
The meaning of the percent sign in LaTeX coding [duplicate]
Possible Duplicate:
What is the use of percent signs (%) at the end of lines?
I know that % is commonly used to uncomment parts of the code, but recently I read that there is another use ...
84
votes
4answers
2k views
What is the use of percent signs (%) at the end of lines?
I see that the code in many packages and examples contains percent signs % at the end of (many) lines. What are they used for? Do they affect the parsing of those lines?
1
vote
1answer
523 views
In WinEdt 6, how do I highlight a block of just typed text with no effect on the compiled document? [closed]
I hope WinEdt6 is recognised as one of the best LaTeX's friends.
I write my latex stuff, and when a para is considered done, I want to \done{the completed para text} so that it differ from what I ...