Use minted for code highlighting
Context and Problem Statement
Source code needs to be highlighted
Considered Options
Decision Outcome
Chosen option: “minted”, because
- Listings is inferior because it doesn’t utilize a full lexer
- Minted offers integration with pygments and is actively maintained.
- The person who took over minted development, evaluated all alternatives and came to the conclusion that minted is the most promising solution.
Positive Consequences:
- Source is highlighted properly
Negative consequences:
- Users need to install python and pygments