aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v4/texpdf_format.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2013-03-05 21:39:17 -0500
committerRalph Amissah <ralph@amissah.com>2013-03-05 21:39:19 -0500
commit27bd56aee75594b16b1543bf05318fc17d11e2a9 (patch)
tree1f03e590b7ac0d9b408b2b1155427c7de979678c /lib/sisu/v4/texpdf_format.rb
parentv4: version & changelog (diff)
v4: texpdf, report to STDERR when pdf not generated (Closes: #617359)
* note: .tex file is almost certainly produced by sisu, this will be a sisu packaging, texlive dependency issue, preventing its conversion to pdf
Diffstat (limited to 'lib/sisu/v4/texpdf_format.rb')
-rw-r--r--lib/sisu/v4/texpdf_format.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sisu/v4/texpdf_format.rb b/lib/sisu/v4/texpdf_format.rb
index 0027fb0d..9a1429de 100644
--- a/lib/sisu/v4/texpdf_format.rb
+++ b/lib/sisu/v4/texpdf_format.rb
@@ -1195,7 +1195,6 @@ module SiSU_TeX_Pdf
gsub(/\\copy(right|mark)?/,'<=copymark>') # ok problem with superscript
end
def xetex_special_characters_1(str,is=:default) # ~ ^ $ & % _ { } #LaTeX special characters - KEEP list
- #str=Iconv.conv('ISO-8859-1', 'UTF-8', @txt) # `require': iconv will be deprecated in the future, use String#encode instead.
word=str.scan(/\S+|\n/) #unless line =~/^(?:@\S|%+\s)/
para_array=[]
str=if word