Re: [tex4ht] is it possible to define a Latex environment, where one can issue direct HTML code in it for tex4ht only?

2016-06-09 Thread Jagath AR
}} {\endverbatimwrite \aftergroup\putVerb} \else \lstnewenvironment{code} {\lstset{language=matlab}} {} \fi \begin{document} \begin{code} X=10; Y=10; \end{code} or \begin{code} X=100; Y=200; \end{code} \end{document} Regards Jagath On 10 June 2016 at 11:53, Jagath AR wrote: > Hi Nasser, &g

Re: [tex4ht] is it possible to define a Latex environment, where one can issue direct HTML code in it for tex4ht only?

2016-06-09 Thread Jagath AR
Hi Nasser, The error in your MWE case is due to undefined "\PRE" command, which should be "/PRE". Regards Jagath On 10 June 2016 at 11:41, Nasser M. Abbasi wrote: > I am struggling with this. I need to be able to define > an environment, where when Latex file is compiled to HTML > does one thin

Re: [tex4ht] problem with slow compilation of large latex file with large math content

2016-03-27 Thread Jagath AR
nd tested by unloading some packages you have provided and found that the package "*titlesec*" is slowing down the compilation when you go through tex4ht (make4ht). I have commented it on *my_core.tex* and executed your *compile.sh. *The process is now faster. Could you please check this. ​I have not gone in detail on what is causing the problem in '*titlesec'* package on tex4ht.​ ​Regards Jagath AR​

Re: [tex4ht] Typesetting source code and pseudo-code

2016-01-04 Thread Jagath AR
validate" Regards Jagath On 5 January 2016 at 11:41, Hans Georg Schaathun wrote: > On Tue, Jan 05, 2016 at 10:19:17AM +0530, Jagath AR wrote: > > Hi Hans, > > Could you please send a minimal working example with the problem and the > > command line used to generate the html

Re: [tex4ht] Typesetting source code and pseudo-code

2016-01-04 Thread Jagath AR
Hi Hans, Could you please send a minimal working example with the problem and the command line used to generate the html file. Jagath On 4 January 2016 at 22:08, Hans Georg Schaathun wrote: > Hi, > > I am struggling to find a good way to typeset source code > with tex4ht. In my opinion the ta

Re: [tex4ht] Blackboard bold

2015-08-24 Thread Jagath AR
7;, I believe. > Therefore ** is redundant. > > Best regards, > -- > Deimi > > On 08/25/2015 08:24 AM, Jagath AR wrote: > > Hi Georg, > One of the easiest way to achieve correct MathML tag for this is to use > below tex4ht cfg on your MWE: > > %

Re: [tex4ht] Blackboard bold

2015-08-24 Thread Jagath AR
Hi Georg, One of the easiest way to achieve correct MathML tag for this is to use below tex4ht cfg on your MWE: %--- % htlatex \RequirePackage{amssymb} % used for \mathbb \RequirePackage{bm} % used for \boldsymbol \Preamble{xh

Re: [tex4ht] Blackboard bold

2015-08-24 Thread Jagath AR
Hi Hans, Can you confirm whether it is TeX4ht or TeX4ml? Regards Jagath On 24 August 2015 at 17:12, Hans Georg Schaathun wrote: > Dear all, > > Does anyone know of a good way to get blackboard bold in MathML > output from TeX4ml? All I need are the N/Z/Q/R/C for natural > numbers, integers, an

Re: [tex4ht] is it possible to use kpfonts with tex4ht?

2015-07-29 Thread Jagath AR
math as well? Need another package may be? > Hi Nasser, ​The display math appeared properly because it is converted as an image. ​If you want to convert your inline math also to image, please add the following to your custom configuration file: \Configure{$}{\PicMath}{\EndPicMath}{} ​Regards Jagath AR​

Re: [tex4ht] How to increase spacings/indentation in table of content for generated HTML?

2013-07-24 Thread Jagath AR
Hi Nasser, You can try any of the following two methods in my.cfg: Method 1: 1. Change three "" to "". 2. Change "" and "" to "" and "" respectively. Note: is used for definition list. is un-ordered list. Method 2: You can also correct this by adding css style. For this you need to change ''

Re: [tex4ht] future support for multicols in htlatex?

2013-07-12 Thread Jagath AR
\HCol=\sv:HCol \ifvmode\IgnorePar\fi\EndP %\HCode{}\par } {}{} This will fix the problem. Regards Jagath On 12 July 2013 15:26, Nasser M. Abbasi wrote: > On 7/12/2013 3:53 AM, Jagath AR wrote: > >> Hi Nasser, >> Your configuration file can be slightly modified as

Re: [tex4ht] future support for multicols in htlatex?

2013-07-12 Thread Jagath AR
Hi Nasser, Your configuration file can be slightly modified as given below to get * multicols* work as you have expected. The optional argument of *multicols *is not take care of at the moment. \Preamble{ext=htm,pic-align} \begin{document} \EndPreamble \catcode`\:11 \catcode`\@1