Skip to content

Commit

Permalink
Generate output longtable tex code files, use them as cached input
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpurra committed Nov 2, 2014
1 parent 65ea683 commit fce896f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions report/report.lyx
Expand Up @@ -55,6 +55,15 @@
\usepackage{array}
\pgfplotsset{compat=1.11}% supress warning

\pgfplotstableset{
% Write all longtable tables to disk.
every table/.append style={outfile={.generated.report-table\@arabic\c@LT@tables.tex}},
% Use cached/written files as input.
include outfiles,
% Change to true to force re-generation. It's easier to just delete all generated files.
force remake=false,
}

\newcolumntype{i}{>{\begin{pgfplotstablecoltype}[int detect]}r<{\end{pgfplotstablecoltype}}}
\newcolumntype{f}{>{\begin{pgfplotstablecoltype}[fixed zerofill]}r<{\end{pgfplotstablecoltype}}}

Expand Down

0 comments on commit fce896f

Please sign in to comment.