Skip to content
Snippets Groups Projects
Commit 28505f0b authored by Simon Marlow's avatar Simon Marlow
Browse files

add some negative vertical space between code blocks when splitting

parent d792c327
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ while (<>) { ...@@ -41,7 +41,7 @@ while (<>) {
print "\@\n"; print "\@\n";
&printIndexEntries(); # for previous block &printIndexEntries(); # for previous block
$SaveForIndexing .= $_; $SaveForIndexing .= $_;
print "\\eprogB\\noindent\\bprogB\n\@\n$_"; print "\\eprogB\\vspace{-2ex}\\noindent\\bprogB\n\@\n$_";
$lineCnt = 0; $lineCnt = 0;
$savedBlanks = 0; $savedBlanks = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment