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.
|
\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} |