Tagged Questions
2
votes
1answer
1k views
A package for formatting Linux terminal excerpts?
I know about minted and listings, but either of those are intended for formatting of programming languages excerpts. Is there a package that would do the same for Linux terminal excerpts?
Such as:
...
10
votes
3answers
3k views
Which package can be used to write BNF grammars?
I googled and found two packages:
mdwtools
bnf
Unfortunately, both of them have extremely poor documentation. There are only one to two examples for each one, which makes it hard to follow. ...
69
votes
4answers
2k views
Techniques and packages to keep up with good practices
Question
What techniques and packages are there to keep up with good practices?
What I already know
I already know of the following packages for this kind of purpose:
...
6
votes
2answers
614 views
Is there a LaTeX package to format computer language grammars?
I need to display BNF grammars, but couldn't find any LaTeX package that does this.