aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu')
-rw-r--r--lib/sisu/v0/html_format.rb2
-rw-r--r--lib/sisu/v0/texpdf.rb4
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/sisu/v0/html_format.rb b/lib/sisu/v0/html_format.rb
index 29700e83..d9fa95c2 100644
--- a/lib/sisu/v0/html_format.rb
+++ b/lib/sisu/v0/html_format.rb
@@ -169,7 +169,7 @@ module SiSU_HTML_Format
<!- home and index buttons -!>}
end
def copyat
- %{#{@vz.paragraph_heading_1_center}copy @
+ %{#{@vz.paragraph_font_tiny}copy @
<a href="#{@vz.url_home}" #{@vz.js_home}>
#{@vz.txt_home}
</a></h1>}
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