Re: [l2h] installing latex2html

2024-04-23 Thread Shigeharu TAKENO
++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN sh...@iee.niit.ac.jp TEL(): +81-257-22-8161 ++ ___ latex2html mailing list

[l2h] iso_map()

2023-02-17 Thread Shigeharu TAKENO
nk the following code may be better: if ($enc =~ /^\&\#(\d{3});$/ && $1 && $1<=255) { $enc = chr($1) } +========+ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945

Re: [l2h] error for eqnarray* on latex2html-2022

2022-01-19 Thread Shigeharu TAKENO
solution. ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN sh...@iee.niit.ac.jp TEL(): +81-257-22-8161

[l2h] error for eqnarray* on latex2html-2022

2022-01-12 Thread Shigeharu TAKENO
ex seems to be the patch for the latex2html.pin: https://github.com/latex2html/latex2html/commit/e18448cd3cb09fa211ca69edad284a2ddbd36d4b But I don't know what to fix. +========+ Shigeharu TAKENO NIigata Institute of Technology

[l2h] problem for \framebox in picture environment

2021-11-14 Thread Shigeharu TAKENO
quot;; L13758 $body .= ' ||(s/$next_pair_rx/$args.=$`.$&;""/es));'."\n"; When I use the code L13755 instead of L13756-13758, it does not occur the problem. But I don't know whether this is correct solution. ++

Re: [l2h] subequations and pictures

2021-01-13 Thread Shigeharu TAKENO
mall example of latex file which causes the problem. If you use some packages for picture environment, such as pict2e, the driver option of it may cause such error. +====+ Shigeharu TAKENO NIigata Institute of Technology

Re: [l2h] HTML 3.0 output

2021-01-13 Thread Shigeharu TAKENO
0". But I don't know whether it follows HTML 3.0 precisely. +========+ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN sh...@iee.niit.ac.jp TE

Re: [l2h] Math environment conversion - latex2html Version 2008 vs Version 2019

2021-01-13 Thread Shigeharu TAKENO
shige 01/13 2021 David Melgar wrote: | With Version 2008, I would get following conversion of a math environment: | | With the current Version 2019 I do get following: | | | | | | | | The command line arguments were: | latex2html -no_subdir -no_auto_link -split 0

Re: [l2h] use of html5 attributes

2020-12-01 Thread Shigeharu TAKENO
is implemented so far. | | Thank you and the other contributors for their effort | | Christian Mensing! | | On 12/1/20 12:09 PM, Shigeharu TAKENO wrote: | > \begin{rawhtml} | >href="some_document.pdf" download >download course 1 | > \end{rawhtml} Another

Re: [l2h] use of html5 attributes

2020-12-01 Thread Shigeharu TAKENO
nd{rawhtml} Please try. +====+ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN sh...@iee.niit.ac.jp TEL(): +81-2

Re: [l2h] Add a custom footer

2020-11-03 Thread Shigeharu TAKENO
$prev_name: $PREVIOUS_TITLE\n" : undef) . ($CONTENTS_LINK ? " $CONTENTS_LINK " : undef) . ($INDEX_LINK ? " $INDEX_LINK " : undef) # To add a image to the bottom . "\n" # To add a link to top page . "Back to my home page\n" }

Re: [l2h] Add a custom footer

2020-10-18 Thread Shigeharu TAKENO
t; : undef) . "\n" } If you want to show the bottom navigation always, please put $AUTO_NAVIGATION = 0; $BOTTOM_NAVIGATION = 1; into the ini file. +========+ Shigeharu TAKENO NIigata Institute of Technology

Re: [l2h] In segmentation parts, how to create .png images or else BUT NOT .gif

2020-04-29 Thread Shigeharu TAKENO
;$h")); + # 2020-04-28 shige: 2-45) + my $imgsize; + ($img, $imgsize) = embed_image($dst,'web image',0,"Image $name", + '','','','','', + qq(WIDTH="$w" HEIGHT="$h"));

Re: [l2h] math expressions being filtered out in toc

