Thread: LaTeX "nomencl" package with Vim
hi,
i'm writing document latex , need use nomencl package. use simple , can found here: http://franz.kollmann.in/latex/latex.html#abbr
problem vim not run necessary steps use package when type \ll. found link guy managed solve problem changing compiler.vim , texrc files: http://www.mail-archive.com/vim-late.../msg00316.html
explanation rather messy , don't understand it.
there vim gurus out there explain how it's done?
cheers![]()
i'll post on links people don't have open them.
how use nomencl package:
from: http://franz.kollmann.in/latex/latex.html#abbr14. list of abbreviations
include list of abbreviations following steps should performed:
1.
insert \usepackage{nomencl} , \makenomenclature @ beginning of tex file (before \begin{document}).
2.
insert \printnomenclature[distance] @ position in tex file, list of abbreviations should listed. parameter distance defines distance (e.g. 2.5 cm) between abbreviation , explanation.
3.
insert abbreviation in tex short , long form: \nomenclature{abbr}{abbreviation}
4.
execute latex file.tex twice.
5.
execute makeindex file.nlo -s nomencl.ist -o file.nls
6.
execute latex file.tex
how guy managed automate \ll on vim: http://www.mail-archive.com/vim-late.../msg00316.html
apparently, changes seem on compiler.vim , texrc files (the information on link loses layout if post here). however, quite confusing , don't know in file should make change.
know how this?
cheers![]()
Forum The Ubuntu Forum Community Other Discussion and Support Education & Science LaTeX "nomencl" package with Vim
Ubuntu
Comments
Post a Comment