Re: How to set latex preview font to regular instead of italics?

2022-11-06 Thread Mati
I ended up with DejaVu Math TeX Gyre. You probably need this font installed on your system, but I'm not sure, because I had it installed before. Here's code to replace in my config:   \\usepackage{mathastext}   \\usepackage{unicode-math}   \\setmainfont{Liberation Serif}   \\setsansfont[Scale=Ma

Re: How to set latex preview font to regular instead of italics?

2022-11-06 Thread Mati
Ok, I found it's (La?)TeX default, specifically: By default math fonts are italic, and what I want is upright font. So, currently I found it can be done by \usepackage{mathastext} that makes italic math font a upright font or by using "Neo Euler" font . At the moment I succesfully applied it to

How to set latex preview font to regular instead of italics?

2022-11-05 Thread Mati
As in subject, I can't find any info with search engine. Latex preview is (imho) ugly italic. Is there an easy way to make it regular?

Can someone give an init.el wherein can start customize it?

2022-11-03 Thread Mati
Look at mine config, but it's dirty too so copy-pasting it is not a good idea. Here are things that can be copied from it: - straight and use-package configuration - orderless - vertico - doom-modeline - three first lines with font, but you must install those two fonts if you want to use th

Re: [O] Maxima code blocks does not work in windows revisited

2022-11-03 Thread Mati
As Max pointed out, the latest main branch of Org should already handle Windows cmd properly without any extra patches. Did you try it? May I know the output of M-x org-version? 9.5.5-g5bc674, I just pulled it, rebuilt and works properly (without plots)

How to set monospace font face for org-agenda calendar?

2022-11-02 Thread Mati
Hi. I tried to assign monospace font to calendar in org-agenda but it looks it uses default face. How I can set it then?

Re: [O] Maxima code blocks does not work in windows revisited

2022-11-02 Thread Mati
Ok, I tried this patch, but now when I try to eval maxima code it outputs similar broken table: | incorrect | syntax: | c | is | not | an | infix | operator | | ^    |    |   |   | |    |  | | Plots have no output as before. To clarify, previous patch worked except plot

Re: [O] Maxima code blocks does not work in windows revisited

2022-11-01 Thread Mati
I am testing maxima-mode now (not in org) and it works, but is broken on windows. Looks like there are many more problems with syntax. I am interested to know what is broken in maxima-mode. Please explain with examples. Best, Leo There is problem with handling ghostscript. Ghostscript gui open

Re: [O] Maxima code blocks does not work in windows revisited

2022-11-01 Thread Mati
On 01.11.2022 09:04, Ihor Radchenko wrote: Do you mean that you changed the code at line 82 inside org-babel-execute:maxima to (let* ((cmdline (or (cdr (assoc :cmdline params)) "")) (in-file (org-babel-temp-file "maxima-" ".max")) (cmd (format "%s --very-quiet -r \"b

[O] Maxima code blocks does not work in windows revisited

2022-11-01 Thread Mati
Ok, I got it working somehow. For others reading this: I had to modify ~/.emacs.d/straight/repos/org/lisp/ob-maxima.el in emacs(!) so straight compiled it to work. you need to replace code at line 82. However, plots still doesn't work (code block produced no output) :( pls help.

Re: [BUG] cant normally edit tables created with table-insert [9.5.2 (release_9.5.2-25-gaf6f12 @ c:/Program Files/Emacs/emacs-28.1/share/emacs/28.1/lisp/org/)]

2022-10-30 Thread Mati
Try |--++--| | this | is | test | |1 | 2 |3 | |--++--| Works, but I must somehow hack it to look normally with valign then. Thanks.

Re: org table proposal: merge and split cells in org-tables

2022-10-30 Thread Mati
I don't know is this helpful, but on reddit some people mentioned that cell-mode is very promising for tables. Maybe it can ease table development. I'm not into programming at all so I can't evaluate.

Re: [BUG] cant normally edit tables created with table-insert [9.5.2 (release_9.5.2-25-gaf6f12 @ c:/Program Files/Emacs/emacs-28.1/share/emacs/28.1/lisp/org/)]

2022-10-30 Thread Mati
Could you please provide a concrete example on what you want to achieve? +-+-+ at top and bottom of table creates top and bottom border and doesn't break table.

Re: [BUG] cant normally edit tables created with table-insert [9.5.2 (release_9.5.2-25-gaf6f12 @ c:/Program Files/Emacs/emacs-28.1/share/emacs/28.1/lisp/org/)]

2022-10-30 Thread Mati
So, you mean that those aren't hlines but cell boundaries? Simplifying, I think the problem is lack of table top and bottom border support, no matter how it will be created. On 30.10.2022 08:47, Ihor Radchenko wrote: I am sorry, but I don't understand. In the reply to the linked conversation I

Re: [BUG] cant normally edit tables created with table-insert [9.5.2 (release_9.5.2-25-gaf6f12 @ c:/Program Files/Emacs/emacs-28.1/share/emacs/28.1/lisp/org/)]

2022-10-30 Thread Mati
I saw a similar topic created about hlines. So, it would be rather a feature request to add hlines rather than bug. Here is fragment of conversation I am talking about for reference: /I start with / /| Example | Text | Dates | other |/ /|-+-+--+-|/ /| thi

Re: [BUG] cant normally edit tables created with table-insert [9.5.2 (release_9.5.2-25-gaf6f12 @ c:/Program Files/Emacs/emacs-28.1/share/emacs/28.1/lisp/org/)]

2022-10-27 Thread Mati
Please provide more details on what you have tried. M-x table-insert 5 columns 5 rows 15 cell width 1 height Then enter something in first cell. press tab to go to next cell, but then message appears with C-c ’ (copy-pasted it from messages buffer) shortcut. I can edit table after pressing C-c