2020-03-27 Thread Shigeharu TAKENO
}}} % or \section{\latexhtml{$x^n$}{\HTMLcode{I}{x\HTMLcode{SUP}{n ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN sh...@iee.niit.ac.jp TEL(): +81-257-22-8161

Re: [l2h] Some problems and patches for Windows

2020-03-09 Thread Shigeharu TAKENO
n current latex2html. +========+ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN sh...@iee.niit.ac.jp TEL(): +81-257-22-8161 ++ ___ latex2html mai

Re: [l2h] Some problems and patches for Windows

2020-03-04 Thread Shigeharu TAKENO
+ # ('if ppmtogif can make transparent GIFs'); # '-h' is an invalid option. Nevertheless it forces ppmtogif to output a # usage information to stderr. We'll have a closer look at that. ($stat,$msg,$err) = _out_err("$ppmtogif -h"); - To here - +===

Re: [l2h] Some problems and patches for Windows

2020-03-02 Thread Shigeharu TAKENO
else { $gs_stand_ps = "gs_init_ps"; } The name "gs_init_ps" should be "gs_init.ps". ++ Shigeharu TAKENO NIigata Instit

Re: [l2h] In segmentation parts, how to create .png images or else BUT NOT .gif

2020-03-02 Thread Shigeharu TAKENO
$result .= ">"; # } } -join('',$anch1, $result, $anch2); +# join('',$anch1, $result, $anch2); +# 2020-03-03 shige: +(join('',$anch1, $result, $anch2), $imagesize); } # MRO: added PNG support - To here - +=

Re: [l2h] Some problems and patches for Windows

2020-02-24 Thread Shigeharu TAKENO
5000 +0900 @@ -4257,7 +4257,9 @@ if ($TRANSPARENT_FIGURES) { my $TRANSPARENT_COLOR= $ENV{'TRANSPARENT_COLOR'} || '#FF'; - $transparent= "-transparent '$TRANSPARENT_COLOR'"; + # $transparent= "-transparent '$TRANSPARENT_COLOR'";

Re: [l2h] Some problems and patches for Windows

2020-02-16 Thread Shigeharu TAKENO
his_dir !~ /^\Q$dd\E/) { + #if ($this_dir !~ /^\Q$dd\E/) { + # 2020-02-17 shige + if (!L2hos->is_absolute_path($this_dir)) { $this_dir = ".$dd$this_dir"; } local($key); - to here - +========+ Shige

Re: [l2h] Some problems and patches for Windows

2020-02-12 Thread Shigeharu TAKENO
ige: 2020-02-10 +if(L2hos->is_absolute_path($_) && -d) { push(@texpaths,$_); } } - to here - +====+ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,N

[l2h] Some problems and patches for Windows

2019-12-29 Thread Shigeharu TAKENO
lute path name may not start by "$dd". So, by the default code, l2h may add ".\" to absolute init file path "C:\Users\...". - from here ----- --- latex2html.pin.ORG 2019-12-29 21:03:41.052544000 +0900 +++ latex2html.pin 2019-12-29 21:22:33.775227

Re: [l2h] Installing problems

2019-12-15 Thread Shigeharu TAKENO
ns, you should follow 1) or 2). +========+ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN sh...@iee.niit.ac.jp TEL(): +81-257-22-8161 ++ _

[l2h] Problems for making svg images on latex2html-2018.3

2019-10-22 Thread Shigeharu TAKENO
\@eqnnum\relax#2}} \long\def\lthtmlfigureA#1#2\lthtmlfigureZ{\let\@savefreelist\@freelist - To here - ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN sh

Re: [l2h] Problems with the \color command

2019-10-14 Thread Shigeharu TAKENO
t is black. \color{red}{This text is red.} This text is also red. \end{document} +====+ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN sh...@iee.niit.ac.jp TEL(): +81-2

Re: [l2h] Can't locate internals.pl in @INC

2019-10-14 Thread Shigeharu TAKENO
/^\Q$dd\E/) { $file = ".$dd$file"; } require ($file); } ++ Shigeharu TAKENO NIigata Institute of Technology

Re: [l2h] Using special characters

