[tex4ht] [bug #343] Package pdfpages

2016-12-13 Thread Karl Berry
Follow-up Comment #2, bug #343 (project tex4ht):

I committed the reordered tex4ht.env to TL, r42704.
(In Master/texmf-dist/tex4ht/base/unix)

You have some pdfpages support to commit, Michal?

Thanks ...
 

___

Reply to this item at:

  

___
  Message sent via/by Puszcza
  http://puszcza.gnu.org.ua/



[tex4ht] [bug #344] tex4ht may generate HTML file with incorrect indent

2016-12-13 Thread Karl Berry
Update of bug #344 (project tex4ht):

 Open/Closed:Open => Closed 

___

Follow-up Comment #2:

Indeed, \centering is the declaration, while \center is the environment. LaTeX
is somewhat forgiving about this, but I don't think tex4ht can be. Sorry.
Closing ...


___

Reply to this item at:

  

___
  Message sent via/by Puszcza
  http://puszcza.gnu.org.ua/



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

2016-12-13 Thread Karl Berry
Follow-up Comment #1, bug #345 (project tex4ht):

I added a top-level tests/ directory with the assorted files I've collected
over the last few years -- hello,world stuff plus some bug examples.

Unfortunately I have done nothing to actually run/regress them, but it's what
I've got. Michal or Deimi, maybe one of you would be able to make a start on
it? Just hoping.

Also, there's a subdirectory tests/biblatex/ with the biblatex tests as I last
received them from CVR. There's been a new biblatex release a few days ago, so
they probably need to be updated.

___

Reply to this item at:

  

___
  Message sent via/by Puszcza
  http://puszcza.gnu.org.ua/



[tex4ht] [bug #346] \columncolor from colortbl package error

2016-12-13 Thread Karl Berry
Update of bug #346 (project tex4ht):

 Open/Closed:Open => Closed 

___

Follow-up Comment #1:

committed to tl, r42702. thanks as always.


___

Reply to this item at:

  

___
  Message sent via/by Puszcza
  http://puszcza.gnu.org.ua/



[tex4ht] [bug #346] \columncolor from colortbl package error

2016-12-13 Thread Michal Hoftich
URL:
  

 Summary: \columncolor from colortbl package error
 Project: tex4ht
Submitted by: michal_h21
Submitted on: Tue 13 Dec 2016 05:36:29 PM EET
Category: None
Priority: 5 - Normal
Severity: 5 - Normal
  Status: None
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any

___

Details:

An user submitted an issue on TeX.sx [1]:


\documentclass{article}
\usepackage[table]{xcolor}
\begin{document}


\begin{tabular}{ >{\columncolor[rgb]{0,.6,1}} cc}
  Blue\\
  Blue
\end{tabular}
\end{document}
---

It crashes because current tex4ht configuration for columncolor expects the
color components to be separated by spaces, instead of commas, which are
actually used by color and xcolor packages. I've modified the colortbl.4ht to
load the xcolor.sty package, colortbl.sty loads color.sty by default. )

xcolor.sty provides commands for color space conversion, so it is no longer
needed to use special configurations in colortbl.4ht, which were used for rgb,
gray and cmyk colorspaces. The new version is simpler and as a bonus it
supports more color spaces than the original version. 

We probably should revisit color support in tex4ht someday, but we already
found quite a bit issues in the last month, so it doesn't have much high
priority right now, I guess.


[1] http://tex.stackexchange.com/q/343773/2891




___

Reply to this item at:

  

___
  Message sent via/by Puszcza
  http://puszcza.gnu.org.ua/