Search
Top Posts & Pages
- Exchange Data and Objects between C++ and QML and vice versa
- QML and Clipboard Interaction
- Plasma Active for Nexus 7: Running the touch-optimized Plasma Active Linux Distribution on Nexus 7
- Emumaster for SailfishOS, Work-in-progress
- cli4clj 1.7.0 - Alternate Scrolling Mode
- cli4clj 1.7.2 - "GraalVM-ready"
- QML TreeView
- Hotplug an External Screen to your Laptop on Linux
- Note to self: Resize animated PNG (APNG)
- Unit Testing Arbitrary Interactive Clojure Command Line Interfaces (CLIs) with cli4clj - Illustrated using the Example of the Clojure REPL
Links
Tag Archives: LaTeX
Note to Self: Clojure Code in LaTeX vs. Copy&Paste
This post is a somewhat extended “Note to Self” in the sense that some of this may also hopefully be useful for others. I like LaTeX a lot and its “listings” package is great for including source code in documents. … Continue reading
LaTeX lstlisting: Easily Copy&Paste Snippets from PDF
I regularly use LaTeX for documentation. While lstlisting is really great for printing snippets of code out of the box you may encounter some situations where you need to tweak it a little to fit your needs. Imagine you have, … Continue reading