vim-latex-devel Mailing List for Vim-Latex (Page 23)
Brought to you by:
srinathava,
tmaas
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(120) |
Dec
(118) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(145) |
Feb
(23) |
Mar
(30) |
Apr
(50) |
May
(88) |
Jun
(49) |
Jul
(41) |
Aug
(13) |
Sep
(51) |
Oct
(30) |
Nov
(80) |
Dec
(43) |
2004 |
Jan
(15) |
Feb
(25) |
Mar
(48) |
Apr
(12) |
May
(37) |
Jun
(52) |
Jul
(16) |
Aug
(10) |
Sep
(7) |
Oct
(19) |
Nov
(17) |
Dec
(19) |
2005 |
Jan
(15) |
Feb
(5) |
Mar
(7) |
Apr
(3) |
May
(2) |
Jun
(4) |
Jul
(3) |
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
(16) |
Dec
(16) |
2006 |
Jan
(15) |
Feb
(27) |
Mar
(49) |
Apr
(31) |
May
(24) |
Jun
(12) |
Jul
(23) |
Aug
(13) |
Sep
(22) |
Oct
(6) |
Nov
(8) |
Dec
(10) |
2007 |
Jan
(3) |
Feb
(13) |
Mar
(19) |
Apr
(1) |
May
(5) |
Jun
(10) |
Jul
(2) |
Aug
(13) |
Sep
(10) |
Oct
(2) |
Nov
(30) |
Dec
(15) |
2008 |
Jan
(11) |
Feb
(9) |
Mar
(27) |
Apr
(27) |
May
(22) |
Jun
(29) |
Jul
|
Aug
(21) |
Sep
(6) |
Oct
(4) |
Nov
(9) |
Dec
(2) |
2009 |
Jan
(52) |
Feb
(21) |
Mar
(9) |
Apr
(41) |
May
(13) |
Jun
(8) |
Jul
(5) |
Aug
(31) |
Sep
(14) |
Oct
(10) |
Nov
(17) |
Dec
(17) |
2010 |
Jan
(25) |
Feb
(22) |
Mar
(22) |
Apr
(24) |
May
(35) |
Jun
(23) |
Jul
(22) |
Aug
(10) |
Sep
(6) |
Oct
(29) |
Nov
(8) |
Dec
(6) |
2011 |
Jan
(12) |
Feb
(89) |
Mar
(41) |
Apr
(8) |
May
(17) |
Jun
(11) |
Jul
(3) |
Aug
(13) |
Sep
(14) |
Oct
(23) |
Nov
(8) |
Dec
(9) |
2012 |
Jan
(15) |
Feb
(27) |
Mar
(6) |
Apr
(17) |
May
(29) |
Jun
(9) |
Jul
(50) |
Aug
(15) |
Sep
(11) |
Oct
(12) |
Nov
(22) |
Dec
(7) |
2013 |
Jan
(24) |
Feb
(32) |
Mar
(6) |
Apr
(5) |
May
(2) |
Jun
(15) |
Jul
(20) |
Aug
(1) |
Sep
(3) |
Oct
(2) |
Nov
(7) |
Dec
(4) |
2014 |
Jan
(3) |
Feb
(7) |
Mar
(4) |
Apr
|
May
(4) |
Jun
(5) |
Jul
(4) |
Aug
(3) |
Sep
(9) |
Oct
|
Nov
(2) |
Dec
(3) |
2015 |
Jan
|
Feb
(4) |
Mar
(9) |
Apr
|
May
(1) |
Jun
|
Jul
(5) |
Aug
(6) |
Sep
(2) |
Oct
|
Nov
(6) |
Dec
|
2016 |
Jan
(1) |
Feb
(11) |
Mar
(4) |
Apr
(2) |
May
(8) |
Jun
(9) |
Jul
|
Aug
(9) |
Sep
(2) |
Oct
(7) |
Nov
|
Dec
|
2017 |
Jan
(7) |
Feb
|
Mar
(5) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(4) |
2018 |
Jan
(1) |
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
(1) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2021 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2022 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Stefanie F. <ste...@gm...> - 2011-09-14 15:06:40
|
Dear all, I would like to know if it's possible to use alternative input methods with vim-latexsuite. I'm using IBus right now, which seems to be incompatible with vim-latexsuite (it works fine in regular vim). After entering one or two characters the input switches back to Latin script. Does anyone have any idea on how to fix this? Thanks, Stefanie |
From: Gary J. <gar...@sp...> - 2011-09-13 20:05:11
|
On 2011-09-13, Christian Nachbar wrote: > Hello, > > I'm not able to set "iskeyword+=:", neither with .vimrc nor with > ftplugin/tex.vim. The only way to get it work, is to set it > manually ":set iskeyword+=:". > When I set it with .vimrc, it's working for all buffers except the > tex-files. Maybe there is some simple explanation. You can verify this by opening a LaTeX file and executing :verbose set isk? but this appears to be set in $VIMRUNTIME/syntax/tex.vim. I'm not sure of the best way to fix this because I don't know exactly what the effect on your syntax highlighting will be, but you can force your 'iskeyword' setting to work by putting setlocal iskeyword+=: in ~/.vim/after/syntax/tex.vim. HTH, Gary |
From: Bodo G. <ma...@bo...> - 2011-09-13 20:01:30
|
I had to put my imap-commands into ~/.vim/after/ftplugin/tex/latex_suite.vim maybe that would work for you too... best regards Bodo Am Tue, 13 Sep 2011 19:26:03 +0200 schrieb Christian Nachbar <li...@to...>: | Hello, | | I'm not able to set "iskeyword+=:", neither with .vimrc nor with | ftplugin/tex.vim. The only way to get it work, is to set it manually | ":set iskeyword+=:". When I set it with .vimrc, it's working for all | buffers except the tex-files. Maybe there is some simple explanation. | | Thanks in advance, | | Christian | ------------------------------------------------------------------------------ | BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA | Learn about the latest advances in developing for the | BlackBerry® mobile platform with sessions, labs & more. | See new tools and technologies. Register for BlackBerry® DevCon | today! http://p.sf.net/sfu/rim-devcon-copy1 | _______________________________________________ | Vim-latex-devel mailing list | Vim...@li... | https://lists.sourceforge.net/lists/listinfo/vim-latex-devel | |
From: Christian N. <li...@to...> - 2011-09-13 19:06:05
|
Hello, I'm not able to set "iskeyword+=:", neither with .vimrc nor with ftplugin/tex.vim. The only way to get it work, is to set it manually ":set iskeyword+=:". When I set it with .vimrc, it's working for all buffers except the tex-files. Maybe there is some simple explanation. Thanks in advance, Christian |
From: Ted P. <te...@te...> - 2011-09-07 19:06:03
|
> There is now a single vimfiles repository: > http://vim-latex.git.sourceforge.net/git/gitweb.cgi?p=vim-latex/vimfiles;a=summary > > The old git repository won't be updated anymore. That's a positive development. Having said that, it would be nice if vim-latex would bundle itself into a single folder that could be cloned from _within_ ~/.vim. That way you don't have to merge files from different distributions inside one .vim. I think the biggest challenge to this is the silly way that Vim organizes the ~/.vim folder, but maybe there's a way to load everything into one ~/.vim subfolder and then use a bundled VimBall to install a couple of minor files that hook-up Vim to the rest of the controlled repo. (something to keep in mind is that Windows now supports symlinks, and so it might be possible to leverage symlinks on all platforms to simplify this install process) --Ted -- Ted Pavlic <te...@te...> |
From: Till M. <ope...@ti...> - 2011-09-02 23:31:45
|
On Mon, Mar 07, 2011 at 03:22:50PM -0700, Jeremy Conlin wrote: > Thanks for the information. I looked at the previous discussion and > think I will just wait until the repository is separated or > subrepository is "activated". In the meantime, I can be content to > just "make" vim-latex to get the latest files. There is now a single vimfiles repository: http://vim-latex.git.sourceforge.net/git/gitweb.cgi?p=vim-latex/vimfiles;a=summary The old git repository won't be updated anymore. Regards Till |
From: Ted P. <te...@te...> - 2011-08-30 20:30:28
|
>> In particular, I do: >> >> let g:Tex_FoldedSections = >> 'top,%%faketop,part,%%fakepart,chapter,%%fakechapter,' >> \. 'section,%%fakesection,' >> \. 'subsection,%%fakesubsection,' >> \. 'subsubsection,%%fakesubsubsection,' >> \. 'paragraph,%%fakeparagraph' >> >> let g:Tex_FoldedMisc = 'preamble,item,<<<' >> let g:Tex_FoldedEnvironments = ',slide,wideslide,emptyslide,note' > > Oh hey, I found your web page while googling for a solution, and > replaced folding.vim with > > http://www.tedpavlic.com/research_related/tpavlic_masters_thesis/folding.vim > > But I'll try your vimrc-solution next, not worrying about upgrades > seems more elegant. Thanks! Yeah -- and be sure to put the old folding.vim back. The folding.vim in the most up-to-date version of Vim-LaTeX (which you should get from the git repository) has improved folding features. See: http://sourceforge.net/scm/?type=git&group_id=52322 for information about downloading the most current version of Vim-LaTeX via the git repo. Essentially, you should be able to: git clone git://vim-latex.git.sourceforge.net/gitroot/vim-latex/vim-latex to get the latest files. You can then install them in your .vim as you would normally. --Ted -- Ted Pavlic <te...@te...> |
From: Michael M. <sal...@gm...> - 2011-08-30 20:01:46
|
On Tue, Aug 30, 2011 at 9:33 PM, Ted Pavlic <te...@te...> wrote: >> Adding them to folding.vim like this: > > Hm. I wouldn't do it that way. > > I add mine to .vimrc. That overrides the defaults in folding.vim (and > prevents having to worry about problems after uprgrading). > > In particular, I do: > > let g:Tex_FoldedSections = > 'top,%%faketop,part,%%fakepart,chapter,%%fakechapter,' > \. 'section,%%fakesection,' > \. 'subsection,%%fakesubsection,' > \. 'subsubsection,%%fakesubsubsection,' > \. 'paragraph,%%fakeparagraph' > > let g:Tex_FoldedMisc = 'preamble,item,<<<' > let g:Tex_FoldedEnvironments = ',slide,wideslide,emptyslide,note' > > You should be able to do something similar. The above works for me, and > I think I'm using the stock distribution from the git repository. > > --Ted > Oh hey, I found your web page while googling for a solution, and replaced folding.vim with http://www.tedpavlic.com/research_related/tpavlic_masters_thesis/folding.vim But I'll try your vimrc-solution next, not worrying about upgrades seems more elegant. Thanks! |
From: Ted P. <te...@te...> - 2011-08-30 19:33:17
|
> Adding them to folding.vim like this: Hm. I wouldn't do it that way. I add mine to .vimrc. That overrides the defaults in folding.vim (and prevents having to worry about problems after uprgrading). In particular, I do: let g:Tex_FoldedSections = 'top,%%faketop,part,%%fakepart,chapter,%%fakechapter,' \. 'section,%%fakesection,' \. 'subsection,%%fakesubsection,' \. 'subsubsection,%%fakesubsubsection,' \. 'paragraph,%%fakeparagraph' let g:Tex_FoldedMisc = 'preamble,item,<<<' let g:Tex_FoldedEnvironments = ',slide,wideslide,emptyslide,note' You should be able to do something similar. The above works for me, and I think I'm using the stock distribution from the git repository. --Ted -- Ted Pavlic <te...@te...> |
From: Michael M. <sal...@gm...> - 2011-08-30 12:28:20
|
Hello, I've started using the Vim-Latex Suite a couple days ago and really like it so far. I'm using Latex to typeset my play, but I'd like to add custom folded sections such as \act and \scene (from the dramatist package). Adding them to folding.vim like this: if !exists('g:Tex_FoldedSections') let g:Tex_FoldedSections = 'act,scene,part,chapter,section,%%fakesection' \. 'subsection,subsubsection,paragraph' seems to change nothing. Do I need to re-hash some files, or is it the wrong section to modify alltogether? Thanks, Mike -- http://michaelmaurer.net/ |
From: Pedro C. <psd...@gm...> - 2011-08-24 10:10:16
|
Hi, I'm trying to disable folding in latex-suite. I set "let g:Tex_AutoFolding=0" in the .vimrc. This isn't working. How can I disable the folding? Thanks |
From: Pedro C. <psd...@gm...> - 2011-08-24 09:51:27
|
Hi, 1 - I'm starting to use latex-suite for vim, but when I enter the character "ã" in a tex, it shows "\cite{}<++>". How can I enter this character? 2 - What the sequence "SCH for chapter" means? If I press the sequence key SCH, it appears a chapter section? Thanks |
From: Andrés Monroy-H. <and...@an...> - 2011-08-23 04:16:39
|
Forgive me if this mailing list is not the place for users to ask questions about vim-latex. I am just not able to use \cite completion as expected and I hope you can help. This is what I get when I do \cite{<F9> : http://i.imgur.com/U0z5Y.png I was expecting to see what the documentation says<http://vim-latex.sourceforge.net/documentation/latex-suite/latex-completion-cite.html#cite-search-caching>, a list that I can explore using n and p and the ability to filter. Also, if I remember correctly, it is supposed to search based on the few letters typed, so if I typed \cite{foo and then F9 it would show citations that start with "foo", instead, it always shows the list starting at the same place (which happens to be the top of biblio.bib). I recently set up my vim, so I am probably doing something wrong. Here is my .vimrc <https://github.com/andresmh/vim/blob/master/vimrc> and, not that it matters, here are the tex files<https://github.com/andresmh/dissertation/tree/master/doc>I am editing. You can see I do have a main.tex.latexmain file. I even tried setting biblio.bib's directory path in g:Tex_ProjectSourceFiles<http://vim-latex.sourceforge.net/documentation/latex-suite/customizing-latex-completion.html#Tex_BIBINPUTS>but it didn't solve the issue. I also tried disabling some of my other plugins <https://github.com/andresmh/vim/tree/master/bundle> by moving them to a different directory. Am I missing something obvious? Thanks -- Andrés |
From: Jørgen S. <jo...@nt...> - 2011-08-19 11:07:56
|
More information: I'm using the latest latex-suite version from here http://sourceforge.net/projects/vim-latex/files/ I'm using Vim 7.3 I'm running Xubuntu 11.04 Jørgen On 08/19/2011 12:52 PM, Jørgen Skancke wrote: > Hi, > > I have a curious problem where using F9 to insert a citation in > \cite{} only works once or twice per session. Usually it only works > once. After that, nothing happens when I press F9. If I close and > reopen vim, the same thing happens. > > :verbose map! <F9> shows the same before and after F9 insertion works: > > i <F9> @<Plug>Tex_Completion > Last set from ~/.vim/ftplugin/latex-suite/texviewer.vim > > I have tried removing all my setttings in .vimrc and .gvimrc, and I > have tried removing all my other plugins. > > I even installed vim 7.2, but here I don't get any insertions at all. > > Any ideas on how I can debug this? > > > Thanks, > > Jørgen |
From: Jørgen S. <jo...@nt...> - 2011-08-19 11:07:55
|
Hi, I have a curious problem where using F9 to insert a citation in \cite{} only works once or twice per session. Usually it only works once. After that, nothing happens when I press F9. If I close and reopen vim, the same thing happens. :verbose map! <F9> shows the same before and after F9 insertion works: i <F9> @<Plug>Tex_Completion Last set from ~/.vim/ftplugin/latex-suite/texviewer.vim I have tried removing all my setttings in .vimrc and .gvimrc, and I have tried removing all my other plugins. I even installed vim 7.2, but here I don't get any insertions at all. Any ideas on how I can debug this? Thanks, Jørgen |
From: Germain V. <ger...@un...> - 2011-08-16 13:49:54
|
Hi all I create a simple template for a beamer document with the following lines : ############################################################################################## <+ +> !comp! !exe! % % presentation Beamer % Fichier : !comp!expand("%:p:t")!comp! % \documentclass[8pt,svgnames]{beamer} %\documentclass[8pt,svgnames,draft,handout]{beamer} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage[frenchb]{babel} \usetheme{Warswaw} \title[]{} \institute[]{} \author[]{} \date{} % * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * % * % * begin document % * % * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * \begin{document} \begin{frame} \titlepage \end{frame} \begin{frame} \frametitle{} <++> \end{frame} \end{document} ############################################################################################## I put it in the $HOME/.vim/ftplugins/latex-suite/templates and I got a wrong spacing for the frame environment. I got something like that : ############################################################################################## \begin{frame} \titlepage \end{frame} \begin{frame} \frametitle{} \end{frame} \end{document} ############################################################################################## Is it a way to fix that ? I install vim-latex from the rpm repository of fedora15 Thanks Germain -- Maître de Conférence Université de Pau et des pays de l'Adour Institut Pluridisciplinaire de Recherche sur l'Environnement et les Matériaux Équipe de Chimie Physique email : ger...@un... Tel : 05 59 40 78 51 page : http://gvallver.perso.univ-pau.fr |
From: SourceForge.net <no...@so...> - 2011-08-14 19:39:51
|
Bugs item #3391605, was opened at 2011-08-14 21:39 Message generated for change (Tracker Item Submitted) made by bfisseni You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=466456&aid=3391605&group_id=52322 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Bernhard Fisseni (bfisseni) Assigned to: Nobody/Anonymous (nobody) Summary: change environment doubles backslashes Initial Comment: When I use <S-F5> to change the latex environment, I get two backslashes: \\begin{changed} … \\end{changed}. It seems that the variables 'first' and 'second' (envmacros.vim: s:change) are not evaluated as if they were strings. (VIM 7.3.260). I atach a patch to fix this. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=466456&aid=3391605&group_id=52322 |
From: abstractd <abs...@gm...> - 2011-08-14 19:34:48
|
Writing "frac"+F7 gives what one could expect. Writing "fra"+F7 gives "\fra{|}". Could one not make the F7 command to search through all possible pre-defined values and give a list of them for the user to quickly choose? In this case, writing "fra"+F7 would generate a list (ordered by frequency of use perhaps) of all commands starting with "fra", for example, and the list would contain the "\frac" command (I don't know if there are any other possibilities for "fra" but if "frac" is the only one then "fra"+F7 should be transformed into "\frac{<+n+>}{<+d+>}<++>"). One could give Ctrl+F7 the role that F7 plays now (that is, "fra" becomes "\fra{|}"). It's a small thing but these small features make the writing faster. By "possibilities" I mean pre-defined options (which means options that have been specified in the source code, such as "frac") which fit the word. One could make this feature even better by making the program list all possible pre-defined options AND non-pre-defined options which have been used previously in the TeX file (I think this is basically how word completion works, it stores all the used words in the memory and writing a word + Crtl-P scans through all possible pre-used words and lists them, even if the words are not hard coded into the source code or a database). |
From: SourceForge.net <no...@so...> - 2011-08-02 06:40:46
|
Bugs item #3384176, was opened at 2011-08-02 08:40 Message generated for change (Tracker Item Submitted) made by bfisseni You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=466456&aid=3384176&group_id=52322 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Bernhard Fisseni (bfisseni) Assigned to: Nobody/Anonymous (nobody) Summary: Edited book does not display editor in \cite completion Initial Comment: \cite completion does not show the editor for edited books (which only have an editor, no author field in the BIBTex entry); the attached patch to bibtools.py solves this. (I hope I haven't overlooked any patch, but googling for "editor", "edited" in connection with "latexsuite" etc. is quite hopeless, and I didn't find anything in the current git repository.) Suggested change: If for a book no author is present, the editor is shown. (If neither author not editor is present, there's no help anyway; if both author and editor are present, that's either an error or a hack, and then author and editor should be the same.) -- For all other bibtypes, the editor is shown (after the author) if present. Highlighting for the editor(s) is also added. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=466456&aid=3384176&group_id=52322 |
From: Liang G. <lia...@gm...> - 2011-07-27 23:08:04
|
Hello, I am just starting to use vim-latex package, and I am not quite sure that I am asking the question by using a right way. I am trying to use these shortcut of math elements (like `*, `0) to edit my tex file, they all work fine, except `. to map \cdot. I check the file $VIM/ftplugin/latex-suite/main.vim, it is there: call IMAP (g:Tex_Leader.'.', '\cdot', "tex"). So, do you know why it does not work? Thanks, Liang |
From: SourceForge.net <no...@so...> - 2011-07-27 02:09:25
|
Bugs item #3379250, was opened at 2011-07-26 23:09 Message generated for change (Tracker Item Submitted) made by lvta0909 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=466456&aid=3379250&group_id=52322 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Tiago Gomes (lvta0909) Assigned to: Nobody/Anonymous (nobody) Summary: vim-latex, "jump word"(w) and accent problem Initial Comment: Editing a normal non-tex-file with ISO8859-1 or UTF-8 encondings I can jump words (w) with accents withou problems, ie. typed text: "Plantas fazem fotossíntese", goes to first column (P). First "w" goest to ^fa... Second "w" goest to ^fo... Third "w" goes to end of line. (^ indicates the cursor position) But if I'm editing a tex file the accented characters are apparently considered punctuation words, and it goes like: First "w" goest to ^fa... Second "w" goest to ^fo... Third "w" goes to ^ín.. Fourth "w" goes to EOL. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=466456&aid=3379250&group_id=52322 |
From: SourceForge.net <no...@so...> - 2011-07-27 01:59:25
|
Bugs item #3379245, was opened at 2011-07-26 22:59 Message generated for change (Tracker Item Submitted) made by lvta0909 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=466456&aid=3379245&group_id=52322 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Tiago Gomes (lvta0909) Assigned to: Nobody/Anonymous (nobody) Summary: Character "é" and two files Initial Comment: I can type the character "é" using the tricks from the FAQ if I'm editing only one file. But if I split-open another file (:sp file2.tex) when I press "é" it maps to "\item" (if file contains \begin{description/enumerate/itemize}) or shows nothing. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=466456&aid=3379245&group_id=52322 |
From: Ted P. <te...@te...> - 2011-06-25 02:18:53
|
Is a Chinese double quotation mark the same thing as an English double quotation mark (")? There is no displaying problem. There is no bug. Vim-LaTeX is acting as designed. A double-quote is automatically expanded into two single quotes, which is the conventional way to represent a double quote in LaTeX. There is no "backwards double quote" in ASCII, and so LaTeX uses two back-ticks (``) to represent a backwards double quote. The closing quote can still be represented with an actual double quote ("), but it is not ideal to have the TeX source open quotes with two character and close quotes with a single character. So it is conventional to use two single quotes, and the double quote is expanded to two single quotes according to this convention. You may want to see :help latex-suite and look for the section 'Smart Quotes" for more information. Furthermore, take a look at: :help Tex_SmartKeyQuote If you would like to turn off smart quotes, then use let g:Tex_SmartKeyQuote=0 in your .vimrc. Alternatively, you can redefine g:Tex_SmartQuoteOpen and g:Tex_SmartQuoteClose to your liking. As described in the help, non-English language users will often redefine these to their locale, and Vim-LaTeX will try to do that if it detects a different language. Best -- Ted On 06/24/2011 08:29 PM, yanzhisheng wrote: > hi, > when I type chinese double quotation (”) in vim-latex, it appears to be > a single quotation in the source codes. but the generated pdf is ok. how > can I fix this displaying problem? > thanks. > ---yakex > > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense.. > http://p.sf.net/sfu/splunk-d2d-c1 > > > > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel -- Ted Pavlic <te...@te...> |
From: yanzhisheng <yan...@ya...> - 2011-06-25 00:29:32
|
hi, when I type chinese double quotation (”) in vim-latex, it appears to be a single quotation in the source codes. but the generated pdf is ok. how can I fix this displaying problem? thanks. ---yakex |
From: Julien C. <jul...@gm...> - 2011-06-24 15:52:00
|
Oh well, if it's a Frequently Asked Question, it's precisely because, in spite of the doc, it gets Frequently Asked ;-) So no shame to have (although I love the bugreport to top it: extra point haha!) Julien On Fri, Jun 24, 2011 at 4:11 PM, julien durillon <jul...@gm...> wrote: > Thank you, I should've check here at first :-S > Julien Durillon > > > > 2011/6/24 Julien Cornebise <jul...@gm...>: >> Hello >> >> FAQ address: >> http://vim-latex.sourceforge.net/index.php?subject=faq&title=FAQ#faq-e-acute >> >> Julien >> >> On Fri, Jun 24, 2011 at 3:14 PM, Luc Hermitte <her...@fr...> wrote: >>> Hello, >>> >>> ----- "julien durillon" wrote : >>> >>>> I have this weird bug: >>>> >>>> I'm french, and I'm using vim-latex since a few weeks. I had no >>>> problem before today 'cause I was writing my papers in english. >>>> I'm now writing a paper in french, and I can't write the « é » >>> >>> The solution to this issue is in the FAQ. Sorry, but I never remember the exact address. You should find it on vimlatex site on SF. >>> >>> HTH, >>> >>> -- >>> Luc Hermitte >>> http://lh-vim.googlecode.com/ >>> http://hermitte.free.fr/vim/ >>> >>> ------------------------------------------------------------------------------ >>> All the data continuously generated in your IT infrastructure contains a >>> definitive record of customers, application performance, security >>> threats, fraudulent activity and more. Splunk takes this data and makes >>> sense of it. Business sense. IT sense. Common sense.. >>> http://p.sf.net/sfu/splunk-d2d-c1 >>> _______________________________________________ >>> Vim-latex-devel mailing list >>> Vim...@li... >>> https://lists.sourceforge.net/lists/listinfo/vim-latex-devel >>> >> > |