diff options
author | Ralph Amissah <ralph@amissah.com> | 2007-09-06 18:28:13 +0100 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2007-09-06 18:28:13 +0100 |
commit | d11d4c51c5f23c53df02c5ce3a9c737b142607f0 (patch) | |
tree | a37a1500dddec4b0f5ba4484d553b9c16e0a14d4 /lib | |
parent | distinguish param's markup type identifier module from standalone (diff) |
cosmetic output fixes related to 'Copy @' default note
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sisu/v0/html_format.rb | 2 | ||||
-rw-r--r-- | lib/sisu/v0/texpdf.rb | 4 |
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 |