Re: [O] Latex preview foreground color problem

2018-07-31 Thread Jarmo Hurri
Eric S Fraga writes: > On Monday, 30 Jul 2018 at 12:43, Jarmo Hurri wrote: >> In my emacs config file I now have: >> >> (plist-put org-format-latex-options :foreground "white") >> (plist-put org-format-latex-options :scale 2) > > This works for me but in the context that I also change the backgro

Re: [O] Latex preview foreground color problem

2018-07-31 Thread Jeremie Juste
Hello, Here is mine. But I live with a black background. You might have trouble with the table environment though. For some mysterious reason, although the background changes,the foreground in the table environment remains black. (setq org-format-latex-options '(:foreground "White" :backgroun

Re: [O] Latex preview foreground color problem

2018-07-31 Thread Eric S Fraga
On Monday, 30 Jul 2018 at 12:43, Jarmo Hurri wrote: > In my emacs config file I now have: > > (plist-put org-format-latex-options :foreground "white") > (plist-put org-format-latex-options :scale 2) This works for me but in the context that I also change the background to black (which does not nec

[O] Latex preview foreground color problem

2018-07-30 Thread Jarmo Hurri
Greetings. Previewing Latex fragments is one cool feature. However, I have one problem tailoring it to my use. In my emacs config file I now have: (plist-put org-format-latex-options :foreground "white") (plist-put org-format-latex-options :scale 2) These seem to set the correct properties, b

Re: [O] latex preview table environment

2017-02-22 Thread Jeremie Juste
Hello, Eric S Fraga writes: > When I switched my colour theme to one with a dark background, I found I > had to set org-format-latex-options to > > '(:background default :foreground default) > '(:background default :foreground default) work for be as well. > actually specifying colours d

Re: [O] latex preview table environment

2017-02-18 Thread Eric S Fraga
On Saturday, 18 Feb 2017 at 07:25, Jeremie Juste wrote: > I found the culprit. > > I have set my background color to black and forground color to white. > > Yet when I adust the org-format-latex-options to see the preview white > on black, the tabular environment displays the expected color settin

Re: [O] latex preview table environment

2017-02-17 Thread Jeremie Juste
I found the culprit. I have set my background color to black and forground color to white. Yet when I adust the org-format-latex-options to see the preview white on black, the tabular environment displays the expected color setting but not the table environment. So far I can only change the b

Re: [O] latex preview table environment

2017-02-16 Thread Jeremie Juste
Hello, Thanks for replying > For me, the preview shows both tables. My org-preview-latex-default-process > is set to imagemagick. my org-preview-latex-default-process variable is set to imagemagick as well. Interesting..., I wonder why the tabular would work but not the table environment

Re: [O] latex preview table environment

2017-02-16 Thread Nick Dokos
Jeremie Juste writes: > Hello, > > I would like to preview easily latex table environment. I noticed that > org-toggle-latex-fragment shows the latex-preview for the tabular > environment but not for the table environment. > For me, the preview shows both tables. My org-preview-latex-default-pro

[O] latex preview table environment

2017-02-16 Thread Jeremie Juste
Hello, I would like to preview easily latex table environment. I noticed that org-toggle-latex-fragment shows the latex-preview for the tabular environment but not for the table environment. Would it be possible to find a to do that? I tried to tweak org-latex-options in the following way in the

Re: [O] Latex Preview Fragment is not working on org 9.0.3 from elpa

2017-01-22 Thread Young-whan
Thank you, and, could you let me know what version would be gotten this fix, please? On Sat, Jan 21, 2017 at 2:59 AM, Nicolas Goaziou wrote: > Hello, > > Young-whan writes: > > > Looks like it is a bug? Why it is not loaded automatically while 8.2 has > no > > issue? > > Fixed. Thank you. > >

Re: [O] Latex Preview Fragment is not working on org 9.0.3 from elpa

2017-01-21 Thread Nicolas Goaziou
Hello, Young-whan writes: > Looks like it is a bug? Why it is not loaded automatically while 8.2 has no > issue? Fixed. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Latex Preview Fragment is not working on org 9.0.3 from elpa

2017-01-20 Thread Young-whan
Looks like it is a bug? Why it is not loaded automatically while 8.2 has no issue? On Wed, Jan 18, 2017 at 12:56 PM, Charles C. Berry wrote: > On Wed, 18 Jan 2017, Young-whan wrote: > > I've installed the emacs-app via port, and there was no problem with Latex >> Preview Fragment in a buffer at

Re: [O] Latex Preview Fragment is not working on org 9.0.3 from elpa

2017-01-18 Thread Charles C. Berry
On Wed, 18 Jan 2017, Young-whan wrote: I've installed the emacs-app via port, and there was no problem with Latex Preview Fragment in a buffer at all. Now, using the M-x package-list-packages, I've installed the latest org 9.0.3, then the latex preview is not working at all. It comes with foll

[O] Latex Preview Fragment is not working on org 9.0.3 from elpa

2017-01-18 Thread Young-whan
I've installed the emacs-app via port, and there was no problem with Latex Preview Fragment in a buffer at all. Now, using the M-x package-list-packages, I've installed the latest org 9.0.3, then the latex preview is not working at all. It comes with following error: org-create-formula--latex-he

[O] latex preview in latex block

2016-04-13 Thread Jérémie Juste
Hello, > > Jérémie Juste writes: > >> Is it possible to activate the latex preview in org-mode within in latex >> bloc? Nicolas Goaziou writes: > > It isn't possible out of the box. Org doesn't look at the contents of > src blocks, which are supposed to be written in a foreign language. > > Howe

Re: [O] latex preview in latex block

2016-04-10 Thread Jeremie Juste
Nicolas Goaziou writes: > Hello, > > Jérémie Juste writes: > >> Is it possible to activate the latex preview in org-mode within in latex >> bloc? > > It isn't possible out of the box. Org doesn't look at the contents of > src blocks, which are supposed to be written in a foreign language. > > Ho

Re: [O] latex preview in latex block

2016-04-09 Thread Nicolas Goaziou
Hello, Jérémie Juste writes: > Is it possible to activate the latex preview in org-mode within in latex > bloc? It isn't possible out of the box. Org doesn't look at the contents of src blocks, which are supposed to be written in a foreign language. However, you can probably write a function f

[O] latex preview in latex block

2016-04-09 Thread Jérémie Juste
Hello, Is it possible to activate the latex preview in org-mode within in latex bloc? My idea was to comment the table when I get the output. I noticed also that preview does not work with the table environment but works fine with the tablular environment. This does not work #+BEGIN_SRC Latex \be

[O] Latex Preview Equations(with C-u C-u)

2014-08-11 Thread Darlan Cavalcante Moreira
Recently the latex preview equation in org-mode was improved. Particularly 'C-c C-c' no longer removes the latex equations overlays, and now we have a single function, org-toggle-latex-fragment, to create/remove the image and overlays. I think these changes were very good. One small inconvenient,

Re: [O] LaTeX preview

2013-02-14 Thread Daimrod
Evan Misshula writes: > +1 This is great, I wanted to do something but did not know how. I > am going to look at the patch. I'm glad to know other people like it too :) > If you have an interest in explaining to an interested Noob what you > did. I would be grateful. Sure, I knew I wanted s

Re: [O] LaTeX preview

2013-02-14 Thread Evan Misshula
+1 This is great, I wanted to do something but did not know how. I am going to look at the patch. If you have an interest in explaining to an interested Noob what you did. I would be grateful. Best, Evan On Thu, Feb 14, 2013 at 3:17 AM, Bastien wrote: > Hi Greg, > > Daimrod writes: > >> He

Re: [O] LaTeX preview

2013-02-14 Thread Bastien
Hi Greg, Daimrod writes: > Here is a better formatted patch: I applied this change, thanks a lot! -- Bastien

Re: [O] LaTeX preview

2013-01-24 Thread Daimrod
Daimrod writes: > Bastien writes: > >> Hi Daimrod, >> >> Daimrod writes: >> >>> Is there an #+STARTUP parameter to automatically display LaTeX >>> fragments? >> >> Nope, sorry. > > Here is a patch to add `org-startup-with-latex-preview'. It should work > like `org-startup-with-inline-images'.

Re: [O] LaTeX preview

2013-01-11 Thread Bastien
Daimrod writes: > I've sent a request. I will tell you when it's done, I hope this won't take > too much time. Thanks!! -- Bastien

Re: [O] LaTeX preview

2013-01-11 Thread Daimrod
Bastien writes: > Hi, > > Daimrod writes: > >> Here is a patch to add `org-startup-with-latex-preview'. It should work >> like `org-startup-with-inline-images'. > > Thanks for the patch. Did you already sign a FSF copyright assignment > or do you plan to sign one? > > http://orgmode.org/cgit.

Re: [O] LaTeX preview

2013-01-11 Thread Bastien
Hi, Daimrod writes: > Here is a patch to add `org-startup-with-latex-preview'. It should work > like `org-startup-with-inline-images'. Thanks for the patch. Did you already sign a FSF copyright assignment or do you plan to sign one? http://orgmode.org/cgit.cgi/org-mode.git/plain/request-ass

Re: [O] LaTeX preview

2013-01-11 Thread Daimrod
Bastien writes: > Hi Daimrod, > > Daimrod writes: > >> Is there an #+STARTUP parameter to automatically display LaTeX >> fragments? > > Nope, sorry. Here is a patch to add `org-startup-with-latex-preview'. It should work like `org-startup-with-inline-images'. diff --git a/doc/org.texi b/doc/or

Re: [O] LaTeX preview

2013-01-11 Thread Bastien
Hi Daimrod, Daimrod writes: > Is there an #+STARTUP parameter to automatically display LaTeX > fragments? Nope, sorry. -- Bastien

[O] LaTeX preview

2013-01-11 Thread Daimrod
Hi, Is there an #+STARTUP parameter to automatically display LaTeX fragments? If not, where do I have to look to add it? -- Daimrod/Greg pgpwOUfDZhYGv.pgp Description: PGP signature