Re: Note formatting bug?

2019-08-23 Thread Richard Kimberly Heck
On 8/23/19 12:56 AM, Daniel wrote:
> On 2019-08-23 02:37, Daniel wrote:
>> On 23/8/19 0:13, Richard Kimberly Heck wrote:
>>> On 8/22/19 2:47 PM, Daniel wrote:
 On 2019-08-22 19:42, Paul A. Rubin wrote:
> On 8/22/19 1:26 PM, Daniel wrote:
>> Could someone please test the following with the attached document:
>> 1. Open it
>> 2. Select all text
>> 3. Insert LyX note
>>
>> For me all text becomes formatted like a section heading. But bot
>> so if I first create the note and then paste the content into it
>> which seems strange.
>>
>> Daniel
> Same here (LyX 2.3.3).
>
> Paul
>
>
 Thanks for checking. The problem seems to be that the LyX note uses
 the "Plain Layout" (rather than "Standard" layout) which inherits
 the layout of the paragraph the inset is placed in. I am not sure
 there is currently a way to fix this.
>>>
>>> Note that the first line is section* and the second line is plain.
>>> As they were, except for the switch from standard.
>>>
>>> By default, insets do inherit the font from their parents. But you
>>> can change this:
>>>
>>> InsetLayout Note:Note
>>>
>>> Font
>>>
>>> Size normal
>>>
>>> Shape up
>>>
>>> Series medium
>>>
>>> EndFont
>>>
>>> End
>>>
>>> I would have expected
>>>
>>> InsetLayout Note:Note
>>>
>>> ResetsFont true
>>>
>>> End
>>>
>>> to work, but it does not seem to.
>>>
>>> Riki
>>>
>>
>> Thanks. Same here. Adding the first approach to my user dir. That
>> actually solves an annoying behavior.
>>
>> Daniel
>
> Patching the note inset makes working with them so much nicer! Should
> I file a report?

I think maybe I'd just start another thread explicitly about that topic.
I'm still puzzled about ResetsFont, too.

Riki




Re: Note formatting bug?

2019-08-22 Thread Daniel

On 2019-08-23 02:37, Daniel wrote:

On 23/8/19 0:13, Richard Kimberly Heck wrote:

On 8/22/19 2:47 PM, Daniel wrote:

On 2019-08-22 19:42, Paul A. Rubin wrote:

On 8/22/19 1:26 PM, Daniel wrote:

Could someone please test the following with the attached document:
1. Open it
2. Select all text
3. Insert LyX note

For me all text becomes formatted like a section heading. But bot 
so if I first create the note and then paste the content into it 
which seems strange.


Daniel

Same here (LyX 2.3.3).

Paul


Thanks for checking. The problem seems to be that the LyX note uses 
the "Plain Layout" (rather than "Standard" layout) which inherits the 
layout of the paragraph the inset is placed in. I am not sure there 
is currently a way to fix this.


Note that the first line is section* and the second line is plain. As 
they were, except for the switch from standard.


By default, insets do inherit the font from their parents. But you can 
change this:


InsetLayout Note:Note

Font

Size normal

Shape up

Series medium

EndFont

End

I would have expected

InsetLayout Note:Note

ResetsFont true

End

to work, but it does not seem to.

Riki



Thanks. Same here. Adding the first approach to my user dir. That 
actually solves an annoying behavior.


Daniel


Patching the note inset makes working with them so much nicer! Should I 
file a report?


Daniel



Re: Note formatting bug?

2019-08-22 Thread Daniel

On 23/8/19 1:38, Scott Kostyshak wrote:

On Thu, Aug 22, 2019 at 06:15:00PM -0400, Richard Kimberly Heck wrote:


This trick resets the outer layout to standard. But I think the issue
was that notes have the big font if they're in headings. I've always
found that wrong.


I also have found it annoying.

Scott



I find it annoying too.

