Re: 2.1 beta1: "use justification in LyX work area" should be a Pref

2023-12-01 Thread Isaac Oscar Gariano
if we could get it to be roughly accurate with the generated PDF (you'd have to have the document specify the font, font size, and text width, and implement TeX's linebreaking algorithm). — Isaac Oscar Gariano From: lyx-devel on behalf of Daniel Sent

Re: Primes and superscripts in mathed

2023-11-26 Thread Isaac Oscar Gariano
the code would work better if it just made '​ autocorrect to ^\prime​ ? (In fact I've defined my own \pri​ command which alters the LaTeX height of the \prime​ to one I like more; and ones that use the unicode-math​ multi-prime commands \dprime​, \tprime​, and \qp

Re: Using Comment notes the right way

2023-11-20 Thread Isaac Oscar Gariano
the LyX or PDF file. I do have to say that the naming of "Note" and "Comment" is confusing, I would have named "Note" as "Comment" and "Comment" as "Backend Comment" (assuming it also works for non-LaTeX backends). Also I

Re: Using Comment notes the right way

2023-11-15 Thread Isaac Oscar Gariano
-- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Is hiding stuff behind the "more" sub-context menu intentional?

2023-11-01 Thread Isaac Oscar Gariano
nus to be particularly long in the first place, except the one for the menu bar (which lists every toolbar) or when there are lots of spelling suggestions. So only handling cases once someone's actually noticed the problem might be a good compromise between quality and developer time. — Isa

Re: Is hiding stuff behind the "more" sub-context menu intentional?

2023-11-01 Thread Isaac Oscar Gariano
to get the screen resolution & DPI if you want to adjust to individual users. Sadly, I only know general C++ programming, not Gui/QT stuff, so I haven't the faintest clue how to do that. — Isaac Oscar Gariano​ From: lyx-devel on behalf of Jürgen Spi

Re: Is hiding stuff behind the "more" sub-context menu intentional?

2023-10-31 Thread Isaac Oscar Gariano
higher DPI's/lower resolutions might have problems. (for example if I right click the menu bar I get a context menu with 49 items! but my screen could probably fit 6 more). — Isaac Oscar Gariano​ From: lyx-devel on behalf of Jürgen Spitzmüller Sent: Monda

Is hiding stuff behind the "more" sub-context menu intentional?

2023-10-29 Thread Isaac Oscar Gariano
rac/browser/lyxgit/src/frontends/qt/Menus.cpp is only about 6s, but https://git.lyx.org/?p=lyx.git;a=blob;f=src/frontends/qt/Menus.cpp is still faster at about 1s). This is not counting the time to actually download the page which is about the same for both. — Isaac Oscar Gariano​ -- lyx-de

Re: #11185: Export math macro definitions as "\newcommand" for robustness/consistency.

2023-10-23 Thread Isaac Oscar Gariano
Thank you, you were very quick! — Isaac Oscar Gariano​ From: Pavel Sanda Sent: Tuesday, 24 October 2023 2:45 AM To: Isaac Oscar Gariano Cc: lyx-devel@lists.lyx.org Subject: Re: #11185: Export math macro definitions as "\newcommand" for robustness/c

Re: #11185: Export math macro definitions as "\newcommand" for robustness/consistency.

2023-10-23 Thread Isaac Oscar Gariano
I'm not sure the right place to post this, but I can't seem to axis my trac account and the forgot password link isn't working, I've previously used it with the username "Isaac" and this email adress. So I have no idea what it's

Re: [PATCH] Always use \newcommandx instead of \def

2023-10-18 Thread Isaac Oscar Gariano
great. I should probably learn how to do it eventually though if I keep making changes to LyX, but I am actually supposed to be doing work at the moment. — Isaac Oscar Gariano -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [PATCH] Always use \newcommandx instead of \def

2023-10-17 Thread Isaac Oscar Gariano
7;re redefining math commands defined by unicode-math. — Isaac Oscar Gariano​ From: lyx-devel on behalf of Enrico Forestieri Sent: Wednesday, 18 October 2023 7:50 AM To: lyx-devel@lists.lyx.org Subject: Re: [PATCH] Always use \newcommandx instead of \def

[PATCH] Always use \newcommandx instead of \def

2023-10-16 Thread Isaac Oscar Gariano
to the dependency on the xargs package: I'm happy to modify it, to for example: * Make this patch togglable with a checkbox in the GUI (default will of course by the previous behaviour) * Execute a dummy \newcommand to get the error message, then do the \def as before — Isaac Osc

Re: [PATCH] Added some options to configure.py allowing for faster partial-reconfigures.

2023-10-15 Thread Isaac Oscar Gariano
Thanks for looking at my patch! I'm happy to add a simple "Refresh" button to the "Document Settings -> Module" window if you think this would be a good idea? — Isaac Oscar Gariano​ -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

[PATCH] Added some options to configure.py allowing for faster partial-reconfigures.

