aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/sisu/v0/html_format.rb2
-rw-r--r--lib/sisu/v0/param.rb2
-rw-r--r--lib/sisu/v0/param_identify_markup.rb2
-rw-r--r--lib/sisu/v0/texpdf.rb4
4 files changed, 5 insertions, 5 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/param.rb b/lib/sisu/v0/param.rb
index 690163d4..f4bf6a3f 100644
--- a/lib/sisu/v0/param.rb
+++ b/lib/sisu/v0/param.rb
@@ -197,7 +197,7 @@ module SiSU_Param
@generated=Time.now
fns_array=@data.dup
skip unless fns_array # consider
- @markup_version=SiSU_Markup::Markup_identify.new(fns_array,@opt).markup_version? #% determine markup version
+ @markup_version=SiSU_Markup_type::Markup_identify.new(fns_array,@opt).markup_version? #% determine markup version
if fns_array[0] =~ /^(?:% )?(?:SiSU\s+(?:master\s+)?[\d.]*|sisu-[\d.]+)$/ #check markup and markup version
if fns_array[0] =~ /^(?:% )?(?:SiSU\s+(?:master\s+)?|sisu-)[\d.]+$/ #check markup and markup version
@markup_version_declared=fns_array[0].match(/^(?:% )?(?:SiSU\s+(?:master\s+)?|sisu-)([\d.]+)$/)[1]
diff --git a/lib/sisu/v0/param_identify_markup.rb b/lib/sisu/v0/param_identify_markup.rb
index 93c8bf79..fcdf71cb 100644
--- a/lib/sisu/v0/param_identify_markup.rb
+++ b/lib/sisu/v0/param_identify_markup.rb
@@ -56,7 +56,7 @@
altering SiSU markup
=end
-module SiSU_Markup
+module SiSU_Markup_type
class Markup_identify
@@fns,@@version_determined,@@version_declared,@@declared_doc_type='','','','[text?]'
attr_accessor :version_determined,:version_declared,:declared_doc_type
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