| bio | website | |
|---|---|---|
| location | Milan, Italy | |
| age | ||
| visits | member for | 1 year, 7 months |
| seen | Feb 4 at 11:43 | |
| stats | profile views | 5 |
Programmer and musician
|
Jan 9 |
comment |
Remove ugly borders around clickable cross-references and hyperlinks This is a real solution, otherwise how is the reader supposed to distinguish clickable links from plain text? Thank you |
|
Jan 9 |
awarded | Scholar |
|
Jan 9 |
accepted | What if I use a \def name starting with “if” |
|
Jan 4 |
comment |
What if I use a \def name starting with “if” See Herbert answer: will it work with arguments too? |
|
Jan 4 |
comment |
What if I use a \def name starting with “if” I don't get it: I need to change the definition '\def \termName{term translation}` to \@namedef{term-name}{term translation} and change the name it's invoked, right? Will it work with arguments too? |
|
Jan 3 |
awarded | Nice Question |
|
Jan 3 |
comment |
What if I use a \def name starting with “if” @egreg: no intention to be polemic — get it as a joke ;) — but if someone like python's dad names a document Style Guide I'd definitively get it as... a guide. :)) I agree about different backgrounds but having used both I can't say a LaTeX script is as readable as a python script, however I look at it. Moreover if you have to tweak something to your needs. My humble opinion tho. |
|
Jan 3 |
comment |
What if I use a \def name starting with “if” @JosephWright: thanks for the tip ^^ |
|
Jan 3 |
comment |
What if I use a \def name starting with “if” You don't see how \command_with_underscore will increase readability over \NEcommand probably because never followed python's creator Guido Van Rossum' Style Guide for Descriptive Names ;) Anyway... LaTeX is all but readability and Python zen. Try this: python -c "import this" | grep -i readability |
|
Jan 3 |
comment |
What if I use a \def name starting with “if” @egreg: I know but it decreases readability... |
|
Jan 3 |
comment |
What if I use a \def name starting with “if” What about a tip to how naming \def names so I can grep them easily with a regexp? C gettext is always aliased as _ that's why I wanted to start terms' name with a underscore... |
|
Jan 3 |
comment |
What if I use a \def name starting with “if” Ok, got it, I'll switch to camelCase then... Where do I read what is exactly allowed in a \def name? |
|
Jan 3 |
awarded | Student |
|
Jan 3 |
asked | What if I use a \def name starting with “if” |
|
Sep 28 |
awarded | Supporter |