Re: Kudos to lyx creators!

2024-07-18 Thread Ricardo Berlasso
ary that, it seems, offer support for such an old format: https://wiki.documentfoundation.org/DLP/Libraries#Import_Libraries https://libwpd.sourceforge.net/features.html Regards, Ricardo > > > SteveT > > Steve Litt > > http://444domains.com > -- > lyx-users mailin

Re: Setting up labels for and references to tables in LyX

2023-11-06 Thread Ricardo Berlasso
point of reference > either. > Try renaming the label to tab:Electoral-Roll-Extract,i.e. replace the spaces with dashes. Does it work that way? I think that labels do not accept spaces or special characters. If this is the case, you have found a problem as the dialog should warn that the la

Re: Joining newlines in paste (was: Pasting latex in a lyx file)

2023-07-27 Thread Ricardo Berlasso
t; Dear all, > > this is one of my last items on the TODO list for the 2.4 release. > > Bunch of people expressed their opinion that our default for paste > operation > should preserve newlines. I do not have strong opinion but agree that in > my > experience I have to go to Pas

Re: lyx-users Digest, Vol 196, Issue 3

2023-07-27 Thread Ricardo Berlasso
original Edward Tufte’s ET-Bembo family https://ctan.org/pkg/etbb You can use that font with [Xe|Lua]LaTeX. A few years ago I wrote a short review of that font: https://frommindtotype.wordpress.com/2020/10/22/etbb-another-font-inspired-by-bembo/ Regards, Ricardo > > RH > -- > lyx-

Re: latex vs xetex

2023-06-29 Thread Ricardo Berlasso
ocument? > Under Document → Settings → Fonts check "Use non-TeX fonts (via XeTeX/LuaTeX)." By default LyX will use XeTeX, but you can pick another font engine under Output. Regards, Ricardo > > Thank. > > > ===

Re: Colors in dark theme

2023-06-16 Thread Ricardo Berlasso
El vie, 16 jun 2023 a las 21:39, Paolo M () escribió: > It is difficult to edit math expressions, with dark theme, since text is > dark blue on black, before rendering. Color combination will improve, next > release? > Yes. I'm using a development build of LyX 2.4 on Plasma desktop with dark the

Re: language default

2023-06-13 Thread Ricardo Berlasso
ttings, at the bottom of the window there is a button called "Set as defaults" (or something like that, ATM I have the Spanish UI). If, after changing any setting, you click on that button, all new documents will use that setting as de

Re: I don't understand this

2023-06-12 Thread Ricardo Berlasso
unicode-math, "$\mathbb{0}$" should be rendered as "𝟘" (U+1D7D8), > In PDF output, it does, but on LyX's UI it shows (I think) U+22ac: ⊬ LyX 2.4 dev build on openSUSE Leap 15.4 with Libertinus Serif as UI font. Regards, Ricardo > but it seems that LyX is not a

Re: How to Insert a Custom Float

2023-06-05 Thread Ricardo Berlasso
\def\listphotoname{Index of Photographs} } EndPreamble Float Type photo GuiName "Photo" Placement tbp Extension loscf NumberWithin none Style plain ListCommand listofphotos ListName "Index of Photographs" RefPrefix Photo IsPredefined

Re: question about TOC

2023-05-13 Thread Ricardo Berlasso
the time you'll only need to change the 3em). Regards, Ricardo > Thank you - > bernhard > > -- > M.B. Schiekel > > -- > lyx-users mailing list > lyx-users@lists.lyx.org > http://lists.lyx.org/mailman/listinfo/lyx-users > -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

Re: versioning

2023-03-31 Thread Ricardo Berlasso
NG=ON'. I'm guessing there's an alternative way if > > you're using autotools instead of CMake. > > > > Scott > No, I wanted to keep a versioning of my documents produced with lyx. > Document → Change Tracking → Track changes You can find more informa

Re: Insert a command Before \documentclass

2023-02-28 Thread Ricardo Berlasso
go at the beginning of the preamble, but I cannot remember it right now. Maybe someone here have better memory than me? ;) Regards, Ricardo > > In the manual it is stressed that one should load the package before > \documentclass, and use the command \RequirePackage to do so, rathe

Re: Setting default language to British English

2023-01-31 Thread Ricardo Berlasso
Document > Settings > Language > Language: English (UK) > In the lower part of the document settings window there is a "Save as default" button. Any change you made to the Document → Settings will be set as default for any new document. Regards, Ricardo > > >