2019-06-05 Thread Shigeharu TAKENO
. Please try: \latex{``\raisebox{.7em}{\rotatebox{270}{\textbf{(\raisebox{.5ex}{.''} \html{\begin{rawhtml}\end{rawhtml}} +========+ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN

Re: [l2h] Sourcing internals.pl fails

2018-09-26 Thread Shigeharu TAKENO
ot;) { print STDOUT "Reusing directory $print_dir:\n"; + if ($this_dir !~ /^\Q$dd\E/) { + $this_dir = ".$dd$this_dir"; + } local($key); require("$this_dir$dd${PREFIX}images.pl"); } - To here - +===

[l2h] Escape braces in regex

2018-07-24 Thread Shigeharu TAKENO
d+)$C/$OP$1$CP/g; } diff -uN latex2html-2018/styles/frames.perl.ORG latex2html-2018/styles/frames.perl --- latex2html-2018/styles/frames.perl.ORG 2018-02-02 01:52:36.0 +0900 +++ latex2html-2018/styles/frames.perl 2018-07-24 17:11:28.606392000 +0900 @@ -706,7 +706,7 @@ $

Re: [l2h] images generated for math have black bar at bottom

2018-07-19 Thread Shigeharu TAKENO
fgcache.pm. +====+ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN sh...@iee.niit.ac.jp TEL(): +81-2

Re: [l2h] l2h new error

2018-07-12 Thread Shigeharu TAKENO
469,7 +16490,9 @@ # used for labels in {enumerate} environments $standard_label_rx = "\\s*[[]\\s*((($any_next_pair_rx4)|([[][^]]*[]])|[^]])*)[]]"; -$enum_label_rx = "^((({[^{}]*})|([^{}]))*)([aAiI1])(.*)"; +# $enum_label_rx = &qu

Re: [l2h] l2h new error

2018-07-12 Thread Shigeharu TAKENO
ch includes braces { and }. But the braces in options string are modified to <<[n]>> before using "$enum_label_rx". Then, the escape by {, } are not recognized correctly. 4) The regex "$enum_label_rx" supposes that the option must have a character [AaIi1]. I wi

Re: [l2h] LaTeX2HTML docs

2018-05-02 Thread Shigeharu TAKENO
2html-init) and define sub bot_navigation_panel { ... } in the file. You can see the sample in dot.latex2html-init. (it may be in /usr/local/share/lib/latex2html/) +========+ Shigeharu TAKENO NIigata Institute of Technology

Re: [l2h] enumerate problems

2017-10-23 Thread Shigeharu TAKENO
oat: left } +====+ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN sh...@iee.niit.ac.jp TEL(): +81-25

Re: [l2h] Error when using latex2html with option -html_version 3.2, latin2, unicode in Windows

2017-10-23 Thread Shigeharu TAKENO
:unicode I think this is not a good solution, but may fix your problem temporary. ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN sh...@iee.niit.ac.jp TEL(): +81-257-22-8161

Re: [l2h] Error when using latex2html with option -html_version 3.2, latin2, unicode in Windows

2017-10-22 Thread Shigeharu TAKENO
space. Please try: latex2html -html_version 3.2,latin2 ... +========+ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN sh...@iee.niit.ac.jp TE

Re: [l2h] Error when loading .latex2html-init in Windows

2017-10-22 Thread Shigeharu TAKENO
-2017/bin" to your PATH environment variable. +====+ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN sh...@iee.niit.ac.jp TEL(): +

Re: [l2h] Error when loading .latex2html-init in Windows

2017-10-17 Thread Shigeharu TAKENO
shige 10/18 2017 Ernesto Cuadros Vargas wrote: | Subject: Re: [l2h] Error when loading .latex2html-init in Windows | To: Shigeharu TAKENO <sh...@iee.niit.ac.jp> = | Hi Sigue, | | how do I update all the latex2html in my computer (Ubuntu) | There is something like a:

[l2h] Error when loading .latex2html-init in Windows

2017-10-16 Thread Shigeharu TAKENO
LE !~ /^[.$dd$dd]/) { +========+ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN sh...@iee.niit.ac.jp TEL():

[l2h] Some patches for latex2html

2017-09-13 Thread Shigeharu TAKENO
} $LaTeXERROR = 0; - _log_file("./${PREFIX}images.log"); # Get image size info +# shige 07/20 2017 + _log_file(".$dd${PREFIX}images.log"); # Get image size info } if ($NO_IMAGES) { my $img = "image.$IMAGE_TYPE"; @@ -14053,

