2

Till now I know that using LaTeX CS students can draw UML diagram easily with gorgeous look. I personally use LaTeX to make UML for my Software Design Pattern Lab.

LaTeX also supports for following things-

1.topological sort(example)
2.any graph
3.DFA & NFA(example)
4.source code listings(example, example, example, example)

Now, I need a book/document that describe all topics for those a CS student can use LaTeX.

alhelal
  • 2,451

1 Answers1

5

Typesetting figures for computer science by Andrew Mertz, William Slough and Nancy Van Cleave from Department of Mathematics and Computer Science, Eastern Illinois University.

This article covers -

. Source code listings
. Drawing logic circuits
. Drawing stacks and stack frames
. Displaying fields of bit in machine instruction
. Drawing automata
. Drawing tree
. Grammars and parse trees
. Combinatorial graphs

alhelal
  • 2,451