This repository has been archived on 2024-08-29. You can view files and clone it, but cannot push or open issues or pull requests.
LaTeX-Snippets/minted/some_code.txt

8 lines
203 B
Plaintext

\documentclass{article}
\usepackage{minted}
\title{Importing files using minted}
\begin{document}
The next code will be directly imported from a file:
\inputminted{octave}{BitXorMatrix.m}
\end{document}