Skip to content

Commit

Permalink
kaplibs: Restore \newpage.
Browse files Browse the repository at this point in the history
After the modification in df43406 you get a linefeed (\n)
then a "ewpage".  Restore the escaping reverse solidus.
  • Loading branch information
MalcolmCurrie committed Dec 11, 2014
1 parent 46478f9 commit 22f2a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/kaplibs/make_sun238.csh
Expand Up @@ -85,7 +85,7 @@ foreach dir (aif ccg fts ira kpg)
end

# Add an sstroutine for each C-callable documented KPG file
echo '\newpage' >> sun238.tex
echo '\\newpage' >> sun238.tex
echo '\section{C-only Routine Descriptions}' >> sun238.tex

foreach dir (kpg)
Expand Down

0 comments on commit 22f2a67

Please sign in to comment.