Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Tricks to make Unicode input easier and proof scripts more readable (was Re: Lean Theorem Prover)

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Tricks to make Unicode input easier and proof scripts more readable (was Re: Lean Theorem Prover)


Chronological Thread 
  • From: Bas Spitters <b.a.w.spitters AT gmail.com>
  • To: Coq Club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] Tricks to make Unicode input easier and proof scripts more readable (was Re: Lean Theorem Prover)
  • Date: Wed, 2 Mar 2016 11:00:18 +0100
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=b.a.w.spitters AT gmail.com; spf=Pass smtp.mailfrom=b.a.w.spitters AT gmail.com; spf=None smtp.helo=postmaster AT mail-wm0-f51.google.com
  • Ironport-phdr: 9a23:xsWNRRI7ar3AebZIBtmcpTZWNBhigK39O0sv0rFitYgULf/xwZ3uMQTl6Ol3ixeRBMOAu60C1LCd6/qocFdDyKjCmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TWM5DIfUi/yKRBybrysXNWC0ILojavqodX6WEZhunmUWftKNhK4rAHc5IE9oLBJDeIP8CbPuWZCYO9MxGlldhq5lhf44dqsrtY4q3wD89pozcNLUL37cqIkVvQYSW1+ayFmrPHs4DLEVEOk4mYWGjEdlQMNCAzY5jn7WI3wu230rLwu9jOdOJjcRKt8Yiyj87tmUgSg3C1BPngmtnrPi9BsgbhAiB2krh17hYXTZdfGZ7JFYqrBcIZCFiJ6VcFLWnkEW9vkYg==

This is what we've been using:
https://github.com/c-corn/corn/blob/master/tools/coq.mim

On Wed, Mar 2, 2016 at 10:50 AM, Pierre-Marie Pédrot
<pierre-marie.pedrot AT inria.fr>
wrote:
> On 01/03/2016 12:05, Soegtrop, Michael wrote:
>> If I understand you right, something like this exists for Linux.
>> Could you give a few more pointers?
>
> Yep. The engine I use is ibus:
>
> https://en.wikipedia.org/wiki/Intelligent_Input_Bus
>
> and the particular IME is latex-table, which was originally designed for
> chinese but allows actually to use any input table based on a user-given
> description file (you need to recompile it if you want to change it though).
>
> https://github.com/acevery/ibus-table
>
> https://github.com/acevery/ibus-table/blob/master/tables/additional/latex.txt
>
> I have installed it through Debian, with the ibus-table-latex package.
>
> PMP
>



Archive powered by MHonArc 2.6.18.

Top of Page