2023-10-09 Thread Isaac Oscar Gariano
would be nice to be able to select these options from the GUI when you click the reconfigure button, so if someone familiar with the GUI code can do that, it would be very helpfull! — Isaac Oscar Gariano​ 0001-Added-without-programs-and-log-file-options-to-confi.patch Description: 0001-Added-with

Re: [PATCH] Allow removing words from the personal dictionary, that weren't previously added

2022-05-29 Thread Isaac Oscar Gariano
a while now and haven't noticed any extra lag in spell checking. — Isaac Oscar Gariano​ From: Stephan Witt Sent: Monday, 16 May 2022 2:07 AM To: Isaac Oscar Gariano Cc: lyx-devel@lists.lyx.org Subject: Re: [PATCH] Allow removing words from the personal di

[PATCH] Allow removing words from the personal dictionary, that weren't previously added

2022-04-26 Thread Isaac Oscar Gariano
ified the "Remove from document dictionary" option to also work with words not in said dictionary; I'd have to modify the LyX file format to support a \spellchecker_reject​ or something like, but I can probably work out how to do that if you're happy with the idea. — Isaac Oscar Gariano​ 2.3.6.1.patch Description: 2.3.6.1.patch master.patch Description: master.patch -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [PATCH] Make math autocorrrect work with more than 2 chars

2019-06-18 Thread Isaac Oscar Gariano
Dear Jean, >> I have not however removed references to this feature in docoumentation, >> hopefully someone more familiary with the LyX code base will know where >> these are. > Indeed we have to check that. I actually suspect that this feature is not > documented. How did you learn about it? By

Re: [PATCH] Make math autocorrrect work with more than 2 chars

2019-06-18 Thread Isaac Oscar Gariano
> The patch that remove support for the ! command is now in. I have also > added your name to Credits. Welcome aboard :) Oh cool thank you! One minor thing, can you use my normal email address "isaacos...@live.com.au" (It dosn't really matter, as the "@hotmail" one is just an alias for it). > Wh

Re: [PATCH] Make math autocorrrect work with more than 2 chars

2019-05-24 Thread Isaac Oscar Gariano
n a side note, when I build LyX on windows (using MSVC 2017), I get an annoying console window when I run LyX, it also seems to run slower than when I build for linux. — Isaac Oscar Gariano​ ____ From: Jean-Marc Lasgouttes Sent: 25 May 2019 12:56 AM To: Isaac Oscar Gar

Re: [PATCH] Make math autocorrrect work with more than 2 chars

2019-04-17 Thread Isaac Oscar Gariano
Dear Jean-Marc, > I would say that this is not a very LaTeX-y use of maths :) Anyway, your > macro would work better if you used \text to have actual text mode. With > that, LyX will accept spaces in math. That is entirely the point, \texttt works with spaces in LyX, however if I make a new comma

Re: [PATCH] Make math autocorrrect work with more than 2 chars

2019-04-16 Thread Isaac Oscar Gariano
perfect. — Isaac Oscar Gariano From: Scott Kostyshak Sent: 17 April 2019 1:23 PM To: Isaac Oscar Gariano Cc: Jean-Marc Lasgouttes; lyx-devel@lists.lyx.org Subject: Re: [PATCH] Make math autocorrrect work with more than 2 chars On Wed, Apr 17, 2019 at 12:3

Re: [PATCH] Make math autocorrrect work with more than 2 chars

2019-04-16 Thread Isaac Oscar Gariano
, it works as expected. — Isaac From: Scott Kostyshak Sent: 17 April 2019 12:26 PM To: Isaac Oscar Gariano Cc: Jean-Marc Lasgouttes; lyx-devel@lists.lyx.org Subject: Re: [PATCH] Make math autocorrrect work with more than 2 chars On Tue, Apr 16, 2019 at 11:36:

Re: [PATCH] Make math autocorrrect work with more than 2 chars

2019-04-16 Thread Isaac Oscar Gariano
right "\left( \frac{a}{b} \right)" and the generated PDF will display correctly, but \left and \right will apear verbatim in LyX itself. — Isaac Oscar Gariano​ From: Jean-Marc Lasgouttes Sent: 16 April 2019 2:28 AM To: lyx-devel@lists.lyx.org; Isa

Re: [PATCH] Make math autocorrrect work with more than 2 chars

2019-04-16 Thread Isaac Oscar Gariano
To: Isaac Oscar Gariano; LyX Mechanics Subject: Re: [PATCH] Make math autocorrrect work with more than 2 chars Hi again, Let's go through the remaining issues now. Le 12/04/2019 à 05:23, Isaac Oscar Gariano a écrit : > * It supports unicode input. LyX seems supports this as well, but when

[PATCH] Make math autocorrrect work with more than 2 chars

2019-03-16 Thread Isaac Oscar Gariano
Dear Lyx Developors, I have improved the match autocorrect for lyx to support autocorrect sequences with more than 2 characters, for example if the following line is in the autocorrect file: -- > \rightarrow\rightarrow Typing --> will then autocorect to →→ Previously the first and las