Re: [Vim-latex-devel] tikz commutative diagrams
Brought to you by:
srinathava,
tmaas
From: Gerd W. <ger...@ma...> - 2019-04-30 19:19:31
|
Hi, I would guess that your vim tries to compile the document with latex instead of pdflatex. Try to add let g:Tex_DefaultTargetFormat = 'pdf' to your ~/.vim/ftplugin/tex.vim Best regards, Gerd On 30.04.19 17:26, Daniel Ricardo Barrero wrote: > Thank you for your interest, professor Wachsmuth, and I apologize for so > late a response. > What happens is the following: > In gvim, if I load the package \usepackage{tikz-cd} and then write the > code for a simple tikz commutative diagram (such as a commutative square > with four letters and four arrows), compile it, and then view the output > with xdvi, arrows and letters assume places that do not match. Moreover, > the diagram elements seem to scatter through the page and superpose > themselves to the preceding text. > In vim, the package \usepackage{tikz-cd} simply does not seem to load, > i.e. the document does not compile. And this seems to be the only > problem, because when I replace the text "\usepackage{tikz-cd}" with > "\usepackage[all]{xy}" the document compiles with no problem. > Begging your pardon, I will attach a couple of screenshots relevant to > my inconvenient. > > Thank you for your attention, > Daniel R. Barrero R. > > El vie., 26 abr. 2019 a las 1:19, Gerd Wachsmuth > (<ger...@ma... > <mailto:ger...@ma...>>) escribió: > > Hi, > > what do you mean by 'tikz commutative diagrams do not work'? Does the > code not compile? Is the syntax highlighting wrong? Please provide some > more details! > > Best regards, > Gerd > > > On 17/04/2019 17:19, Daniel Ricardo Barrero wrote: > > Hello dear latex-suite development team. I've been using the > program for > > two days on my Ubuntu 18.04 laptop. Everything has been working just > > fine except for tikz commutative diagrams, which I use > frequently. It is > > not a syntax problem since the same code works perfectly in > texmaker. Is > > there a way I can fix this say by writing something down on my > tex.vim > > file? I use xdvi for visualizing and forward-backward searching. > > > > Thank you and best regards, > > Daniel R. Barrero R. > > > > > > _______________________________________________ > > Vim-latex-devel mailing list > > Vim...@li... > <mailto:Vim...@li...> > > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel > > > |