352 reputation
314
bio website nobelprize.org
location here
age 23
visits member for 2 years, 5 months
seen Jul 15 '11 at 9:49
stats profile views 66
\documentclass{article}
\usepackage{listings,xcolor}
\usepackage[a4paper,margin=2cm]{geometry}
\lstset
{
    language={[LaTeX]TeX},
    frame=single,
    breaklines=true,
    basicstyle=\small\tt,
    keywordstyle=\color{blue}\sf,
    identifierstyle=\color{magenta},
    commentstyle=\color{cyan},
    backgroundcolor=\color{yellow!5}
}


\def\ImportAllSourceCodes
{%
    \immediate\write18{cmd /c dir /b *.tex > \jobname-temp.txt}%
    \newread\myfile
    \openin\myfile=\jobname-temp.txt
    \newcount\counter
    \counter=0
    \loop
        \unless\ifeof\myfile
        \read\myfile to\mydata
        \advance \counter by 1
    \repeat
    \closein\myfile
    \openin\myfile=\jobname-temp.txt
    \advance \counter by -1
    \loop
        \ifnum \counter > 0
        \read\myfile to\mydata
        \section\mydata
        \lstinputlisting{"\mydata"}\newpage
        \advance \counter by -1
    \repeat
    \closein\myfile
}


\usepackage{hyperref}

\begin{document}
\ImportAllSourceCodes
\end{document}

352 Reputation

5 Apr 19
10 Jan 13
5 Jan 7
5 Jan 1
5 Nov 28 '12
5 Oct 17 '12
10 Sep 3 '12
5 Sep 1 '12
5 Jul 20 '12
5 Jun 18 '12
5 May 10 '12
5 Apr 10 '12
5 Mar 30 '12
10 Jan 17 '12
5 Nov 8 '11
5 Oct 24 '11
5 Sep 4 '11
10 Aug 12 '11
5 Jul 28 '11
15 Jul 13 '11
15 Jul 12 '11
10 Jul 10 '11
5 Jun 18 '11
-52 Jun 9 '11
5 Jun 7 '11
5 Apr 15 '11
5 Apr 12 '11
5 Mar 16 '11
5 Mar 6 '11
5 Feb 7 '11