auctex-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX-devel] Update for tcolobox.el


From: Uwe Brauer
Subject: Re: [AUCTeX-devel] Update for tcolobox.el
Date: Fri, 09 Dec 2016 18:20:13 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

>>> "Arash" == Arash Esbati <address@hidden> writes:

    > Uwe Brauer <address@hidden> writes:
    >>>>> "Arash" == Arash Esbati <address@hidden> writes:
    >> 
    >> > Can tcolorbox users try this out before I push it to git?
    >> 
    >> I use tclorbox from time to time, later that day I will give it a try.

    > Thanks, great.  I made some changes to the version I sent here.  Can you
    > please try this version?

I did and found one problem (there might be others but that requires
more testing). The problem is with tcbitemize, your packages offers to
insert options, it even auto completes my typing, but then when I  hit
enter the options  are ignored! Look at the following minimal example

\documentclass[12pt]{article}
\usepackage{a4wide}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}   
\usepackage[table]{xcolor}
\usepackage{multirow}
\usepackage[raster]{tcolorbox}
\usepackage{booktabs}

\begin{document}

Inserted manually
\begin{tcbitemize}[raster columns=4]
\tcbitem One
\tcbitem Two
\tcbitem Three
\tcbitem Four
\end{tcbitemize}

Inserted by the macro
\begin{tcbitemize}
  \tcbitem 
\end{tcbitemize}


\end{document}





reply via email to

[Prev in Thread] Current Thread [Next in Thread]