Skip to Content.
Sympa Menu

texmacs-users - Re: [TeXmacs] TeXmacs/Qt 1.0.7.15 MacOSX

Subject: mailing-list for TeXmacs Users

List archive

Re: [TeXmacs] TeXmacs/Qt 1.0.7.15 MacOSX


Chronological Thread 
  • From: "Adrian S." <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] TeXmacs/Qt 1.0.7.15 MacOSX
  • Date: Sat, 17 Mar 2012 17:23:19 -0600

Oh... I used DrGeo and not drgeo for other reasons, you would use the
same word...

Peace.
-Adrián.

On Sat, Mar 17, 2012 at 5:21 PM, Adrian S. <address@hidden> wrote:
> The drgeo plugin also broke; but this is the way I redid it...
>
>
>
> BEFORE IT SAID:
>
> (menu-extend texmacs-extra-menu
>  (if (equal? (get-env "prog-language") "drgeo")
>      (=> "DrGeo" (link drgeo-menu))))
>
> (menu-bind drgeo-menu
> ;  ("Version" (insert "Function not available now"))
> ;  ("Instructions" (insert "Fucntion not available now"))
>  ("Newfigure" (insert " (new-figure \"<figuretitle>\")"))
>
> NOW IT SAYS:
>
>
> (menu-bind plugin-menu
>  (:require (equal? (get-env "prog-language") "DrGeo"))
>  (=> "DrGeo" (link DrGeo-menu)))
>
> (menu-bind DrGeo-menu
>  ("Instructions in new window" (show-instructions))
>  ("Example in new window" (show-example))
>  ---
>  (-> "Common Scheme constructs"
>     (-> "Assignements"
>         (-> "define"
> ...
>
>
> Maybe you can modify the scheme code to make it work... I hope this
> helps...  If you do, let people now, and you will successfully do a
> programming contribution to TeXmacs...
>
> Peace.
> -Adrian.
>
> On Sat, Mar 17, 2012 at 12:58 PM, Julien Frontisi
> <address@hidden> wrote:
>> Hi,
>> with the new version under MacOS 10.7, the professor plugin seems broken :
>>
>> /Users/Julien/.TeXmacs/plugins/professor/progs/init-professor.scm:28:3: In
>> expression (menu-extend texmacs-extra-menu (if # #)):
>> /Users/Julien/.TeXmacs/plugins/professor/progs/init-professor.scm:28:3:
>> Unbound variable: menu-extend
>> /Users/Julien/.TeXmacs/plugins/DrGeo/progs/DrGeo-menus.scm:33:1: In
>> expression (menu-extend texmacs-extra-menu (if # #)):
>> /Users/Julien/.TeXmacs/plugins/DrGeo/progs/DrGeo-menus.scm:33:1: Unbound
>> variable: menu-extend
>>
>> It still works with TeXmacs-qt 1.0.7.14
>>
>> Moreover, how do I do to have Sage in the path ?
>> By adding Sage path to the path in .profile, I have access to the plugin
>> when I type
>> /Applications/TeXmacs-1.0.7.15.app/Contents/MacOS/TeXmacs
>> in a terminal window, but not when I click on the icon to launch TeXmacs.
>> Thanks
>> Julien
>>
>>
>> Le 17 mars 2012 à 16:56, François-Xavier Thomas a écrit :
>>
>> On Mar 17, 2012, at 4:29 PM, zuyang Zu wrote:
>>
>> Hi thank you all! The insert image problem in 1.0.7.14 seems solved now!
>>
>>
>> Concerning images, something crossed my mind a lot of times but didn't make
>> it to this mailing list because of my forgetting it.
>>
>> It would be great if, when you insert an image that's bigger than the
>> document canvas, it'd get automatically resized to the canvas width.
>>
>> With the current version, when you insert a large image, it increases the
>> width of the document (sometimes a lot), which might confuse some new
>> users.
>>
>> What do you guys think?
>>
>>



Archive powered by MHonArc 2.6.19.

Top of Page