Re: Setting section color in local layout

2023-01-04 Thread Ricardo Berlasso
color (I don't like pink), write in the document preamble, \usepackage{titlesec} \usepackage{xcolor} \definecolor{Gren}{rgb}{.3,.7,.3} \titleformat*{\section}{ \Large\bfseries\sffamily \color{Gren}} [[ BTW, I talk about those things in chapter 12 here: https://frommindtotyp

Re: Book about LyX 2.4

2022-10-17 Thread Ricardo Berlasso
us know of a way we can contribute to your work Thanks for the offer! I never thought about those things :) @ Eberhard Lisse > when 2.4 final is out you should look at exporting this to DocBook because then it can go onto the Kindle... I'll do! Regards, Ricardo -- lyx-users mailing lis

Book about LyX 2.4

2022-10-17 Thread Ricardo Berlasso
lyx/ [IT] https://ilpinguinoscrittore.wordpress.com/xelatexlyx/ Comments and corrections are welcome. Surely there will be many corrections ;) Regards, Ricardo -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

Re: Equation

2022-09-22 Thread Ricardo Berlasso
ath editor manual you find under Help, or for a quick trick insert your equation inside a "frame" (Insert → Frame) and play a bit with the frame options. Regards, Ricardo > > Carlos Fernando Knauer > -- > lyx-users mailing list > lyx-users@lists.lyx.org > http://li

Re: How figure and table numbering is defined?

2022-08-28 Thread Ricardo Berlasso
modify the numbering beyond the standard formatting. Under Document → Settings → Modules it's possible to activate modules that restart the numbering for figures and tables on each sections. For more, you need to tell us what you need (roman numerals?, small caps for the labels?, etc.).

Re: KOMA-Script report: float numbering [RESOLVED]

2022-07-29 Thread Ricardo Berlasso
El vie, 29 jul 2022 a las 8:18, Udicoudco () escribió: > >>> > ‫בתאריך יום ה׳, 28 ביולי 2022 ב-19:19 מאת ‪Rich Shepard‬‏ <‪ > rshep...@appl-ecosys.com‬‏>:‬ > >> On Thu, 28 Jul 2022, Ricardo Berlasso wrote: >> >> > Try with >> > \

Re: KOMA-Script report: float numbering

2022-07-28 Thread Ricardo Berlasso
ection} Regards, Ricardo > > I tried adding to the preamble \setcounter{number}{0} but that didn't work. > I have a vague recollection of using 'renumber' for something like this but > cannot find it in my web searches. > > A pointer would be very helpful.

Re: Add options to begin{enumerate}

2022-07-01 Thread Ricardo Berlasso
It shows how to change numbered lists both globally (preamble code) and for particular lists (through local layout and the creation of a new environment). Regards, Ricardo > -- > lyx-users mailing list > lyx-users@lists.lyx.org > http://lists.lyx.org/mailman/listinfo/lyx-users >

Re: Rotate text

2022-06-27 Thread Ricardo Berlasso
a table of one cell and no borders. If you need something else, please describe what you need in more detail. Regards, Ricardo > -- > lyx-users mailing list > lyx-users@lists.lyx.org > http://lists.lyx.org/mailman/listinfo/lyx-users > -- lyx-users mailing list lyx-users@lists.ly

Re: Exercises at end of sections

2022-05-30 Thread Ricardo Berlasso
r used it, but you can try with this package: https://ctan.org/pkg/exercises Let us know if it works! Regards, Ricardo > > -- > lyx-users mailing list > lyx-users@lists.lyx.org > http://lists.lyx.org/mailman/listinfo/lyx-users > -- lyx-users mailing list lyx-users@lists.lyx.o

Re: LuaTeX vs XeTeX

2021-12-28 Thread Ricardo Berlasso via lyx-users
xperience, when you want to go a step further with OpenType XeTeX is more reliable than LuaTeX. But as it's often said, your mileage may vary :) Regards, Ricardo > > > Sincerely, > Gour > > -- > In the material world, one who is unaffected by whatever good > or

Re: Graphic file formatsx

2021-12-07 Thread Ricardo Berlasso
format? > That depends on the engine you're using: pdflatex, xelatex, lualatex, etc. See for example here https://tex.stackexchange.com/questions/1072/which-graphics-formats-can-be-included-in-documents-processed-by-latex-or-pdflat Regards, Ricardo > > TIA, > > Ric

Re: Trouble changing font family for footnotes

2021-11-14 Thread Ricardo Berlasso
"color" is a better match for the main text color. It works! For now, at least ;) Regards, Ricardo El lun, 8 nov 2021 a las 17:00, Ricardo Berlasso () escribió: > > > El lun, 8 nov 2021 a las 16:52, Axel Dessecker () > escribió: > >> Am Montag, 8. November 20

Re: Trouble changing font family for footnotes

2021-11-08 Thread Ricardo Berlasso
El lun, 8 nov 2021 a las 16:52, Axel Dessecker () escribió: > Am Montag, 8. November 2021, 16:26:00 CET schrieb Ricardo Berlasso: > > Hi, LyXiers! > > > > Here's the situation. I'm using the standard Book documentclass with > XeTeX > > as engine. I'm

Trouble changing font family for footnotes

2021-11-08 Thread Ricardo Berlasso
Hi, LyXiers! Here's the situation. I'm using the standard Book documentclass with XeTeX as engine. I'm also starting to use Octavio Pardo's version of EB Garamond https://github.com/octaviopardo/EBGaramond12 Good thing about this version is that it offers bold, among other things. Bad thing is t

Re: Short titles

2021-10-08 Thread Ricardo Berlasso
esented? > It's still there, but only when the cursor is on a heading environment. Put your cursor on the same paragraph of a title and you'll see the entry under the Insert menu (the shortcut is Alt-A, then 1). Regards, Ricardo > > TIA, > > Rich > -- &

Re: Setting a permanent default class that is not "Article (Standard Class)

2021-09-18 Thread Ricardo Berlasso
El sáb, 18 sept 2021 a las 18:24, Trevor Jenkins () escribió: > Thanks. > > Is that what that wording means‽ > Yes, the "Save as document default" button does exactly that: everything you choose in the menu becomes the default for new documents. Regards, Ricardo > &

Re: Setting a permanent default class that is not "Article (Standard Class)

2021-09-18 Thread Ricardo Berlasso
oir or Tufte Book. > > Have I missed something or is LyX fundamentally lacking in this respect? > In the same Document → Settings menu, you have a "Save as document default" button: once you selected all your default options, click that button before closing the menu. Regards,

Re: How to modify text alignment

2021-09-08 Thread Ricardo Berlasso
El mié, 8 sept 2021 a las 11:35, Dr Eberhard Lisse () escribió: > RTFM :-)-O > Please, stop this. People come here for help, telling them to help themselves is not helpful. In fact, RTMF non-answers are stupid, childish, and their only effect is to scare newcomers. There is already too much poiso

Re: Paste text with italics

2021-07-04 Thread Ricardo Berlasso
emph{$1} - Replace You'll see that all the italic text will be surrounded with the \emph{·} tag. Now, you can copy the text to the clipboard and go to LyX → Edit → Paste Special → Paste as LaTeX. Of course, for short texts it's not worth doing all that, but for longer texts, it works pre

Re: LyX says Tex Gyra Schola is not installed, but I installed it

2021-06-17 Thread Ricardo Berlasso
la https://ctan.org/pkg/scholax This is also an opentype font. I briefly reviewed it in my blog https://frommindtotype.wordpress.com/2020/07/02/scholax-a-new-version-of-century-schoolbook/ Regards, Ricardo > > What can I do to start to figure out this problem? > > Thanks, &

SSL certificate error

2021-06-07 Thread Ricardo Berlasso
Hi, people, Today, trying to enter https://www.lyx.org/ I get a SSL certificate error: SEC_ERROR_EXPIRED_CERTIFICATE Is it a known problem? Regards, Ricardo -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

Re: Introductory text to index

2021-05-02 Thread Ricardo Berlasso
Sorry, my fault. You're right, toc is for the table of contents. For the list of figures you need to use lof and for the list of tables lot \addtocontents{lof}{The content you want to add\par} % for a list of figures \addtocontents{lot}{The content you want to add\par} % for a list of tabl

Re: Introductory text to subject index

2021-05-02 Thread Ricardo Berlasso
subject and the index content. Regards, Ricardo > > Best regards > Andreas > -- > lyx-users mailing list > lyx-users@lists.lyx.org > http://lists.lyx.org/mailman/listinfo/lyx-users > -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

Re: tiny vs smallest

2021-04-13 Thread Ricardo Berlasso
El mar, 13 abr 2021 a las 16:04, Patrick Dupre () escribió: > Hello, > > Tiny is too small and smallest is too large (in graphic mode). > Can I set an intermediary size? > You can use \scriptsize or \footnotesize, that are a bit bigger than \tiny, but not as much as \small. R

