Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- \documentclass{article}
- \usepackage{luacode}
- % Lua kodo vpisemo v loceno datoteko zaradi syntax highlithing
- \directlua{dofile('test.lua')}
- \newcommand{\stranke}{\luadirect{stranke()}}
- \begin{document}
- \begin{tabular}{ll}
- \hline
- id stranke & ime \\
- \hline
- \stranke
- \hline
- \end{tabular}
- \end{document}
Add Comment
Please, Sign In to add comment