Maybe the idea behind the original approach was that notes should give a 
preview of what its content looks like if the note was dissolved? At 
least for notes that have only one paragraph it has this effects. But 
this idea breaks down anyway if there are several plain paragraphs in 
the note.


Daniel



Re: Note formatting bug?

2019-08-22 Thread Daniel

On 23/8/19 0:13, Richard Kimberly Heck wrote:

On 8/22/19 2:47 PM, Daniel wrote:

On 2019-08-22 19:42, Paul A. Rubin wrote:

On 8/22/19 1:26 PM, Daniel wrote:

Could someone please test the following with the attached document:
1. Open it
2. Select all text
3. Insert LyX note

For me all text becomes formatted like a section heading. But bot so 
if I first create the note and then paste the content into it which 
seems strange.


Daniel

Same here (LyX 2.3.3).

Paul


Thanks for checking. The problem seems to be that the LyX note uses 
the "Plain Layout" (rather than "Standard" layout) which inherits the 
layout of the paragraph the inset is placed in. I am not sure there is 
currently a way to fix this.


Note that the first line is section* and the second line is plain. As 
they were, except for the switch from standard.


By default, insets do inherit the font from their parents. But you can 
change this:


InsetLayout Note:Note

Font

Size normal

Shape up

Series medium

EndFont

End

I would have expected

InsetLayout Note:Note

ResetsFont true

End

to work, but it does not seem to.

Riki



Thanks. Same here. Adding the first approach to my user dir. That 
actually solves an annoying behavior.


Daniel



Re: Note formatting bug?

2019-08-22 Thread Richard Kimberly Heck
On 8/22/19 7:38 PM, Scott Kostyshak wrote:
> On Thu, Aug 22, 2019 at 06:15:00PM -0400, Richard Kimberly Heck wrote:
>
>> This trick resets the outer layout to standard. But I think the issue
>> was that notes have the big font if they're in headings. I've always
>> found that wrong.
> I also have found it annoying.

Why doesn't ResetsFont work here? Should it? Or does it do something
else, say, indicate something about the LaTeX output?

Riki




Re: Note formatting bug?

2019-08-22 Thread Scott Kostyshak
On Thu, Aug 22, 2019 at 06:15:00PM -0400, Richard Kimberly Heck wrote:

> This trick resets the outer layout to standard. But I think the issue
> was that notes have the big font if they're in headings. I've always
> found that wrong.

I also have found it annoying.

Scott


signature.asc
Description: PGP signature


Re: Note formatting bug?

2019-08-22 Thread Richard Kimberly Heck
On 8/22/19 6:11 PM, Enrico Forestieri wrote:
> On Thu, Aug 22, 2019 at 08:47:43PM +0200, Daniel wrote:
>> On 2019-08-22 19:42, Paul A. Rubin wrote:
>>> On 8/22/19 1:26 PM, Daniel wrote:
 Could someone please test the following with the attached document:
 1. Open it
 2. Select all text
 3. Insert LyX note

 For me all text becomes formatted like a section heading. But bot so
 if I first create the note and then paste the content into it which
 seems strange.

 Daniel
>>> Same here (LyX 2.3.3).
>>>
>>> Paul
>>>
>>>
>> Thanks for checking. The problem seems to be that the LyX note uses the
>> "Plain Layout" (rather than "Standard" layout) which inherits the layout of
>> the paragraph the inset is placed in. I am not sure there is currently a way
>> to fix this.
> Insert an ampty ERT before the section. Put everything (including the ERT)
> into a LyX note. Now remove the empty ERT. See attached, where the previous
> three steps are illustrated.

This trick resets the outer layout to standard. But I think the issue
was that notes have the big font if they're in headings. I've always
found that wrong.

Riki




Re: Note formatting bug?

