aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2010-05-05 13:19:08 -0400
committerRalph Amissah <ralph@amissah.com>2010-05-05 13:19:08 -0400
commitbc1140347a6465ddcf2bdd9878ab28310589f9be (patch)
tree9f2a28779d787c9758d3a5fe195541f84c285cea
parenttexpdf, url braces, (add, fix) (diff)
shared_metadata, texpdf, reduce text display size of digests
-rw-r--r--lib/sisu/v2/shared_metadata.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sisu/v2/shared_metadata.rb b/lib/sisu/v2/shared_metadata.rb
index dac6f914..cd46bd1d 100644
--- a/lib/sisu/v2/shared_metadata.rb
+++ b/lib/sisu/v2/shared_metadata.rb
@@ -744,7 +744,7 @@ WOK
hash_of=spec_char(@md.dgst[0])
hash_of=word_break_points(hash_of)
dgst=number_break_points(@md.dgst[1])
- tag,inf='Source Digest',"\\begin\{footnotesize\}#{hash_of}\\end\{footnotesize\}\\-#{dgst}"
+ tag,inf='Source Digest',"\\begin\{footnotesize\}#{hash_of}\\end\{footnotesize\}\\-\\begin\{scriptsize\}#{dgst}\\end\{scriptsize\}"
meta << meta_para(tag,inf,false)
end
if defined? @md.dgst_skin \
@@ -752,7 +752,7 @@ WOK
hash_of=spec_char(@md.dgst_skin[0])
hash_of=word_break_points(hash_of)
dgst=number_break_points(@md.dgst_skin[1])
- tag,inf='Skin Digest',"\\begin\{footnotesize\}#{hash_of}\\end\{footnotesize\}\\-#{dgst}"
+ tag,inf='Skin Digest',"\\begin\{footnotesize\}#{hash_of}\\end\{footnotesize\}\\-\\begin\{scriptsize\}#{dgst}\\end\{scriptsize\}"
meta << meta_para(tag,inf,false)
end
meta << %{#{@br}\\begin\{bfseries\}Generated \\end\{bfseries\}}