Giter Site home page Giter Site logo

Comments (2)

daviehh avatar daviehh commented on July 17, 2024 1

Thanks for the details! Turns out in my case the problem is not the bib file but keyboard customizer (Karabiner) somehow messing with the shortcut even though ⌥ + Esc is not mapped...sorry for the trouble and thanks again!

from latex.tmbundle.

sanssecours avatar sanssecours commented on July 17, 2024

👋 Hi,

one reason for not showing a menu when you press + Esc might be that the cite key at the current caret position is already unique. Maybe that is also the case for your example. Can you please try, if the steps below work on your machine?

  1. Store the text:

    @webpage{two,
     Author = {Two},
     Date-Added = {2019-12-11 11:06:01 +0100},
     Date-Modified = {2019-12-11 11:06:23 +0100},
     Month = {2},
     Title = {Two},
     Url = {two.org},
     Year = {2},
     Bdsk-Url-1 = {two.org}}
    
    @webpage{one,
     Author = {One},
     Date-Added = {2019-12-11 11:02:23 +0100},
     Date-Modified = {2019-12-11 11:04:49 +0100},
     Month = {1},
     Title = {One},
     Url = {one.org},
     Year = {1},
     Bdsk-Url-1 = {one.org}}

    in the file References.bib in your Downloads folder.

  2. Create a file called Completions.tex with the content:

    \documentclass{article}
    
    \usepackage{biblatex}
    
    \addbibresource{References.bib}
    
    \begin{document}
    \cite{}
    \end{document}

    and store it into the Downloads folder.

  3. Open the file from the last step again and insert the caret between the braces of the cite command.

  4. Press + Esc

  5. TextMate should now display the menu below.

    Completion

from latex.tmbundle.

Related Issues (20)

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.