Discussion Request on Ticket 11242

2018-08-13 Thread Joel Kulesza
LyX Developers:

I was hoping to solicit opinions on the ticket I submitted here:
https://www.lyx.org/trac/ticket/11242

I'd be willing to make/submit a patch once a consensus path forward is
decided (if a change needs to be made rather than remaining with the
current state).

I'm curious to hear your thoughts regarding this potentially confusing UI
issue.  It's a minor issue, but hopefully a small improvement in clarity
can be made.

Thank you,
Joel


Build failed in Jenkins: Build branch "master" » ubuntu-xenial-qt4-autotools #964

2018-08-13 Thread ci-lyx
https://ci.inria.fr/lyx/job/build-master-head/job/ubuntu-xenial-qt4-autotools/964/--
Started by an SCM change
Building remotely on lyx-linux1 (linux) in workspace 

[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Done
java.io.IOException: Failed to mkdirs: 

at hudson.FilePath.mkdirs(FilePath.java:1191)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1267)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
at hudson.model.Run.execute(Run.java:1741)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)


aastex62, deluxetable* environment

2018-08-13 Thread Kornel Benko
I started to create an aastex62.layout, but don't know how to create
the deluxetable layout (which replaces/uses longtable if started with 
\startlongtable)
(Normally it is a float table).

Should we even care? Using our standard longtable works.

Kornel

signature.asc
Description: This is a digitally signed message part.


Re: copernicus

2018-08-13 Thread Kornel Benko
Am Montag, 13. August 2018 08:34:07 CEST schrieb Kornel Benko :
> Am Montag, 13. August 2018 07:49:35 CEST schrieb Jürgen Spitzmüller 
> :
> > Am Sonntag, den 12.08.2018, 21:49 +0200 schrieb Kornel Benko:
> > > According to LatexConfig.lyx, section 3.14, the class egs is
> > > obsolete.
> > > But the class copernicus needs layout and a template.
> > > 
> > > I tried to create them. The template, if compiled, shows the same
> > > pdf-output as the
> > > template.tex provided by the copernicus package.
> > > 
> > > Critics, comments or improvements are very appreciated.
> > 
> > Just two quick remarks:
> > 
> > Is it intentional that the InFrontmatter style has no LaTeXName? What
> > is its purpose?
> 
> It is used only as CopyStyle, disabled with NoStyle at end.
> 
> > For the appendix, I'd suggest a LaTeXName such as copappendix rather
> > than the German Anhang.
> 
> OK
> 
> > Jürgen
> > 

Added also appendix-counters for section, subsection and subsubsection.

Kornel



copernicus.lyx
Description: application/lyx
#% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass[copernicus, manuscript.sty]{Copernicus Publications 
Manuscript Preparation}
# \DeclareCategory{Articles}

# Please do not edit this file unless you know what you are doing.
# At least make backup copies of all your project files!

Format  68

Providesbabel   1
Providesinputenc 1
Providestabularx1
Providescancel  1
Providesmultirow 1
Providessupertabular1
Providesalgorithmic 1
Providesalgorithm   1
Providesamsthm  1
Providesfloat   1
Providessubfig  1
Providesrotating1
Providesnatbib  1

Input   stdclass.inc

TocDepth2

ClassOptions
FontSize10,11,12
Other   "journal abbreviation, manuscript"
End

Style Title
Align   Left
Font
Series  Bold
SizeLargest
EndFont
End

Style InFrontmatter
CategoryFrontMatter
Align   Left
InTitle 1
LatexType   Command
LabelType   Static
Margin  Dynamic
LabelSepxxx
NextNoIndent1
LabelFont
Series  Medium
Shape   Italic
Color   red
EndFont
End

Style Author
CopyStyle   InFrontmatter
KeepEmpty   1
LatexName   Author
LabelString "Author:"
Argument 1
LabelString "Author affiliation"
ToolTip "Insert the affiliation number"
EndArgument
Argument 2
LabelString "Given name"
Mandatory   1
EndArgument
Argument 3
Mandatory   1
LabelString "Surname"
ToolTip "Surname"
EndArgument
End

Style Affil
CopyStyle   InFrontmatter
LatexName   affil
LabelString "Affiliation:"
Argument 1
LabelString "Affiliation Mark"
ToolTip "identify the author with the corresponding 
affiliation. 1, 2, 3, etc. should be inserted."
EndArgument
End

Style Running_Title
CopyStyle   InFrontmatter
LatexName   runningtitle
LabelString "Running title:"
End

Style FirstPage
LatexType   Command
LatexName   firstpage
LabelString firstpage
LabelType   Static
Margin  Dynamic
LabelSepxx
LabelFont
Shape   Italic
Color   Red
EndFont
End

Style RunningAuthor
CopyStyle   InFrontmatter
LatexName   runningauthor
LabelString "Running author:"
End

Style Publications
Margin  Dynamic
KeepEmpty   1
LatexType   Command
NextNoIndent1
LabelSepM
ParSkip 0.4
TopSep  1.3
BottomSep   0.7
ParSep  0.7
Align   Left
LabelType   Static
Font
SizeSmall
Series  Medium
EndFont
LabelFont
Series  Bold
Shape   Regular
Color   Black
EndFont
End

Style Correspondence
CopyStyle   Publications
LatexName   correspondence
LabelString "Correspondence:"
End

Style Received
CopyStyle   Publications
LatexName   received
LabelString "Received:"
End

Style Accepted
CopyStyle   Publications
LatexName   accepted
LabelString "Accepted:"
End

Style 

Re: copernicus

2018-08-13 Thread Kornel Benko
Am Montag, 13. August 2018 07:49:35 CEST schrieb Jürgen Spitzmüller 
:
> Am Sonntag, den 12.08.2018, 21:49 +0200 schrieb Kornel Benko:
> > According to LatexConfig.lyx, section 3.14, the class egs is
> > obsolete.
> > But the class copernicus needs layout and a template.
> > 
> > I tried to create them. The template, if compiled, shows the same
> > pdf-output as the
> > template.tex provided by the copernicus package.
> > 
> > Critics, comments or improvements are very appreciated.
> 
> Just two quick remarks:
> 
> Is it intentional that the InFrontmatter style has no LaTeXName? What
> is its purpose?

It is used only as CopyStyle, disabled with NoStyle at end.

> For the appendix, I'd suggest a LaTeXName such as copappendix rather
> than the German Anhang.

OK

> Jürgen
> 

Kornel


signature.asc
Description: This is a digitally signed message part.