[l2h] \scriptsize effect does not quit by \normalsize

2017-09-06 Thread Shigeharu TAKENO
unshift (@tags, $next); print STDOUT "\n<<$next>" if $VERBOSITY > 2; - To here - ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazak

Re: [l2h] enumerate problems

2017-08-11 Thread Shigeharu TAKENO
} ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN sh...@iee.niit.ac.jp TEL(): +81-257-22-8161 ++ ___ latex2html

Re: [l2h] How to generate a table using latex2html without horizontal lines between rows?

2012-02-08 Thread Shigeharu TAKENO
? http://tug.org/pipermail/latex2html/2011-March/003758.html ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN sh...@iee.niit.ac.jp TEL(FAX): +81-257-22-8161

Re: [l2h] Problems with larger documents when generationg images

2012-01-26 Thread Shigeharu TAKENO
': No such file or directory I think your problem may be occured by another reason. ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN sh...@iee.niit.ac.jp TEL(FAX): +81-257-22

Re: [l2h] Black bars under integral signs when thelimitsof integration are -\infty and +\infty or analgebraicfraction for each of the upper and lower limits

2011-04-13 Thread Shigeharu TAKENO
} \begin{document} \[ \int\limits _{-\infty\hspace{2mm}}^{+\infty} \] \end{document} ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN sh...@iee.niit.ac.jp TEL(FAX): +81-257-22

Re: [l2h] lines between rows in table, how to remove them?

2011-03-25 Thread Shigeharu TAKENO
. ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN sh...@iee.niit.ac.jp TEL(FAX): +81-257-22-8161

Re: [l2h] Rotation of .JPG photos

2010-12-17 Thread Shigeharu TAKENO
} after you change your image file name phoyo.JPG to phoyo.jpg. ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN sh...@iee.niit.ac.jp TEL(FAX): +81-257-22-8161

Re: [l2h] An Apparent Byte Size Limit for a Portable Network Graphics (.png) Image File Containing Simplified Chinese Characters Produced by LaTeX2HTML From a .tex File Containing LaTeX and Chinese/Ja

2010-08-02 Thread Shigeharu TAKENO
/misc/data/testcjk-u.tex http://takeno.iee.niit.ac.jp/~shige/misc/data/testcjk-u.pdf http://takeno.iee.niit.ac.jp/~shige/misc/data/testcjk-u/index.html ++ Shigeharu TAKENO NIigata Institute of Technology

Re: [l2h] TMP strikes again! TMP folder blues with latex2html on windows

2010-05-26 Thread Shigeharu TAKENO
machine, or both machines ? If your pstoimg.bat has the line about 'GS_LIB' like as $ENV{GS_LIB} = 'G:...' unless(defined $ENV{GS_LIB}); your pstoimg.bat will change the behavior whether the variable is defined or not. ++ Shigeharu TAKENO

Re: [l2h] Fw: latex2html on windows: How to tell it NOT to use the ALT attribute for the IMG tage? tex2html_comment_mark problem

2009-11-03 Thread Shigeharu TAKENO
; ($labels , $scan); - To here - ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN sh...@iee.niit.ac.jp TEL(FAX): +81-257-22-8161

Re: [l2h] A sum in the denominator of a fraction didn't look quite normal.

2009-11-03 Thread Shigeharu TAKENO
} ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN sh...@iee.niit.ac.jp TEL(FAX): +81-257-22-8161

Re: [l2h] latex2html under cygwin

2009-10-29 Thread Shigeharu TAKENO
with long names... I don't know well, but I heard that l2h fails on the directory with a path name including spaces (Ex. Documents and Settings). Please try to it on the directory such as /cygdrive/c/home/lquesada ++ Shigeharu TAKENO

Re: [l2h] latex2html under cygwin

2009-10-27 Thread Shigeharu TAKENO
++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN sh...@iee.niit.ac.jp TEL(FAX): +81-257-22-8161

Re: [l2h] determine gs_lib - gs-init.ps missing

2009-09-08 Thread Shigeharu TAKENO
'; ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN sh...@iee.niit.ac.jp TEL(FAX): +81-257-22-8161

