/usr/share/nickle/examples/turtle/snowflake.tex is in nickle 2.79-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | %% Copyright © 2001 Bart Massey.
%% All Rights Reserved. See the file COPYING in this directory
%% for licensing information.
\documentclass{article}
\usepackage{epic,eepic}
\begin{document}
\fbox{
\input{snowflake.eepic}
}
\end{document}
|