2019-08-22 Thread Richard Kimberly Heck
On 8/22/19 2:47 PM, Daniel wrote:
> On 2019-08-22 19:42, Paul A. Rubin wrote:
>> On 8/22/19 1:26 PM, Daniel wrote:
>>> Could someone please test the following with the attached document:
>>> 1. Open it
>>> 2. Select all text
>>> 3. Insert LyX note
>>>
>>> For me all text becomes formatted like a section heading. But bot so
>>> if I first create the note and then paste the content into it which
>>> seems strange.
>>>
>>> Daniel
>> Same here (LyX 2.3.3).
>>
>> Paul
>>
>>
> Thanks for checking. The problem seems to be that the LyX note uses
> the "Plain Layout" (rather than "Standard" layout) which inherits the
> layout of the paragraph the inset is placed in. I am not sure there is
> currently a way to fix this.

Note that the first line is section* and the second line is plain. As
they were, except for the switch from standard.

By default, insets do inherit the font from their parents. But you can
change this:

InsetLayout Note:Note

Font

Size normal

Shape up

Series medium

EndFont

End

I would have expected

InsetLayout Note:Note

ResetsFont true

End

to work, but it does not seem to.

Riki



Re: Note formatting bug?

2019-08-22 Thread Enrico Forestieri
On Thu, Aug 22, 2019 at 08:47:43PM +0200, Daniel wrote:
> On 2019-08-22 19:42, Paul A. Rubin wrote:
> > On 8/22/19 1:26 PM, Daniel wrote:
> > > Could someone please test the following with the attached document:
> > > 1. Open it
> > > 2. Select all text
> > > 3. Insert LyX note
> > > 
> > > For me all text becomes formatted like a section heading. But bot so
> > > if I first create the note and then paste the content into it which
> > > seems strange.
> > > 
> > > Daniel
> > Same here (LyX 2.3.3).
> > 
> > Paul
> > 
> > 
> Thanks for checking. The problem seems to be that the LyX note uses the
> "Plain Layout" (rather than "Standard" layout) which inherits the layout of
> the paragraph the inset is placed in. I am not sure there is currently a way
> to fix this.

Insert an ampty ERT before the section. Put everything (including the ERT)
into a LyX note. Now remove the empty ERT. See attached, where the previous
three steps are illustrated.

-- 
Enrico
#LyX 2.3 created this file. For more info see http://www.lyx.org/
\lyxformat 544
\begin_document
\begin_header
\save_transient_properties true
\origin unavailable
\textclass article
\use_default_options true
\maintain_unincluded_children false
\language english
\language_package default
\inputencoding auto
\fontencoding global
\font_roman "default" "default"
\font_sans "default" "default"
\font_typewriter "default" "default"
\font_math "auto" "auto"
\font_default_family default
\use_non_tex_fonts false
\font_sc false
\font_osf false
\font_sf_scale 100 100
\font_tt_scale 100 100
\use_microtype false
\use_dash_ligatures true
\graphics default
\default_output_format default
\output_sync 0
\bibtex_command default
\index_command default
\paperfontsize default
\use_hyperref false
\papersize default
\use_geometry false
\use_package amsmath 1
\use_package amssymb 1
\use_package cancel 1
\use_package esint 1
\use_package mathdots 1
\use_package mathtools 1
\use_package mhchem 1
\use_package stackrel 1
\use_package stmaryrd 1
\use_package undertilde 1
\cite_engine basic
\cite_engine_type default
\use_bibtopic false
\use_indices false
\paperorientation portrait
\suppress_date false
\justification true
\use_refstyle 1
\use_minted 0
\index Index
\shortcut idx
\color #008000
\end_index
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\paragraph_indentation default
\is_math_indent 0
\math_numbering_side default
\quotes_style english
\dynamic_quotes 0
\papercolumns 1
\papersides 1
\paperpagestyle default
\tracking_changes false
\output_changes false
\html_math_output 0
\html_css_as_file 0
\html_be_strict false
\end_header

\begin_body

\begin_layout Standard
\begin_inset ERT
status open

\begin_layout Plain Layout

\end_layout

\end_inset


\end_layout

\begin_layout Section*
Section
\end_layout

\begin_layout Standard
Text
\end_layout

\begin_layout Standard
\begin_inset Note Note
status open

\begin_layout Plain Layout
\begin_inset ERT
status open

\begin_layout Plain Layout

\end_layout

\end_inset


\end_layout

\begin_layout Section*
Section
\end_layout

\begin_layout Plain Layout
Text
\end_layout

\end_inset


\end_layout

\begin_layout Standard
\begin_inset Note Note
status open

\begin_layout Section*
Section
\end_layout

\begin_layout Plain Layout
Text
\end_layout

\end_inset


\end_layout

\end_body
\end_document


Re: Note formatting bug?

2019-08-22 Thread Daniel

On 2019-08-22 19:42, Paul A. Rubin wrote:

On 8/22/19 1:26 PM, Daniel wrote:

Could someone please test the following with the attached document:
1. Open it
2. Select all text
3. Insert LyX note

For me all text becomes formatted like a section heading. But bot so 
if I first create the note and then paste the content into it which 
seems strange.


Daniel

Same here (LyX 2.3.3).

Paul


Thanks for checking. The problem seems to be that the LyX note uses the 
"Plain Layout" (rather than "Standard" layout) which inherits the layout 
of the paragraph the inset is placed in. I am not sure there is 
currently a way to fix this.


Daniel



Re: Note formatting bug?

2019-08-22 Thread Paul A. Rubin

On 8/22/19 1:26 PM, Daniel wrote:

Could someone please test the following with the attached document:
1. Open it
2. Select all text
3. Insert LyX note

For me all text becomes formatted like a section heading. But bot so 
if I first create the note and then paste the content into it which 
seems strange.


Daniel

Same here (LyX 2.3.3).

Paul



Note formatting bug?

2019-08-22 Thread Daniel

Could someone please test the following with the attached document:
1. Open it
2. Select all text
3. Insert LyX note

For me all text becomes formatted like a section heading. But bot so if 
I first create the note and then paste the content into it which seems 
strange.


Daniel
#LyX 2.3 created this file. For more info see http://www.lyx.org/
\lyxformat 544
\begin_document
\begin_header
\save_transient_properties true
\origin unavailable
\textclass article
\use_default_options true
\maintain_unincluded_children false
\language english
\language_package default
\inputencoding auto
\fontencoding global
\font_roman "default" "default"
\font_sans "default" "default"
\font_typewriter "default" "default"
\font_math "auto" "auto"
\font_default_family default
\use_non_tex_fonts false
\font_sc false
\font_osf false
\font_sf_scale 100 100
\font_tt_scale 100 100
\use_microtype false
\use_dash_ligatures true
\graphics default
\default_output_format default
\output_sync 0
\bibtex_command default
\index_command default
\paperfontsize default
\use_hyperref false
\papersize default
\use_geometry false
\use_package amsmath 1
\use_package amssymb 1
\use_package cancel 1
\use_package esint 1
\use_package mathdots 1
\use_package mathtools 1
\use_package mhchem 1
\use_package stackrel 1
\use_package stmaryrd 1
\use_package undertilde 1
\cite_engine basic
\cite_engine_type default
\use_bibtopic false
\use_indices false
\paperorientation portrait
\suppress_date false
\justification true
\use_refstyle 1
\use_minted 0
\index Index
\shortcut idx
\color #008000
\end_index
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\paragraph_indentation default
\is_math_indent 0
\math_numbering_side default
\quotes_style english
\dynamic_quotes 0
\papercolumns 1
\papersides 1
\paperpagestyle default
\tracking_changes false
\output_changes false
\html_math_output 0
\html_css_as_file 0
\html_be_strict false
\end_header

\begin_body

\begin_layout Section*
Section
\end_layout

\begin_layout Standard
Text
\end_layout

\end_body
\end_document