Re: add appendix to a chapter

2021-04-12 Thread Ricardo Berlasso
he very end of the document (book)? >> > > https://ctan.org/pkg/appendix > > HTH > Jürgen > For a working example on the use of the Appendix package, check https://github.com/scottkosty/lyx-princeton-diss Regards, Ricardo > > >> Wolfgang >> -- >>

Re: lyx-users Digest, Vol 79, Issue 5

2021-04-03 Thread Ricardo Berlasso
El sáb, 3 abr 2021 a las 16:53, Andreas Plihal () escribió: > Hi Ricardo, > > many thanks. Your hint in your blog helped very well! > Great! > I don't understand your addition, though: It sounds like you can see my > PDF file. I didn't send them to you at all. So ma

Re: o footnotes in the table of contents

2021-04-03 Thread Ricardo Berlasso
El sáb, 3 abr 2021 a las 8:43, Wolfgang Engelmann (< engelm...@uni-tuebingen.de>) escribió: > > > Am 02.04.21 um 15:47 schrieb Ricardo Berlasso: > > > > El vie, 2 abr 2021 a las 15:31, Andreas Plihal ( > <mailto:a.pli...@gmx.at>>) escribió: > > &

Re: o footnotes in the table of contents

2021-04-02 Thread Ricardo Berlasso
tnotes-headings-and-the-table-of-contents/ Regards, Ricardo > Google recommends that I use the footmisc package. So I have entered in > the preamble > > \usepackage[stable]{footmisc}. > > But that had no effect. What am I doing wrong? > > Greetings > Andreas > -- >

Re: Layout

2021-03-13 Thread Ricardo Berlasso
ll KOMA-Script. All documentclasses can be modified through code, so which documentclass is the best for you depends on your needs. For a simple paperback format, probably Standard will be the right choice. Regards, Ricardo El sáb, 13 mar 2021 a las 10:56, Mario Moles () escribió: > Dear lyx-

Re: Custom footer and header

2021-03-13 Thread Ricardo Berlasso
I wrote in detail about headers and footers on chapter 12 of "LyX, The Other Way of Writing" https://frommindtotype.wordpress.com/lyx-book/ You need to use the fancyhdr package and a bit of preamble code magic. Regards, Ricardo El sáb, 13 mar 2021 a las 14:46, Néstor () escribió

Error in the release notes for 2.3.6?

2020-12-01 Thread Ricardo Berlasso
lease") and it's indeed different from the text in the announcement email, which it seems to me is the right text. Regards, Ricardo -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

Ticket #5636 toolbar icons with dark theme

2020-04-30 Thread Ricardo Berlasso
ticket is quite old and that there is no solution yet, but anyone have any workaround for it? I mean, other than switching desktop theme, of course ;) Regards, Ricardo -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

Re: Italic font doesn't working properly

2020-03-08 Thread Ricardo Berlasso
El dom., 8 mar. 2020 a las 17:03, Richard Kimberly Heck () escribió: > On 3/7/20 2:38 PM, Ricardo Berlasso wrote: > > El sáb., 7 mar. 2020 a las 16:30, Axel Dessecker () > escribió: > >> Am Samstag, 7. März 2020, 00:08:53 CET schrieb Stochastic Descent: >> > Hi

Re: Italic font doesn't working properly

2020-03-07 Thread Ricardo Berlasso
ay. > Not the original poster, but this is something I can also see in my system since a number of versions: during document editing, emphasized text is not shown with the italic font chosen (in my case, Libertinus Serif), but with a fake slanted font build from the roman typeface. This only affects

Re: WYSIWYG aspects of multiple integral limits

2020-01-16 Thread Ricardo Berlasso
priate double integral within the Lyx > window? > With the cursor close to the integral sign, press Alt-M, then L. That will apply the \limits command, but without showing it in plain code. Regards, Ricardo > > In case it matters, I'm doing this within an equation array envir

Re: change text of TOC

2019-12-17 Thread Ricardo Berlasso
ust need to change every "english" string for the needed language. For example, in Spanish \usepackage[spanish]{babel} \addto\captionsspanish{ \renewcommand{\contentsname}{El nuevo título} } Regards, Ricardo > > Best regards > > Bart > > -- > lyx-use

Re: Numbered list - multi-level

