Commit Graph

  • 8817bb8c52 - In preperation for the next stable release, I am trimming away unwanted and unused things. We should I think, no longer insist on the texrc architechture like before, but advise any customization to directly into the user's ~/.vim/ftplugin/tex.vim. Srinath Avadhanula 2003-07-19 07:03:08 +00:00
  • 886831270e - creating targets release: for making temporary dated releases of the form latexSuite20030618.zip etc. updoc: for updating the documentation to the latest cvs. uphtdocs: for updating the htdocs directory (the web-page) with the latest cvs. Will also update the package and template list. Will also update the ChangeLog which is linked from the download page. Srinath Avadhanula 2003-07-18 02:21:00 +00:00
  • 0ba2ca6255 ChangeLog Mikolaj Machowski 2003-07-17 11:19:14 +00:00
  • 452f10e3b8 Change: new function Tex_GetVarValue(). Srinath Avadhanula 2003-07-17 07:30:43 +00:00
  • c4a4d4c0ba including documentation about Tex_MainFileExpression. Srinath Avadhanula 2003-07-17 07:25:49 +00:00
  • 9dff25b7c8 Bug: If g:Tex_SmartQuoteOpen/Close contain the '~' character (french quotes are "�~" and "~�", then we get an error in quotations (Mathieu Clabaut). Fix: escape ~ in the search() function (Mathieu Clabaut). Srinath Avadhanula 2003-07-16 16:44:41 +00:00
  • ff912a3f1d Bug: Sometimes moving up and down in the error list window causes a regexp error. Fix: properly escape backslashes in the regexp. Srinath Avadhanula 2003-07-16 16:42:10 +00:00
  • ff47b8132e A couple of additions/grammatical corrections. Srinath Avadhanula 2003-07-16 05:27:14 +00:00
  • 9a5468496e Change: Peter Heslin (maintaining the cream port of latex-suite says that the Windows menu from cream appears in the middle of the latex-suite menus). A new variable g:Tex_MainMenuLocation is used to find the location of the latex-suite menus. Srinath Avadhanula 2003-07-16 05:17:05 +00:00
  • 939079b578 Make Tcommand completion working on all systems and only in version 6.2 and above Mikolaj Machowski 2003-07-15 21:33:23 +00:00
  • a64acc5fca Add info about completion of TPackage command Mikolaj Machowski 2003-07-15 21:33:05 +00:00
  • b3aafee858 completion of TPackage command Mikolaj Machowski 2003-07-11 22:47:35 +00:00
  • ff10e51356 Lack of . - concatenation char in g:TeX_package_polski Mikolaj Machowski 2003-07-11 22:47:23 +00:00
  • fbb3e405e4 Trying to robustify the grep commands which are used to search for \labels etc using a new function Tex_EscapeForGrep. Use this henceforth whenever we :grep for something from within vim. Srinath Avadhanula 2003-07-10 09:52:11 +00:00
  • df0735340c update for platex 1.3 Mikolaj Machowski 2003-07-09 22:36:10 +00:00
  • a25e743fc8 mispell in Tshortcuts tables - EPI for figure Mikolaj Machowski 2003-07-07 08:06:21 +00:00
  • 017235daf2 do not change indentation of commented lines Srinath Avadhanula 2003-06-30 01:33:34 +00:00
  • 558de813fe default g:Tex_RememberCiteSearch to zero. This means that the \cite list is renewed every time as documented in the manual. Srinath Avadhanula 2003-06-30 01:28:39 +00:00
  • 755d5d8b6a Corrected an obvious syntax error. I dont know what was being attempted here though. Mikolaj: Please document this file better! It would be really nice if you could send out an email to the vim-latex-devel list outlining the feature you are going to implement and how you plant to do it before actually doing it. This way we all have a say in whats going on... Also better documentation is a must! There is no mention anywhere what this "plugintype" thing is supposed to be. Srinath Avadhanula 2003-06-30 01:27:19 +00:00
  • 42082b0af8 include targets for quickstart guide. Also use the --prefix argument for the latest db2vim to avoid conflics between tags in various help files. Srinath Avadhanula 2003-06-30 01:21:38 +00:00
  • fab3e785d9 *** empty log message *** Srinath Avadhanula 2003-06-30 01:20:00 +00:00
  • 2ba8e39a26 First attempt at trying to make explorer.vim not conflict with the default explorer.vim which ships with vim. It would have been _really_ nice to have first discussed the implementation of this feature so I could have avoided this problem beforehand. :( Srinath Avadhanula 2003-06-30 01:18:52 +00:00
  • 3470e65781 Bug: Using completion in the following situation: \cite{something,<F9> does not work properly because "something" is considered the prefix. Fix: change the s:prefix variable when we have a \cite command to support multiple citations seperated by commas (SA) Srinath Avadhanula 2003-06-29 08:31:04 +00:00
  • 4e62004936 Bug: \bibitems were not being scanned properly. Why: Used grepadd \\bibitem{ instead of just grepadd \bibitem{ Fix: Use 'grep \bibitem{' Srinath Avadhanula 2003-06-29 06:15:44 +00:00
  • 377cacec97 *** empty log message *** Srinath Avadhanula 2003-06-29 02:18:39 +00:00
  • 05728fb7fb *** empty log message *** Srinath Avadhanula 2003-06-28 02:16:50 +00:00
  • 160a366e23 *** empty log message *** Srinath Avadhanula 2003-06-28 01:46:34 +00:00
  • 27176e9625 - changed ETR to insert a more complete template using Tex_SpecialMacros (Mathieu CLABAUT) Srinath Avadhanula 2003-06-27 22:20:16 +00:00
  • 8bebda8f9d *** empty log message *** Srinath Avadhanula 2003-06-23 09:13:51 +00:00
  • 7deb87ff92 - More code cleanup. Srinath Avadhanula 2003-06-22 23:33:07 +00:00
  • 63ffe5de17 Bug: On windows gvim +cygwin, \cite completion does not work when the bib file is in a completeley different location. Cause: gvim calls grep as "grep -nH @.*{ /path/to/file" which does not work because grep thinks / corresponds to something like c:/cygwin, so it looks for the file in the wrong place. Fix: Always lcd to the current directory of the bib file being searched. This avoids any path issues. Srinath Avadhanula 2003-06-22 17:57:16 +00:00
  • 072f990f0f Some code cleanup. Also give more information about db2vim in the "About this file" section at the end. Srinath Avadhanula 2003-06-22 00:24:57 +00:00
  • 77323d59cf 1. Put a message after the TOC telling the user about the folds in the current file. Srinath Avadhanula 2003-06-21 22:24:04 +00:00
  • 1b31c54c65 The compiled files got into the CVS tree by mistake. Srinath Avadhanula 2003-06-21 22:19:54 +00:00
  • 03068ac6cf Oops! Some debugging statements got into latex-suite.txt. Have modified db2vim so it doesn't happen again. Srinath Avadhanula 2003-06-21 22:16:15 +00:00
  • 62f3cd991f More documentation. more fixed typos... Still a lot more to go... Srinath Avadhanula 2003-06-21 22:13:07 +00:00
  • 08c2437f05 Bug: A recent change made in order to recognize strings such as \psfig{file=} for completion resulted in not completing \ref{eqn: ! (Sorry) Fix: Change the regexp again. Srinath Avadhanula 2003-06-20 06:11:54 +00:00
  • 9b0702460e A bit more explanation about how to change the maps from default settings. Srinath Avadhanula 2003-06-20 06:02:39 +00:00
  • 3b3fa0ceb1 Bug: IMAP_Jumpfunc() and VEnclose() do not work with &selection = 'exclusive' (Jannie Hofmeyr, Pierre Antoine Champin) Fix: Select one more character in 'exclusive' mode. (suggested by Pierre Antoine Champin). Srinath Avadhanula 2003-06-19 01:21:33 +00:00
  • dc206ba7d4 Instructions on how to build the various output formats from the XML source. Srinath Avadhanula 2003-06-18 18:58:53 +00:00
  • abc712b575 Oops. snipped Tex_TEXINPUTS section from wrong place. Srinath Avadhanula 2003-06-18 18:54:30 +00:00
  • 846a7b657c Remove duplicate section on g:Tex_TEXINPUTS. Srinath Avadhanula 2003-06-18 17:28:35 +00:00
  • 5fd47c8820 Also include the remoteOpen and bib_latexSuite files for the release. Srinath Avadhanula 2003-06-18 06:17:15 +00:00
  • 44f989d5a3 New documentation files in the doc directory contain all the xml and xsl stuff needed to build the help files in various formats. Srinath Avadhanula 2003-06-18 05:12:38 +00:00
  • 3d53d3128e *** empty log message *** Srinath Avadhanula 2003-06-18 04:49:48 +00:00
  • 7e0f001404 Bug: Use Tex_GetMainFileName(':p:r') to find the complete path-name of the master file, not Tex_GetMainFileName(':p'). Srinath Avadhanula 2003-06-18 01:09:30 +00:00
  • f43d8e9437 In the viewer rules for windows, do not use full paths. Ask the user to set the $PATH variable to include the directories containing the programs. This is more portable than before. Srinath Avadhanula 2003-06-18 01:03:42 +00:00
  • ce5bcd3141 Bug: If we used :TTarget ps, then the compiler would be called as: dvips -o file.tex.ps file.tex.dvi instead of dvips -o file.ps file.dvi Why: In a recent change, we made RunLaTeX() use filenames with extension. However, some compilation rules might require filenames w/o extensions (such as Tex_CompileRule_ps which is 'dvips -o $*.ps $*.dvi') Fix: Try to guess if the &makeprg requires files w/o extensions by seeing if it matches '\$\*\.\w\+'. If so, use file-name w/o extension. Otherwise, retain extension in 'make '.fname Srinath Avadhanula 2003-06-18 00:57:24 +00:00
  • 6b0f480869 More bug fixes! Bug: Pressing <F9> at the end of a line like This is a \ref{eqn:something} and this is a comp would cause errors. Why: The substitute() command returns the original string if the pattern does not match causing us to wrongly infer a match. Fix: Therefore first check if there is a match. Srinath Avadhanula 2003-06-17 17:26:46 +00:00
  • 467a4e146b New: Also support '\psfig{figure=' for completion. Srinath Avadhanula 2003-06-17 16:22:57 +00:00
  • f1fc8b0b0b New: Bibliography searching was pretty delicate before where only a few select situations succeeded in producing a match. Make this much more robust using :find. This has the advantage of letting us use vim's native file-searching capability to find out bibliography file etc. New: Capability to retain the \cite search in memory so we do not have to make searches with every <F9> pressed. This is useful because quite often the bibliography is a _huge_ file which is not changed very seldom and we might want add a lot of \cite's between changes to the bibliography file. Srinath Avadhanula 2003-06-17 09:35:25 +00:00
  • f6b52638ca Initial revision Srinath Avadhanula 2003-06-17 04:01:53 +00:00
  • b045ca2358 A small change to include every debug statement in the default string. Srinath Avadhanula 2003-06-17 02:12:29 +00:00
  • 9bbfe5ed72 Change: Instead of using very complicated logic to find out the locations of package files, just use vim's native :find command. This easily avoids problems of not being able to search more than 1 level deep etc. Ofcourse, this means that the users have to specify g:Tex_TEXINPUTS in the format given in :help file-searching, but that seems a very acceptable thing to do. Why was globpath() and all that used previously? Srinath Avadhanula 2003-06-17 02:07:47 +00:00
  • 4e6f3ee0ff Bug: <F5> does not work if we type in the name of a package latex-suite doesn't recognize. a 0 is inserted. Cause: In the recent feature where Tex_PutEnvironment also tried to scan environments added by packages, there is no fail-safe at the end of all the if statements. Solution: if all else fails remember to at least insert a bare-bones environment. Srinath Avadhanula 2003-06-17 02:00:13 +00:00
  • e619dc73b7 Bug: When a \usepackage{} line is inside a fold, then we go into an infinite loop. (Lin-bo Zhang) Cause: Due to an apparent vim bug, when if we issue the command /somepattern in a closed fold, then we always goto the first match in the fold. Solution: A temporary hack of first opening up all folds before scanning and then closing them. This needs to be robustified in the future using mkview.vim Srinath Avadhanula 2003-06-16 06:40:00 +00:00
  • 885813f384 Change: ViewLaTeX() no longer uses a:size input argument. instead using the b:fragmentFile buffer variable. Srinath Avadhanula 2003-06-15 08:44:54 +00:00
  • 6774f1d66a issue a debug call when catching the latexSuite autocommand. Srinath Avadhanula 2003-06-15 08:43:17 +00:00
  • 1378c5ee78 Use the more standard TexLet way to set default options instead of exists() and stuff. Srinath Avadhanula 2003-06-15 08:42:11 +00:00
  • 335aa3ddb8 Changed structure of bibtex.vim to look more ``modular''. Still don't know if this is a good idea. Might revert to older revision in the future. Srinath Avadhanula 2003-06-15 08:23:14 +00:00
  • d62af6a20b create a bib_latexSuite.vim file to be able to also support bib files. This file basically sources bibtex.vim, which contains maps to insert bibliographic entries easily. Srinath Avadhanula 2003-06-15 08:09:28 +00:00
  • c871347676 Bug: Sometimes Tex_FindBblFiles() would return a bunch of files with new-lines in them. Cause: substitue(text, '\n', ' ', 'ge') doesn't remove newlines (at least in vanilla vim 6.1). Solution: Use substitute(text, "\n", ' ', 'ge') instead. NOTE: use double quotes when using special characters in replacement string in substitute(). Srinath Avadhanula 2003-06-15 05:23:31 +00:00
  • 231f372bbf *** empty log message *** Srinath Avadhanula 2003-06-14 05:09:10 +00:00
  • 7ce5ea92e9 Change: Previously, if a file was not opened in any other session, then it would open it in a new session. But for projects with lots of files, this can become painful. Therefore, instead of opening in new sessions each time, open files in the same session we used the first time we had to create a session. Srinath Avadhanula 2003-06-14 04:43:07 +00:00
  • f903fcb079 Bug: When a \usepackage line is found, then a spurious { is inserted into the search history. (A. S. Budden, Mpiktas) Cause: a "normal! /{\<CR>" command is executed. Solution: call histdel at the end of the function. Srinath Avadhanula 2003-06-13 21:41:27 +00:00
  • 61d5195e4f Bug: 'scrolloff' remains at 100 even after we complete the reference (Jakub Turski) Cause: 'scrolloff' is a global setting, not local Solution: Preserve the value of &scrolloff and reset it just before quitting any of the windows. Srinath Avadhanula 2003-06-12 08:16:25 +00:00
  • 951cce44ca Bug: More stupid windows issues. Sometimes, getcwd() = 'c:\path\to\file' and expand('%:p:h') = 'c:/path/to/file' which causes s:searchdirectory to become '' causing Tex_completion to search as fgrep \label /*.tex Solution: s:searchdirectory = expand('%:p:h') instead of expand('%:h') Srinath Avadhanula 2003-06-09 03:34:26 +00:00
  • a5cb90541d This script provides a command :RemoteOpen which is supposed to be used from the command line as follows: Srinath Avadhanula 2003-06-08 23:42:44 +00:00
  • 3e9de75267 Bug: <F9> only worked the first time. Srinath Avadhanula 2003-06-08 22:30:39 +00:00
  • 27583ab622 Bug: compiling parts of a document did not open up the preview of the .log file. Cause: mainfname was not defined in part compilation Srinath Avadhanula 2003-06-08 22:14:55 +00:00
  • a0b539da02 Bug: syntax error made the maps in envmacros.vim get triggered only for the first buffer which latex-suite triggered on. Srinath Avadhanula 2003-06-08 20:25:50 +00:00
  • 0c05b16d99 Bug: <F9> did not work with the following \includegraphics[0.8\columnwidth]{} because the regexp thought that s:type = '\columnwidth]' Improved the regexp to account for commands within options. Still not tested extensively, but should be better than before. Srinath Avadhanula 2003-06-07 21:02:23 +00:00
  • b83551a443 Bug: <F9> for inserting references does not work in standard vim + cygwin combination for windows. Cause: Vim issues commands via the vimrun.exe program which calls the cygwin bash shell in the following manner: bash -c "command" when we do ":!command" from within vim. With the current setup we issue the command !fgrep "\\label{" *.tex > c:/TEMP/VIe12.tmp This gets converted into bash -c "fgrep "\\label{" *.tex > c:/TEMP/VIe12.tmp" by vimrun.exe. This causes all sorts of confusion. Solution: Avoid issuing commands which contain double quotes otherwise vimrun.exe screws up. Convert the grep commands to grep '\label{' *.tex from grep "\\label{" *.tex NOTE: the backslash escaping still needs to be done due to the outer double quotes in the exec statement. Srinath Avadhanula 2003-06-07 10:39:24 +00:00
  • 666fa838ef omitted g: before one test for g:Tex_UseMenuWizard in inserting of environments Mikolaj Machowski 2003-06-06 22:53:52 +00:00
  • d8844b8bdf Bug: The recent change with "escaping" the special characters in PositionPreviewWindow messes up movement in the Error list window. Srinath Avadhanula 2003-06-05 18:16:28 +00:00
  • da7ae05f0a add slashes te escape special characters in UpdateWindow Mikolaj Machowski 2003-06-04 09:52:41 +00:00
  • 0f7c2641b6 endif was missed Mikolaj Machowski 2003-06-03 11:17:18 +00:00
  • 5bd4d934e4 Bug: Srinath: but your patch makes impossible to distinguish between various extenstions of LaTeX files - .tex, .ltx and so on Mikolaj Machowski 2003-06-03 09:45:32 +00:00
  • fc949d90d2 Bug: the preview window with the .log window was not being opened on compilation error. Cause: We used to depend on the file's suffix being removed for a lot of processing. A recent change seems to have reversed this. Srinath Avadhanula 2003-06-03 05:58:21 +00:00
  • 4613c5ecdc Remove hardcoded .tex extension in CompilerRule_pdf - after removing :r in RunLatex it was doubling extension to myfile.tex.tex. NOTE: update of personal texrc is required! (Animesh N Nerurkar) Mikolaj Machowski 2003-06-02 13:39:35 +00:00
  • e67989d078 update Mikolaj Machowski 2003-06-02 13:39:26 +00:00
  • 01190f2957 refresh screen after View and Compile -redraw! - suggestion from Jess Thrysoee Mikolaj Machowski 2003-06-01 23:23:43 +00:00
  • 2886854921 updates Mikolaj Machowski 2003-06-01 23:23:30 +00:00
  • 18e1aa7203 Replace g:Tex_Leader with <Leader> Mikolaj Machowski 2003-05-31 17:51:15 +00:00
  • cffcccfab5 remove temporary catalog for creating tar.gz - there can be garbage which can be inserted in next latexSuite* Mikolaj Machowski 2003-05-31 17:47:31 +00:00
  • d4f7cb3d1d Bug: undefined mapleader variable causes crashes. Solution: Instead use s:mapleader which defaults to '\' if mapleader does not exist. Srinath Avadhanula 2003-05-30 04:30:52 +00:00
  • e8f63600c8 update Mikolaj Machowski 2003-05-29 12:48:15 +00:00
  • de3ac91223 allow TTarget accept no arguments and show possible choices with default enclosed in [] Mikolaj Machowski 2003-05-29 12:48:13 +00:00
  • 199ebe704d show value of g:Tex_DefaultTargetFormat if not one of: dvi,ps,pdf Mikolaj Machowski 2003-05-29 10:43:31 +00:00
  • 5d517b44e5 correct mispell which caused bug: s/mapleaer/mapleader/ Mikolaj Machowski 2003-05-29 08:19:46 +00:00
  • 189fba68f4 TCTarget from menu show now correct value of DefaultTarget enclosed in [] Mikolaj Machowski 2003-05-29 08:19:41 +00:00
  • 9fb7bc7448 update Mikolaj Machowski 2003-05-29 08:19:26 +00:00
  • 962f6a91fe check if s:type exists in UpdateViewerWindow Mikolaj Machowski 2003-05-28 11:11:22 +00:00
  • 79ee8f1891 replace \\ in TeX-Suite menu with mapleader value - it often cause problems if someone change it in other places Mikolaj Machowski 2003-05-28 11:11:16 +00:00
  • e5c802bf65 update Mikolaj Machowski 2003-05-28 11:11:09 +00:00
  • e53f32e8a9 replace g:Tex_Leader with mapleader in General shortcuts section Mikolaj Machowski 2003-05-28 11:11:08 +00:00
  • edbad26018 check in package variables for templates for environments inserted in line with <F5> Mikolaj Machowski 2003-05-28 09:15:48 +00:00
  • 708ce3b625 New file: ChangeLog Mikolaj Machowski 2003-05-28 09:15:07 +00:00
  • 23fabf72d6 add templates for alignat envs Mikolaj Machowski 2003-05-28 09:13:59 +00:00
  • 515585daa7 make clean was removing latexSuite.* files, change to latexSuite200* - it will be valid 6 years :) Mikolaj Machowski 2003-05-26 08:56:22 +00:00