Search found 2 matches

by yurichev
Fri Jun 06, 2014 6:30 pm
Forum: General
Topic: Referring line in listing
Replies: 1
Views: 8472

Referring line in listing

Maybe not a TeX question, but are there a some common way to refer specific line in listing, like:

"In listing 1.2.3:10 we see this and that..." (i.e., line 10).

And also line range, like "listing 1.2.3:10-14".

I just hate idea to write "... at line x ...", or "... at lines from x to y ...", etc.
by yurichev
Sat May 17, 2014 9:20 pm
Forum: General
Topic: Best practices for multilingual open-source book?
Replies: 1
Views: 2431

Best practices for multilingual open-source book?

I'm writing an open-source book in two languages (English and Russian) and there are volunteers who would like to help with translation to other languages.

My first idea is simple: let there be conditional commands like \EN{}, \RU{}, \FR{}, etc, for the text for each language. So far so good. But I ...