2019-10-22 Thread Ricardo Berlasso
El mar., 22 oct. 2019 a las 10:24, Eugénio Costa () escribió: > Hi Ricardo, > > Thank you very much for your support! > I managed to do it, putting a TeX box in the beginning of the document > with the code. > Only problem is that the result only comes in the output, which i

Re: Numbered list - multi-level

2019-10-21 Thread Ricardo Berlasso
}{{\theenumi}.{\theenumii}.{\theenumiii}.{\theenumiv}} This will set the list up to the fourth level, always using numbers. Regards, Ricardo > The default is: > 1. > (a) > (b) > i. > ii. > 2. > > This such simple thing is a pain in the ass > I need to write

Re: table of contents font size

2019-01-18 Thread Ricardo Berlasso
El vie., 18 ene. 2019 a las 18:42, Phil () escribió: > > Hi LyXer's > > My TOC font is too small. > > I am using the article class with typewriter font. > > How can I make the TOC font larger? > > I tried to put ERT around the TOC as \being{LARGE} \end{LARGE} but had no > success. > > Any tips? >

Re: auto fixing mispelled words

2018-11-05 Thread Ricardo Berlasso
El lun., 5 nov. 2018 a las 0:53, Daniel Kian Mc Kiernan (the best Daniel of the bunch) () escribió: > On 11/4/18 5:08 AM, Ricardo Berlasso wrote: > > > > Sorry for jumping into the discussion, but I think some people here > > are missing the real point of the problem >

Re: auto fixing mispelled words

2018-11-04 Thread Ricardo Berlasso
times in the document. It doesn't need to be something fixed (in fact, it shouldn't!), just a table that any user can fill at will: first column, what you want to substitute, second column, the substitution, and then the system perform those changes in real time. LibreOffice has such tool

Re: Section header footnote

2018-10-16 Thread Ricardo Berlasso
d in the last answer on that page should work. > I'll give that a try. > Another option is to use "short titles:" put the footnote in the normal title and then add a sort title (Insert → Short Title, or Alt-A, then 1). The short title without the footnote will be carried to the TOC and the header marks. Regards, Ricardo > > Regards, > > Rich >

Re: Re: indent after description list?

2018-10-16 Thread Ricardo Berlasso
he beginning of the paragraph with this code \par{} Regards, Ricardo > > At 2018-10-16 15:39:05, "Dr Eberhard Lisse" wrote: > >Su, > > > >This is not a minimal example. > > > >It requires additional files (for Chinese characters I suppose) which >

Re: Superscripts in ABNT keyboard: version 2.3.1

2018-10-15 Thread Ricardo Berlasso
El lun., 15 oct. 2018 a las 22:44, Murat Yildizoglu () escribió: > I have the same problem with the French keyboard. > Add the Spanish keyboard to the list. Regards, Ricardo > > Murat Yildizoglu > Le 15 oct. 2018 à 20:35 +0200, Rudi Gaelzer , a écrit > : > > Ever sin

Re: Keyboard shortcut for inserting custom item while using Beamer

2018-10-06 Thread Ricardo Berlasso
ou insert something from menu, look at LyX's status bar: there you'll see a command (argument-insert item:1). With that code you can now create a custom keyboard shortcut, just write the code on the Function box (without the brackets). You have a list of all "LyX Functions"

Re: New CC Book about LyX (PDF)

2018-10-04 Thread Ricardo Berlasso
El jue., 4 oct. 2018 a las 13:59, Neal Becker () escribió: > Ricardo Berlasso wrote: > > > El jue., 4 oct. 2018 a las 2:21, John Kane () > > escribió: > > > >> Lovely book. I am up to about page 53 and it has remind me of things I > >> have forg

Re: New CC Book about LyX (PDF)

2018-10-04 Thread Ricardo Berlasso
east so far need any English editing. It would be nice if 90% > of the native English speakers I know wrote as well. > Thanks John! I was worried about the language, now I'm starting to feel proud of myself! :) Regards, Ricardo > On Wed, 3 Oct 2018 at 14:54, Steve Litt wrote: >

Re: New CC Book about LyX (PDF)

2018-10-03 Thread Ricardo Berlasso
El mié., 3 oct. 2018 a las 10:00, Steve Litt () escribió: > On Wed, 3 Oct 2018 08:57:47 +0200 > Ricardo Berlasso wrote: > > > El mié., 3 oct. 2018 a las 1:55, Dr Eberhard Lisse () > > escribió: > > > > > Ricardo, > > > > > > have you t

Re: Fwd: New CC Book about LyX (PDF)

2018-10-02 Thread Ricardo Berlasso
El mié., 3 oct. 2018 a las 1:55, Dr Eberhard Lisse () escribió: > Ricardo, > > have you tried to use lwarp on this to make a Kindle out of this? > I did not know about that package. Really interesting! Now I need to explore it! > > el > > On 2018-10-02 22:52

Fwd: New CC Book about LyX (PDF)

2018-10-02 Thread Ricardo Berlasso
you so much for your kind comments! Regards, Ricardo El mar., 2 oct. 2018 a las 20:24, Steve Litt () escribió: > On Mon, 1 Oct 2018 21:09:24 +0200 > Ricardo Berlasso wrote: > > > Hi, list! > > > > I've finally translated my book about LyX, XeTeX and OpenType to

Re: New CC Book about LyX (PDF)

2018-10-01 Thread Ricardo Berlasso
El lun., 1 oct. 2018 a las 21:48, Jean-Marc Lasgouttes () escribió: > Le 01/10/2018 à 21:09, Ricardo Berlasso a écrit : > > Hi, list! > > > > I've finally translated my book about LyX, XeTeX and OpenType to > > (something similar to) English. I'm not a native

New CC Book about LyX (PDF)

2018-10-01 Thread Ricardo Berlasso
ding it as much as I enjoyed writing it. Announcement: https://frommindtotype.wordpress.com/2018/10/01/announcement-lyx-the-other-way-of-writing/ Project Page: https://frommindtotype.wordpress.com/lyx-book/ Regards, Ricardo

Re: Consulta Tapa del informe y Abstrac

2018-09-05 Thread Ricardo Berlasso
ería traducirse automáticamente. Saludos, Ricardo > Espero se hayan entendido mis consultas, espero su respuesta, muchas > gracias. > Paula >

Re: Inserting half-column figure in text

2018-09-01 Thread Ricardo Berlasso
ick on the inset → Settings → Allow floating to solve that problem... causing, perhaps, others when there is not enough text to wrap the wrapfig figure... Just double check the output each time you use a wrapfig float ;) Regards, Ricardo > > Kornel, > >Well! Shame on me! I

Re: using unicode instead of marvosym symbols

2018-08-30 Thread Ricardo Berlasso
\newcommand{\Name}{\symbol{"}} where is the corresponding Unicode hex code. Now, on your document open a TeX box (Ctrl-L) and type \Name in it. That's all. Regards, Ricardo > > > Sincerely, > Gour > > -- > A person is said to be established in

Re: Gothic style fonts in LyX/MikTeX

2018-08-26 Thread Ricardo Berlasso
gt; Will that font be used for the whole document or just for particular paragraphs? If you are willing to use XeTeX instead of plain LaTeX, setting up a new font-family that uses an Unicode Blackletter typeface such as UniFraktur(1) is really easy. (1) http://unifraktur.sourceforge.net/ Regards, Ricardo

Re: Shortcuts dedicated to math mode

2018-07-29 Thread Ricardo Berlasso
on ; text-function >>> >> >> You can also use autocorrect in math mode. Example: <= gives \leq. >> > > Never heard about it? Where can I set it up? > Tools → Preferences → Editing → Input completion: check "autocorrection" under "In Math" Regards, Ricardo > > Daniel > > >

Re: Question on header and footer

2018-06-13 Thread Ricardo Berlasso
ex 1, France \\ Pathological Neurosciences Laboratory | CURS Rue > René Laennec | 80054 Amiens Cedex 1, France} > > I have want I want but I observe the separation line both in the head and > the foot of the page. How is that possible to get it only at the foot ? > Just add \r

Re: Figure captions

2018-06-09 Thread Ricardo Berlasso
2018-06-09 22:13 GMT+02:00 Steve Litt : > On Sat, 9 Jun 2018 12:43:47 +0200 > Ricardo Berlasso wrote: > > > 2018-06-09 11:50 GMT+02:00 F M Salter : > > > > > Hi > > > > > > Is it possible to place captioned figures side by side rather > &g

Re: Figure captions

2018-06-09 Thread Ricardo Berlasso
a box produces senseless! > You can delete the caption box inside the float without problems, resulting on a floating figure without caption. To insert several figures inside a float you can just do that, or even insert another float inside the float to get several "sub-figures", LyX will recognize the situation automatically. Regards, Ricardo > > Regards > > Frank Salter > > >

Re: 7zip file archiver in Mageia 6

2018-06-05 Thread Ricardo Berlasso
2018-06-05 18:10 GMT+02:00 Michael Berger : > Dear Lyxers, > Using Mageia 6 KDE and trying to get familiar with the p7zip compression > program. > I find p7zip, version 16.02 installed, just this single file, no GUI. > p7zip is a command line utility and Ark, the KDE archiver, can use it if insta

Re: Increase space for Figure number

2018-05-26 Thread Ricardo Berlasso
2018-05-26 8:33 GMT+02:00 Wolfgang Engelmann : > > > Am 25.05.2018 um 22:28 schrieb Ricardo Berlasso: > > 2018-05-25 9:34 GMT+02:00 Wolfgang Engelmann : > >> How to increase the space for Figure number (see attachment)? The text >> class is sr-vorl (a Springer Publis

Re: Increase space for Figure number

2018-05-25 Thread Ricardo Berlasso
een numbering and content. To change the space on the list of figures, add this to the preamble: \makeatletter \renewcommand*\l@figure{\@dottedtocline{1}{1.5em}{3em}} \makeatother Change the 3em value according to your needs. For the list of tables use l@table instead of l@figure . Regards, Ricardo > > Wolfgang > >

Re: Opening file saved by 2.3 in windows

2018-05-20 Thread Ricardo Berlasso
s: will he be able to edit the file I am sending > to him? > If I got it right, he won't so the second question is: how can I share the > work I did with him? > File → Export → LyX 2.2.x That's all :) Regards, Ricardo > > Thank you. > > PS: I know I don't ne

Re: Background color in a paragraph

2018-05-05 Thread Ricardo Berlasso
ange.com/questions/6851/create-new-paragraph-style-in-lyx#7471 I'd just converted the example to a Local Format] Regards, Ricardo > > Thanks >

Re: LyX key bindings

2018-03-15 Thread Ricardo Berlasso
ttings → Edition → Keyboard shortcuts type "ipa" on the filter box and you'll find the ipa-insert command listed below: select it and click on Modify to assign a keyboard shortcut to it. Regards, Ricardo > >> Thanks very much in advance for any help >> >> Mike >

Re: “Missing Glyphs!” / LinLibertine

2018-01-30 Thread Ricardo Berlasso
miniseries" https://frommindtotype.wordpress.com/2018/01/15/using-opentype-on-xetexlyx-short-texts/ The fourth and last one will be published next Monday.] Regards, Ricardo > Again, LyX is fantastic software—keep up the great work! > > Seb. >

Re: LyX-to-LyX pasting from "English" to "English (USA)" annoyances

2018-01-22 Thread Ricardo Berlasso
t; and "mylanguage (y)" as different languages. > On the other, I don't think this is a big enough issue that we should > have a preference for it. So I don't know what to suggest. > > Thoughts? > This remembered me of this ticket http://www.lyx.org/trac/ticket/9199 LyX tends to do some language assumptions when pasting something ;) Regards, Ricardo > > Scott > >

Re: suppression of footnotes in TOC

2018-01-02 Thread Ricardo Berlasso
" on the heading you use a TeX box (Ctrl-L) with the command \myfnt{the heading footnote} on it. The numbering integrates without problems with normal footnotes, only on LyX it will look kind of weird. But you can always define a character style ;) Regards, Ricardo > > Thanks

Re: caption separate from figure

2018-01-02 Thread Ricardo Berlasso
see if this helps you https://tex.stackexchange.com/questions/53315/how-to-put-large-figure-caption-on-separate-page-from-the-figure Regards, Ricardo

Re: Shortcuts for operators/times

2018-01-02 Thread Ricardo Berlasso
hat much by setting a shortcut for such a short instruction :) Regards, Ricardo > > Best regards >

Re: Line breaks in long URL address

2017-12-30 Thread Ricardo Berlasso
use it ran longer into the right margin.) > > BTW, for a MWE, copy the URL into a KOMA-Script article document. > > Help? Try enabling Hyperref package. On Document → Settings → PDF Properties enable "Use Hyperref Support" → on "Hyperlinks" tab select "Break links over lines". Regards, Ricardo > > > Rich >

Re: Fancyhdr

2017-12-23 Thread Ricardo Berlasso
den" preamble by opening the "code pane" (View → Code Preview Pane) and select the "Only Preamble" option. Regards, Ricardo > > Rich >

Re: Help manual correction

2017-12-20 Thread Ricardo Berlasso
s. "Parts" are optional and in fact they have "level -1" assigned (chapters are "level 0"). But yes, the table you indicate could be better. Maybe something similar to the table in https://en.wikibooks.org/wiki/LaTeX/Document_Structure#Sectioning_commands but adapted to LyX would be clearer. Regards, Ricardo > > Happy holidays, all, > > Rich >

Re: LyX math --> svg?

2017-10-25 Thread Ricardo Berlasso
w from template you'll find the PDF-cropped.lyx template: use it to create your expression and then save the resulting PDF. Then you can use pdf2svg the following way pdf2svg input.pdf output.svg to get the SVG file. Regards, Ricardo > > Thanks, > BL > >

Re: all-inclusive file format

2017-07-30 Thread Ricardo Berlasso
urce ISO standard, it's just a bunch of xml files and folders comfortably packed on a zip file. Also, can you even imagine what would be to work on krita or gimp if those projects just save all layers and masks on different files? Please, people, think a bit on real users, not just on yourselve

Re: issues with lyx document

2017-07-01 Thread Ricardo Berlasso
text mode. > > Wolfgang > > The question would be how? > A dirty trick that works: open the source code panel, copy the code on the inset from there but without picking the $ or \[ or \begin{equation} and paste again on the document. Then you can erase the original inset. Regards, R

Re: Lyx Tables/Figures and Section Question

2017-06-30 Thread Ricardo Berlasso
2017-06-30 18:50 GMT+02:00 Christos Makridis : > Hey Ricardo, > > Fantastic advice! I did the first part easily, but on the appendix part - > here's a follow up. > > The journal I'm submitting to asks for tables and figures to be last. Is > there any way to put the

Re: Lyx Tables/Figures and Section Question

2017-06-30 Thread Ricardo Berlasso
I forgot to add the list, sorry. Sending the message again: 2017-06-30 10:15 GMT+02:00 Ricardo Berlasso : > 2017-06-30 0:55 GMT+02:00 Christos Makridis : > >> Hey Lyx Community, >> >> I've got two simple questions for you all when you have time. >> >> Fi

Suggestion to improve Lyx for LaTEX users

2015-06-09 Thread Ricardo Gaspar
it provides, but sometimes I would like to change or add code directly to the source file. Can you please answer this question? Or at least redirect me to a site where I can find it? Keep the good work! Best regards, Ricardo Gaspar

Re: Re: Lyx 2.1.0 not compiling knitr.lyx

2014-05-23 Thread Ricardo Dislich
José, I substituded the Rnw (knitr) -> LaTeX (pdflatex) converter for the one you suggested, and it worked! Thank you so much! Ricardo 2014-05-22 20:15 GMT-03:00 José Matos : > On Thursday 22 May 2014 11:06:57 Ricardo Dislich wrote: > > > I tried exactly the knitr.lyx file s

Lyx 2.1.0 not compiling knitr.lyx

2014-05-21 Thread Ricardo Dislich
file [examples/knitr.lyx]... 11:30:13.625: (help-open knitr) What could be happening? Cheers, Ricardo Dislich

Re: program listing of child documents with accents

2012-02-13 Thread Ricardo
Following Richard advice, below posted source code of a small document. With the current lyx configuration I can insert a child document with the program listing input. The document is saved utf8. I can see accents on the pdf output, but the breaklines of the listings package does not seem to work

program listing of child documents with accents

2012-02-12 Thread Ricardo
Hello. I use lyx 1.6.7 and Debian GNU/Linux 6.0 Sorry if it's a stupid question, I'm not a lyx advanced user too. I have no problem with the main document in lyx. I can use accents and see them in the output. I have problems with insert;file;child documents and some of the program listing options

Re: Error "cannot determine graphic size" Lyx 2

2011-07-30 Thread Ricardo Picininia
Hi All, I am using Lyx 2 for my theis and I am facing an error when I want to rotate a table by sideways. When I am running to convert to PDF I am getting this error for the figures (which is funny). The table is big horizontally and I must rotate it. Thanks for your help! Ric

Re: how to number sections by chapters

2011-07-30 Thread Ricardo Picininia
l 30, 2011 at 11:25 AM, Ricardo Picininia wrote: > HI, Where should I put this to preamble or where? > Thanks > > Ric > > On Sat, Jul 30, 2011 at 11:22 AM, Richard Heck wrote: > >> ** >> On 07/30/2011 10:55 AM, Ricardo Picininia wrote: >> >> Hi, &

  1   2   >