[l2h] pnmcolormap error with \cite{citekey}

2008-12-22 Thread Shigeharu TAKENO
. These files images.tex, images.log, images.dvi may give you some hints to solve your problem. ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN sh...@iee.niit.ac.jp TEL(FAX): +81

Re: [l2h] Error while converting imgae

2008-12-11 Thread Shigeharu TAKENO
. ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN sh...@iee.niit.ac.jp TEL(FAX): +81-257-22-8161

Re: [l2h] \rightarrow creates mathend000#

2008-12-10 Thread Shigeharu TAKENO
the file latex2html.pin instead of latex2html before the installation because latex2html.pin will be installed your computer as the name latex2html. ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki

Re: [l2h] Error while converting imgae

2008-12-10 Thread Shigeharu TAKENO
: Invalid argument Some version of pnmcrop may not support the option -verbose. Please try to modify the line my $PNMCROP = '/sw/bin/pnmcrop -verbose '; to my $PNMCROP = '/sw/bin/pnmcrop '; of your pstoimg script. ++ Shigeharu TAKENO

Re: [l2h] \rightarrow creates mathend000#

2008-12-09 Thread Shigeharu TAKENO
needs to be checked? The article have a patch for latex2html in the last. Please try to apply the patch to your latex2html. ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN

Re: [l2h] pstoimg on cygwin?

2007-03-26 Thread Shigeharu TAKENO
and dvips. ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN [EMAIL PROTECTED] TEL(FAX): +81-257-22-8161

Re: [l2h] pstoimg on cygwin?

2007-03-26 Thread Shigeharu TAKENO
shige 03/26 2007 I wrote: Perhaps you may avoid the error by using options '-antialias' or '-antialias -depth 1' for pstoimg. or, try to use '-multipage' option. ++ Shigeharu TAKENO NIigata Institute of Technology

Re: [l2h] pstoimg on cygwin?

2007-03-24 Thread Shigeharu TAKENO
. ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN [EMAIL PROTECTED] TEL(FAX): +81-257-22-8161

Re: [l2h] problem with generating the pstoimg.bat

2007-03-06 Thread Shigeharu TAKENO
to install TeX system and Ghostscript to the place whose path does not include any spaces (for example, C:\MikTeX-2.5\, C:\gs\gs8.54). ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN

Re: [l2h] latex2html and debian etch texlive

2006-11-22 Thread Shigeharu TAKENO
' in pstoimg.pin (bin/pstoimg) to the RGB style value '#d9d9d9'. ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN [EMAIL PROTECTED] TEL(FAX): +81-257-22-8161

Re: [l2h] latex2html

2006-09-17 Thread Shigeharu TAKENO
it. If your equation touch (or cross) the black line, the problem may be by the reason 3) or 4). If not, it may be by 1) or 2). ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN

Re: [l2h] latex2html and figure generation

2006-05-26 Thread Shigeharu TAKENO
, .sgi, .xbm, .xwd To use the feature, you must specify the appropriate extensions above. GIF and PNG images will use directly, and other images will convert to JPEG image by using Netpbm tools. ++ Shigeharu TAKENO NIigata Institute

Re: [l2h] problem in installing latex2html

2006-04-28 Thread Shigeharu TAKENO
version latex2html-2002-2-1. ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN [EMAIL PROTECTED] TEL(FAX): +81-257-22-8161

Re: [l2h] Underline problem

2006-03-20 Thread Shigeharu TAKENO
. In some TeX packages, dvips -Ppdf loads alt-rule.pro and overrides it by the followed file tex.pro or texc.pro. So, such a behavior may change by the version up of TeX package. ++ Shigeharu TAKENO NIigata Institute of Technology

Re: [l2h] Image conversion

2006-02-16 Thread Shigeharu TAKENO
). ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN [EMAIL PROTECTED] TEL(FAX): +81-257-22-8161

Re: [l2h] cropping problems

2005-11-02 Thread Shigeharu TAKENO
FIGURES). This may be the problem by -Ppdf option of dvips. Please try to set $DVIPSOPT = ' -E'; and remove -Ppdf of $DVIPSOPT in your l2hconf.pm. Precisely, the file alt-rule.pro for dvips seems to make some problems. ++ Shigeharu

