aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v0/texpdf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v0/texpdf.rb')
-rw-r--r--lib/sisu/v0/texpdf.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sisu/v0/texpdf.rb b/lib/sisu/v0/texpdf.rb
index cd4c2ec1..ccde6687 100644
--- a/lib/sisu/v0/texpdf.rb
+++ b/lib/sisu/v0/texpdf.rb
@@ -384,7 +384,7 @@ WOK
end
end
@tex_file << unless @md.fnb =~/^mail\s*$/
- "\n\\date{copy @ #{@tex.site} #{sisu_rc_footnote}}"
+ "\n\\date{\\begin{footnotesize} copy @ #{@tex.site} \\end{footnotesize} #{sisu_rc_footnote}}"
else "\\date"
end
else #portrait
@@ -399,7 +399,7 @@ WOK
else "\n\\author{#@copymark \\textnormal{#{creator}}}"
end
end
- @tex_file << unless @md.fnb =~/^mail\s*$/; "\n\\date{copy @ #{@tex.site} #{sisu_rc_footnote}}"
+ @tex_file << unless @md.fnb =~/^mail\s*$/; "\n\\date{\\begin{footnotesize} copy @ #{@tex.site} \\end{footnotesize} #{sisu_rc_footnote}}"
else "\\date"
end
end