Celdor

Results 7 issues of Celdor

Hello, I have realised TeXiFy has only partial support for reference-related macros from [cleveref](https://ctan.org/pkg/cleveref). When I move a cursor inside brackets of the macro `\labelcref{|}` and press `CTRL + SPC`,...

enhancement
untriaged

Hi. I have a following configuration system for the LaTeX: * NVim 0.9 * Vimtex * SVED (the current version) * Evince - PDF viewer * System: `Linux 5.15.0-52-generic #58~20.04.1-Ubuntu...

**Expected behavior:** \begin{tabularx}{\linewidth}{cc} X & X \\\\ \end{tabularx} **Actual behavior:** \begin{tabularx}{inewidth}{cc} X & X \\\\ \end{tabularx} **Steps to reproduce** 1. Create a snippet ``` snippet tabu "Regular tabular" b \\begin{tabular$1}${1/(\*)$|(x)$/(?1:{\\\linewidth})(?2:{\\\linewidth})/}{${2:cc}}...

Is it possible to add the content of the log, the file which is produced by LaTeX? I released I had a lot of warnings related to overfull hbox and...

I come from FreeCAD and have been testing CAD Sketcher on version 0.27.5. I wonder where Symmetry constraint is? We can't pick axe, however, we could still make a construct...

Hello, I have a long table created in `longtblr` env., which is working all right but I 'd have a small issue. Currently, `rowhead` works such that row specifications as...

**Transform image inside containers** By _container_ I simply image a frame images are placed inside. When we scale the container, we also scale the image. itself. A missing and to...

enhancement