Quizzes & Puzzles7 mins ago
Symbol for nothing
5 Answers
One of my jobs is training ...
I'm currently writing a course which includes programming routers using hyper-terminal. also some command line stuff.
the target is beginner level ... so I can't take it for granted that they'll have any experience in commandline useage ... so it's important that a line that reads
router# copy running-config startup-config
clearly shows where the spaces are
the problem is that the likes of [ ]<>~|\ / all have existing meanings .... so I need to invent a "space" character
(my intention is to create a font based on courrier new which includes this new symbol)
my problem is .... my artistic talents are pretty grimmmmm......
all my efforts are too intrusive and tend to interrupt the reading flow.
any suggestions?
I'm currently writing a course which includes programming routers using hyper-terminal. also some command line stuff.
the target is beginner level ... so I can't take it for granted that they'll have any experience in commandline useage ... so it's important that a line that reads
router# copy running-config startup-config
clearly shows where the spaces are
the problem is that the likes of [ ]<>~|\ / all have existing meanings .... so I need to invent a "space" character
(my intention is to create a font based on courrier new which includes this new symbol)
my problem is .... my artistic talents are pretty grimmmmm......
all my efforts are too intrusive and tend to interrupt the reading flow.
any suggestions?
Answers
Best Answer
No best answer has yet been selected by ACtheTROLL. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.Take a look at Friedl's Mastering Regular Expressions.
He had a similar situation, given that whitespace in regex can be very important.
He ended up using a small red-ish dot in the middle of the line, representing one space. In all areas a command or code is given.
What are you writing it in? I would think it'll be pretty easy to add a small shape like this inline with the text, in LaTeX.
He had a similar situation, given that whitespace in regex can be very important.
He ended up using a small red-ish dot in the middle of the line, representing one space. In all areas a command or code is given.
What are you writing it in? I would think it'll be pretty easy to add a small shape like this inline with the text, in LaTeX.