I broke up with neovim....vim is my best friend now
This commit is contained in:
13
dot_vim/plugged/vimtex/test/test-syntax/test-tabularx.tex
Normal file
13
dot_vim/plugged/vimtex/test/test-syntax/test-tabularx.tex
Normal file
@@ -0,0 +1,13 @@
|
||||
\documentclass{article}
|
||||
|
||||
\usepackage{tabularx}
|
||||
|
||||
\begin{document}
|
||||
\begin{tabularx}{6cm}{llXX}
|
||||
1 & 2 & 3 & 4 \\
|
||||
\end{tabularx}
|
||||
|
||||
\begin{tabularx}{\linewidth}[pos]{llXX}
|
||||
1 & 2 & 3 & 4 \\
|
||||
\end{tabularx}
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user