Re: [l2h] Image conversion

2005-10-29 Thread Shigeharu TAKENO
it is obsolete). ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN [EMAIL PROTECTED] TEL(FAX): +81-257-22-8161

Re: [l2h] latex2html tar file was problem

2005-06-23 Thread Shigeharu TAKENO
of the file from latex2html-2002.tar to latex2html-2002.tar.gz. ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN [EMAIL PROTECTED] TEL(FAX): +81-257-22-8161

[l2h] problem about ppmquant (in netpbm-10.2X)

2005-06-09 Thread Shigeharu TAKENO
256; +$reduce_color = $PPMQUANT 256; #fi } #fi - To here - ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN [EMAIL PROTECTED] TEL(FAX): +81-257-22-8161

Re: [l2h] headings in reports

2005-01-09 Thread Shigeharu TAKENO
= ('part' , 'H1' , 'chapter' , 'H1', 'section', 'H2', 'subsection', 'H3' , 'subsubsection', 'H4', 'paragraph', 'H5', 'subparagraph', 'H6' ); in your .latex2html-init file, or in some file and give it by -init_file option. ++ Shigeharu

[l2h] accent image problems for \t{}

2004-12-15 Thread Shigeharu TAKENO
). ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN [EMAIL PROTECTED] TEL(FAX): +81-257-22-8161

[l2h] Re: label and fleqn

2004-06-19 Thread Shigeharu TAKENO
shige 06/19 2004 I found an answer for my old following problem: Date: Tue, 4 Mar 2003 20:41:12 +0900 (JST) From: Shigeharu TAKENO [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: label and fleqn shige 03/04 2003 I found some strange features

Re: [l2h] Why have the md5sums for latex2html changed?

2004-02-26 Thread Shigeharu TAKENO
. | A daily updated compressed archive of the developers' work may be | downloaded from http://www.latex2html.org/current/. | | Warning: Use the files from this site at your own risk. ++ Shigeharu TAKENO NIigata Institute of Technology

Re: [l2h] Inline math cropping

2004-02-25 Thread Shigeharu TAKENO
=f0h/ffh = 240/255, and run latex2html with the switch -notransparent. ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN [EMAIL PROTECTED] TEL(FAX): +81-257-22-8161

Re: [l2h] Why have the md5sums for latex2html changed?

2004-02-25 Thread Shigeharu TAKENO
, there may be another one. ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN [EMAIL PROTECTED] TEL(FAX): +81-257-22-8161

Re: [l2h] Inline math cropping

2004-02-24 Thread Shigeharu TAKENO
environment variable FORCEMINIMAGE to 1. ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN [EMAIL PROTECTED] TEL(FAX): +81-257-22-8161

Re: [l2h] two problems in latex2html Version 2002-2-1 (1.70)

2004-01-23 Thread Shigeharu TAKENO
- ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN [EMAIL PROTECTED] TEL(FAX): +81-257-22-8161 ++ ___ latex2html mailing list [EMAIL

Re: [l2h] Erro Messages in L2h: Illegal seek

2003-12-06 Thread Shigeharu TAKENO
$PNMTOPNG = '/usr/local/bin/pnmtopng'; ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN [EMAIL PROTECTED] TEL(FAX): +81-257-22-8161

Re: [l2h] Background/foreground colors

2003-12-06 Thread Shigeharu TAKENO
line to your ~/.latex2html-init file: $BODYTEXT = bgcolor=\\#ff\; ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN [EMAIL PROTECTED] TEL(FAX): +81-257-22-8161

Re: [l2h] Apparent bugs in 2002-2-1

2003-07-03 Thread Shigeharu TAKENO
shige 07/03 2003 | Date: Thu, 03 Jul 2003 09:15:36 +0200 | From: Daniel Taupin [EMAIL PROTECTED] | To: Shigeharu TAKENO [EMAIL PROTECTED] | Subject: Re: [l2h] Apparent bugs in 2002-2-1 = | I thought whether default l2hconf.pm is still loaded instead of | YOUR l2hconf.pm

Re: [l2h] Apparent bugs in 2002-2-1

2003-07-02 Thread Shigeharu TAKENO
l2hconf.pm: @IMAGE_TYPES = qw(gif png); $IMAGE_TYPE = $IMAGE_TYPES[0]; --- Why is l2hconf.pm ignored? Please check: [a] setting of ~/.latex2html-init [b] whether your l2hconf.pm is loaded certainly at running the job ++ Shigeharu

Re: [l2h] Apparent bugs in 2002-2-1

2003-07-02 Thread Shigeharu TAKENO
shige 07/03 2003 | Date: Wed, 02 Jul 2003 23:59:05 +0200 | From: Daniel Taupin [EMAIL PROTECTED] | To: Shigeharu TAKENO [EMAIL PROTECTED] | Subject: Re: [l2h] Apparent bugs in 2002-2-1 = | Please check: | | [a] setting of ~/.latex2html-init | | If my ~/.latex2jtml-init

[l2h] label and fleqn

2003-03-04 Thread Shigeharu TAKENO
for the above source, latex2html fails at making the 2nd image. In fact, images.dvi have only 1 page (1 image). Moreover, the 1st equation does not seem to be positioned correctly (over the right boundary). ++ Shigeharu TAKENO NIigata

Re: [l2h] l2h Problem

2003-02-13 Thread Shigeharu TAKENO
}. ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN [EMAIL PROTECTED] TEL(FAX): +81-257-22-8161

[l2h] bad ALT string in CJK package

2003-01-30 Thread Shigeharu TAKENO
, or may start with 2nd byte. Are there any solutions for the problem ? ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN [EMAIL PROTECTED] TEL(FAX): +81-257-22-8161

Re: [l2h] cropping bars

2003-01-30 Thread Shigeharu TAKENO
.) ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN [EMAIL PROTECTED] TEL(FAX): +81-257-22-8161 ++ ___ latex2html mailing list [EMAIL

[l2h] undefined keyword in html2_2.pl and table.pl

2002-11-23 Thread Shigeharu TAKENO
-- Do not they occur for perl new version ? ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN [EMAIL PROTECTED] TEL(FAX): +81-257-22-8161

Re: [l2h] Black borders (!)

2002-08-26 Thread Shigeharu TAKENO
lib/latex2html/l2hconf.pm. ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN [EMAIL PROTECTED] TEL(FAX): +81-257-22-8161

[l2h] expand }%\n to }%%\n\n in images.tex

