Re: [vim/vim] Broken syntax in tex when defining custom math column type (#984)

2017-08-11 Fir de Conversatie James Womack
On Wednesday, 14 December 2016 10:43:05 UTC, Anselm Haak wrote: > I just had the same problem as Bart Baker. When adding tabularx, the given > example produces the error (and can be compiled): > > ### Minimal working example > > ```tex > \documentclass{scrartcl} > > \usepackage{tabularx} > >

Re: [vim/vim] Broken syntax in tex when defining custom math column type (#984)

2016-12-14 Fir de Conversatie 'Anselm Haak' via vim_dev
I just had the same problem as Bart Baker. When adding tabularx, the given example produces the error (and can be compiled): ### Minimal working example ```tex \documentclass{scrartcl} \usepackage{tabularx} \begin{document} \newcolumntype{L}{>{$}c<{$}} This text is highlighted as if it was

Re: [vim/vim] Broken syntax in tex when defining custom math column type (#984)

2016-08-18 Fir de Conversatie Charles E Campbell
Bart Baker wrote: > \documentclass{article} > > \newcolumntype{R}{>{$}r<{$}} > > \begin{document} > > This is colored as if it is in a math section, rather than the default > text > color. > > \end{document} I get the following when I apply latex to the file containing the above example: