Re: [tex4ht] BUG: xcolor tex4ht

2019-04-10 Thread Deimantas Galcius
On 4/10/19 10:08 PM, Michal Hoftich wrote: Does it help if you set: 1. 'dvilualatex' compiler instead of 'latex' (probably you'll need \usepackage[T1]{fontenc} for TL2019) 2. \usepackage{luatex85} (for compatibility: pgfsys-dvips.def driver uses

Re: [tex4ht] BUG: xcolor tex4ht

2019-04-10 Thread Deimantas Galcius
On 4/9/19 4:41 PM, Michal Hoftich wrote: what could cause the issue with circles moved slightly to the right in this answer?: https://tex.stackexchange.com/a/482913/2891 Hi Michal, Does it help if you set: 1. 'dvilualatex' compiler instead of 'latex' (probably you'll need

Re: [tex4ht] [bug #378] Wrong MathML output for numbers

2018-02-02 Thread Deimantas Galcius
There is a section "Digits into Numbers" in tex4ht-xhtmml-xtpipes.tex file. If I read it correctly, the code deals with merging "mn" nodes. Apparently Eitan's approach was to postprocess html file with xtpipes (and not to fix c-code). On Feb 2, 2018, at 1:19 AM, Karl Berry wrote: >

Re: [tex4ht] dependencies, new and incomplete

2017-05-05 Thread Deimantas Galcius
Hi Karl, 1) I'm afraid I don't really understand tex4ht file derivation, despite Deimi's best efforts to explain. Frankly speaking I cannot say that I understand it completely too :) 3) It sure would be nice to have complete

Re: [tex4ht] [bug #217] Errors using mdframed and framed packages with tex4ht

2017-05-04 Thread Deimantas Galcius
Hi Michal, If I recall it right: 1. when you introduce a new entry to mktex4ht-cnf.tex file, you need to process it in order to get '\lit{}' record in mktex4ht.4ht file. 2. you need to process tex4ht-html4.tex file twice if auxiliary files are deleted (.xref, .aux, etc). This is

Re: [tex4ht] [bug #345] regression testing is needed

2016-12-16 Thread Deimantas Galcius
Hi Michal, Very good. I've removed l3build files from the repo. Starting from the scratch :) regards, -- deimi On Dec 16, 2016, at 4:51 PM, Michal Hoftich wrote: > Hi all > >> >> tex4ht testing needs to deal not with log files, but output files which may >> be >> text files

Re: [tex4ht] [bug #345] regression testing is needed

2016-12-16 Thread Deimantas Galcius
Hi Karl, I took l3build.lua from latex3 repo on github [1]. l3build script has extra features that are irrelevant for tex4ht - dtx processing, creating doc pdf, preparing release packages for CTAN. What we are interested in is testing and l3build provides a good infrastructure for testing. I

Re: [tex4ht] [bug #345] regression testing is needed

2016-12-15 Thread Deimantas Galcius
On 12/15/2016 02:46 AM, Karl Berry wrote: But we don't really want/need a copy of build.lua in the repo, do we? Did you have to modify it? I can't tell if the differences from the distributed version are just different versions, or something you needed to do. build.lua is a driver file with

Re: [tex4ht] [bug #345] regression testing is needed

2016-12-14 Thread Deimantas Galcius
Hi Karl, Michal, I've committed quick and dirty showcase of testing using l3build system, which l3team has developed and is using for their testing needs. If you find it suitable, we can adapt it for tex4ht. Sample files are testfiles: t-suits.lvt - tex file t-suits.tlg - html file

Re: [tex4ht] [bug #341] html5 support

2016-11-25 Thread Deimantas Galcius
perfect, - I am impressed how quick you are! Thank you. regards, -- deimi On Nov 25, 2016, at 7:53 PM, Michal Hoftich wrote: > Hi Deimi, > >> This is great! >> Please can you commit tex4ht-html5.tex file to svn repo? >> > > I've just committed the tex4ht-html5.tex to the svn repo. I've

Re: [tex4ht] [bug #341] html5 support

2016-11-25 Thread Deimantas Galcius
Hi Michal, This is great! Please can you commit tex4ht-html5.tex file to svn repo? best regards, -- deimi On Nov 25, 2016, at 2:54 PM, Michal Hoftich wrote: > URL: > > > Summary: html5 support > Project: tex4ht >

Re: [tex4ht] [bug #339] remove/rewrite braille code

2016-10-31 Thread Deimantas Galcius
Karl - i don't believe we have braille lit sources in svn repo. It is interesting to know, what kind of system/code/workflow Antonis refers to as "Braille support in tex4ht" "SuBrl: A LaTeX to braille converter" http://www.dotlessbraille.org/gurari.htm Does anybody know about source files?

[tex4ht] debugging tex4ht bootstrap

2016-09-30 Thread Deimantas Galcius
Hi Karl, Michal I've updated svn repo with a fix. This fixes latex compilation error(s) on first pass (when there are no *.xref files). The mutual dependency problem wrt tex4ht-options.tex and tex4ht-cond4ht.tex should be fixed too. kind regards, -- deimi

Re: [tex4ht] debugging tex4ht bootstrap

2016-07-29 Thread Deimantas Galcius
Hi Karl, Unfortunately the patch I send you, introduces changes in few html files (links are lost). So please, disregard the patch. I'll try to fix this in a couple of days. Regards, -- deimi Title: index infoht42up-8859-6-CJK-IEEEtran- JHEP-Preamble-ProTex-SIunits-

Re: [tex4ht] debugging tex4ht bootstrap

2016-07-22 Thread Deimantas Galcius
Hi Karl, (1) Here is a patch. Hopefully it fixes compilation failure on first run. Literate sources are quite complex; not so easy to grasp. Your lengthy note on \CleanComment in common-info.tex was really useful, - thanks. I tested: $> make info4ht.4ht $> make infomml.4ht $> xhlatex

Re: [tex4ht] [bug #307] make4ht removes spaces in \href in LUA mode when using mathdesign package

2016-06-09 Thread Deimantas Galcius
third: it is not surprising that pdf(la)tex and lua(la)tex would find different fonts. i've never understood lualatex font lookup, and can't help there. furthermore, the actions taken by the two engines after a font is found are different. it appears that latex and dvilualatex take

Re: [tex4ht] [bug #309] tex4ht does not work with package savetrees

2016-06-09 Thread Deimantas Galcius
On 06/08/2016 12:58 PM, Michal Hoftich wrote: Another possibility I've just found is to block the loading of the package from tex4ht. What do you think? Is that change safe? I love the idea. IMHO it's a proper way of doing. It' far better that "\ifdefined\HCode" conditional in tex file.

Re: [tex4ht] issue with tex4ht and minted package, extra space added

2016-06-05 Thread Deimantas Galcius
minted environment is a wrapper for Verbatim from fancyrb, which does have a tex4ht configuration. The fifth parameter of "\Configure{fancyvrb}" is set to two spaces. You can change it of course. The config file: \Preamble{} \catcode`\:=11\relax \Configure{fancyvrb} {\IgnorePar \EndP

Re: [tex4ht] erorr code 256, possible perl error code, come up with using --lua option with make4ht, error --- Improper dvi file

2015-12-04 Thread Deimantas Galcius
Starting from page 379 (or maybe a page earlier??) something went wrong with previous bop address calculation. Below is a diff of  DTL files (wrong dvi and corrected one) kernel.dt is an output of  $dv2dt KERNEL.dvi kernel-fixed.dt is an output of  $ dt2dv kernel.dt

Re: [tex4ht] [bug #261] add full support for kpfonts when compiling in SVG mode for math

2015-08-05 Thread Deimantas Galcius
Hi, Michal, I can confirm that mathml output seems nice as well, only thing I've spot is that not all characters in \mathcal{ABCDEFGHIJKLMNOPQRSTUVWXYZ} are converted to their unicode counterparts, but it is only minor problem. please can you post a command line you use for matml output? I

Re: [tex4ht] [bug #261] add full support for kpfonts when compiling in SVG mode for math

2015-08-04 Thread Deimantas Galcius
Hi Nasser, I have posted source code for kpfonts (unicode) on https://github.com/dgalcius/kpfonts. 'lit' folder contains literate source file. Run 'make' to generate htf files. Folder 'charpos' is for making font proof sheets. Copy generate htf file to charpos folder and run 'make fonts'. it

Re: [tex4ht] [bug #261] add full support for kpfonts when compiling in SVG mode for math

2015-08-04 Thread Deimantas Galcius
Thank you, Nasser. svg output is ok at my side. best regards, -- deimi On 08/04/2015 03:47 PM, Nasser M. Abbasi wrote: On 8/4/2015 7:40 AM, Deimantas Galcius wrote: Hi Nasser, I have posted source code for kpfonts (unicode) on https://github.com/dgalcius/kpfonts. 'lit' folder contains