2002-08-22 Thread Shigeharu TAKENO
? ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN [EMAIL PROTECTED] TEL(FAX): +81-257-22-8161

Re: [l2h] Re: l2h and recent netpbm

2002-07-11 Thread Shigeharu TAKENO
shige 07/11 2002 Date: Wed, 10 Jul 2002 20:37:42 +0900 (JST) From: Shigeharu TAKENO [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [l2h] Re: l2h and recent netpbm = *** config/config.pl.ORG Wed Jul 10 20:16:10 2002 --- config/config.pl Wed Jul 10 20:21:22

[l2h] date format do_require_package()

2002-05-14 Thread Shigeharu TAKENO
); should be do_require_package($LATEX2HTMLSTYLES/german); or the function do_require_package() defined in latex2html.pin should be modified. ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki

Re: [l2h] icons should obey -image-type

2002-04-11 Thread Shigeharu TAKENO
several l2hconf.pm file for each cases. I hope it will be improved. ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN [EMAIL PROTECTED] TEL(FAX): +81-257-22-8161

[l2h] a patch of latex2html-2002 for Japanese

2002-04-07 Thread Shigeharu TAKENO
:-) ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN [EMAIL PROTECTED] TEL(FAX): +81-257-22-8161 ++ ___ latex2html

For [l2h] Math mode broken

2001-11-30 Thread Shigeharu TAKENO
|preform|\w+_inline)[_a-z]*||makeimage)\\s*\\2; - To here - However I don't know well why this fix it :-) ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN [EMAIL PROTECTED

[l2h] date format for each language

2001-07-16 Thread Shigeharu TAKENO
to fix them. ++ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN [EMAIL PROTECTED] TEL(FAX): +81-257-22-8161