Git Product home page Git Product logo

atp_vim's Introduction

atp_vim's People

Contributors

bergjo06 avatar heiderich avatar xuhdev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

atp_vim's Issues

Issue

Issue

Issue

Issue

:ToggleTab - Inconsistency between code and documentation

In the help file it says:

:ToggleTab {only available if g:atp_tab_map=0}

However, the exact opposite is the case in the actual code: :ToggleTab becomes available only if g:atp_tab_map!=0.

options.vim:

if g:atp_tab_map
    command! -buffer -nargs=? -complete=customlist,atplib#OnOffComp ToggleTab :call ATP_ToggleTab(<f-args>)
endif

mappings.txt:

if !hasmapto("<Plug>ToggleTab", "n") && g:atp_tab_map
    nmap <silent> <buffer> `<Tab>   <Plug>ToggleTab
endif
if !hasmapto("<Plug>ToggleTab", "i") && g:atp_tab_map
    imap <silent> <buffer> `<Tab>   <Plug>ToggleTab
endif

I don't know which way it's supposed to be, so it's up to you to fix this.

Issue

Issue

bibtex format error in compile.py (no-verbose mode \b)

Hello,
when using
\b
to run bibtex in no-verbose mode, I get a python error: format not valid (I think it tried to format a string with โ€œdโ€);
I then modified line 440 of compile.py:

vim_remote_expr(servername, "atplib#callback#BibtexReturnCode('{:d}',"{:d}")".
format(bibtex_returncode, bibtex_output))

into (:d deleted)

vim_remote_expr(servername, "atplib#callback#BibtexReturnCode('{}',"{}")".
format(bibtex_returncode, bibtex_output))

and now \b works.

Thank you for your astonishing work: it convinced me to use vim for latex.

Alberto.

Issue

Issue

Issue

Issue

Issue

Issue

Issue

Issue

Issue

Issue

Issue

Issue

Start Viewer instead of "[SyncTex:] viewer is not running"

It is quite smart behavior for editor to call viewer in case user asked for the viewer (with forward search) and there is no viewer running. Now it is just echoed

[SyncTex:] viewer is not running"

in that case.

My proposal:
If i press F3 (for example) in order to perform forward search ATP should run viewer if there is no viewer running.

See atp_vim/autoload/atplib/compiler.vim:108

Issue

Issue

Issue

Issue

Issue

Issue

Issue

Issue

Issue

Issue

Issue

Issue

Issue

Issue

vim (-python +python3): command "python << EOF" not availablesc

Hi,
when I open a tex file it complains about python being not available, even though I have "python3".

I believe the alert comes from the python call with python (l.68), as when I change it to python3 it works for me.
Do you know any way to make the actual python call be "python" or "python3" alternatively?

best, felicis
selection_002

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.