Search found 1 match

by aaronmswan
Wed Mar 09, 2011 7:08 pm
Forum: Text Formatting
Topic: inline comment and uncomment
Replies: 5
Views: 72996

inline comment and uncomment

I'm somewhat new to Latex, but I think the following code makes a small improvement by ignoring white space after an inline command. It accepts the next non-whitespace character as a second argument and then displays it with no space in front of it.


\documentclass{article}

\newcommand{\ignore}[2 ...