Re: Subtitle not displayed on report title page

2023-09-11 Thread Rich Shepard

On Mon, 11 Sep 2023, Rich Shepard wrote:


Other than \maketitle being on a separate line I don't see why the date
does not display in the whole document. Is the error some place else?


Well, ... all I did was capitalize two words in the whole document's
subtitle, saved, and recompiled. Now the date appears on the title page.

It's fixed and I have no idea why.

Thanks again, Herbert,

Rich
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Subtitle not displayed on report title page

2023-09-11 Thread Rich Shepard

On Mon, 11 Sep 2023, Rich Shepard wrote:


I am not seeing where the paragraph layouts differ, so I'll look at the
.tex outputs for both.


Herbert,

Yes, I had the wrong environment for the \today date. Fixed that. Now,
mwe.pdf shows the title, subtitle, and date while the whole document doesn't
here are the two .tex segments:

MWE:
\begin{document}
\titlehead{\includegraphics[viewport=0bp 0bp 528bp 
157bp,clip,width=1\textwidth]{/home/rshepard/documents/templates/llc-letterhead}}
\title{Title line 1\\
Title line 2}
\subtitle{Subtitle line}
\date{\today}\maketitle

Whole document:
\begin{document}
\titlehead{\includegraphics[viewport=0bp 0bp 528bp 
157bp,clip,width=1\textwidth]{/home/rshepard/documents/templates/llc-letterhead}}
\title{Lake Merwin Campers Hideaway\\
Mooring Docks Expansion}
\subtitle{Compliance with environmental requirements}
\date{\today}
\maketitle

Other than \maketitle being on a separate line I don't see why the date does
not display in the whole document. Is the error some place else?

Regards,

Rich
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Subtitle not displayed on report title page

2023-09-11 Thread Rich Shepard

On Mon, 11 Sep 2023, Herbert Voss wrote:


your command \today is set with paragraph layout subtilte, so it
overwrites the first subtitle definition. Use paragraph layout date for
\today. Or as an alternative: use command-enter instead of only enter
after the first subtitle line. Then it will appear in _one_ \subtitle
command.


Herbert,

In previous KOMA-Script reports I have the title (often with multiple
lines), subtitle, then date. Each is separated by \n and they all compile
properly. I am not seeing where the paragraph layouts differ, so I'll look
at the .tex outputs for both.

Thanks,

Rich

--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Subtitle not displayed on report title page

2023-09-11 Thread Herbert Voss




Am 11.09.23 um 19:05 schrieb Rich Shepard:

This is a new issue for me: no subtitle displayed.

I don't see anything in the settings and there's no error when compiling
with pdflatex.

Minimal Wrong Example (MWE) attached.



Rich,

your command \today is set with paragraph layout subtilte, so it
overwrites the first subtitle definition. Use paragraph layout date
for \today. Or as an alternative: use command-enter instead of only
enter after the first subtitle line. Then it will appear in _one_
\subtitle command.

Herbert
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Subtitle not displayed on report title page

2023-09-11 Thread Rich Shepard

This is a new issue for me: no subtitle displayed.

I don't see anything in the settings and there's no error when compiling
with pdflatex.

Minimal Wrong Example (MWE) attached.

Advice needed.

TIA,

Rich#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 scrbook
\begin_preamble
\date{}
\usepackage{mathpazo,amssymb}
\usepackage{graphicx,relsize}
\usepackage{scrlayer-scrpage}
\pagestyle{scrheadings}
\makeatletter
\@addtoreset{figure}{subsection}% Reset figure numbering at every part
\makeatother
\end_preamble
\use_default_options false
\maintain_unincluded_children false
\language english
\language_package default
\inputencoding default
\fontencoding global
\font_roman "palatino" "default"
\font_sans "avant" "default"
\font_typewriter "courier" "default"
\font_math "auto" "auto"
\font_default_family rmdefault
\use_non_tex_fonts false
\font_sc true
\font_osf false
\font_sf_scale 100 100
\font_tt_scale 100 100
\use_microtype false
\use_dash_ligatures false
\graphics default
\default_output_format default
\output_sync 0
\bibtex_command default
\index_command default
\paperfontsize default
\spacing single
\use_hyperref false
\papersize letterpaper
\use_geometry true
\use_package amsmath 1
\use_package amssymb 1
\use_package cancel 0
\use_package esint 0
\use_package mathdots 1
\use_package mathtools 0
\use_package mhchem 1
\use_package stackrel 0
\use_package stmaryrd 0
\use_package undertilde 0
\cite_engine biblatex
\cite_engine_type authoryear
\biblio_style authordate4
\biblatex_bibstyle authoryear
\biblatex_citestyle authoryear
\use_bibtopic false
\use_indices false
\paperorientation portrait
\suppress_date false
\justification true
\use_refstyle 0
\use_minted 0
\index Index
\shortcut idx
\color #008000
\end_index
\paperwidth 6in
\paperheight 9in
\leftmargin 1.25in
\topmargin 1in
\rightmargin 0.75in
\bottommargin 1in
\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 2
\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 Titlehead
\begin_inset Graphics
filename /home/rshepard/documents/templates/llc-letterhead.pdf
width 100text%
BoundingBox 0bp 0bp 528bp 157bp
clip

\end_inset


\end_layout

\begin_layout Title
Title line 1
\begin_inset Newline newline
\end_inset

Title line 2
\end_layout

\begin_layout Subtitle
Subtitle line
\end_layout

\begin_layout Subtitle
\begin_inset ERT
status open

\begin_layout Plain Layout


\backslash
today
\end_layout

\end_inset


\end_layout

\end_body
\end_document
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Part environment subtitle

2009-02-20 Thread Piero Faustini
Waluyo Adi Siswanto  writes:

> 
> Sorry I was using Part* not Part, and adding the command \addcontentsline to
> control the TOC, as explained before
> ---
> was
> 

Seems what I want, but I want to find out an easier and "cleaner" way to do it.
thanks anyway: if I won't find it, I'll use your tweak.



Re: Part environment subtitle

2009-02-19 Thread Waluyo Adi Siswanto
Sorry I was using Part* not Part, and adding the command \addcontentsline to
control the TOC, as explained before
---
was

On Fri, Feb 20, 2009 at 1:16 PM, Waluyo Adi Siswanto wrote:

> I wrote a document in book (KOMA-Script), and I did almost similar to what
> you want, but I don't know whether it is exactly what you are expected.
>
> In Part environment
>
> Part I Ctrl+Return
> Big title Ctrl+Return
> Smaller subtitle
>
> then add LaTeX command ERT (but here I did not put the Part No)
>
> \addcontentsline{toc}{chapter}{Big title - Smaller subtitle}
>
> ---
> was
>
>
> On Wed, Feb 11, 2009 at 4:30 AM, Piero Faustini  > wrote:
>
>> Hello.
>> I use koma-book
>> Is there a way to set a subtitle for Part's title in a smaller font in a
>> way
>> that in the TOC then they're displayed in the same font?
>> What I would like is:
>>
>>   Part I
>> Big title
>>  smaller subtitle
>>
>> and in TOC,
>>
>> I. Big title - smaller subtitle
>>
>> or
>>
>> I. Big title. Smaller subtitle
>>
>>
>>
>>
>>
>
>
> --
> Waluyo Adi Siswanto, PhD
> Dept. Engineering Mechanics
> Univ. Tun Hussein Onn Malaysia (UTHM)
> http://www.uthm.edu.my
>



-- 
Waluyo Adi Siswanto, PhD
Dept. Engineering Mechanics
Univ. Tun Hussein Onn Malaysia (UTHM)
http://www.uthm.edu.my


Re: Part environment subtitle

2009-02-19 Thread Waluyo Adi Siswanto
I wrote a document in book (KOMA-Script), and I did almost similar to what
you want, but I don't know whether it is exactly what you are expected.

In Part environment

Part I Ctrl+Return
Big title Ctrl+Return
Smaller subtitle

then add LaTeX command ERT (but here I did not put the Part No)

\addcontentsline{toc}{chapter}{Big title - Smaller subtitle}

---
was

On Wed, Feb 11, 2009 at 4:30 AM, Piero Faustini
wrote:

> Hello.
> I use koma-book
> Is there a way to set a subtitle for Part's title in a smaller font in a
> way
> that in the TOC then they're displayed in the same font?
> What I would like is:
>
>   Part I
> Big title
>  smaller subtitle
>
> and in TOC,
>
> I. Big title - smaller subtitle
>
> or
>
> I. Big title. Smaller subtitle
>
>
>
>
>


-- 
Waluyo Adi Siswanto, PhD
Dept. Engineering Mechanics
Univ. Tun Hussein Onn Malaysia (UTHM)
http://www.uthm.edu.my


Part environment subtitle

2009-02-10 Thread Piero Faustini
Hello.
I use koma-book
Is there a way to set a subtitle for Part's title in a smaller font in a way 
that in the TOC then they're displayed in the same font?
What I would like is:

   Part I
 Big title
  smaller subtitle

and in TOC,

I. Big title - smaller subtitle

or

I. Big title. Smaller subtitle






Re: Subtitle in Koma-script

2008-07-19 Thread rgheck

Jürgen Spitzmüller wrote:

Guillaume Larocque wrote:
  

Hi, I must be missing something pretty obvious but I can't seem to
find how to add a Subtitle to my book(Koma-Script) document. I have
found information on the \subtitle command in the Koma-script
documentation, but I can't find the equivalent option in the Lyx
drop-down environment menu.
    


The \subtitle command is very new in KOMA-script (v. 2.97c) and we're rather 
conservative with the layouts.


We'll probably have to set up a koma3 layout once KOMA-Script v.3 is released.

  
That said, it might be as easy as copying Subtitle from (say) aa.layout 
to scrbook.layout.


Of course, we could add a "KomaSubtitle" module to 1.6

rh



Re: Subtitle in Koma-script

2008-07-19 Thread Jürgen Spitzmüller
Guillaume Larocque wrote:
> Hi, I must be missing something pretty obvious but I can't seem to
> find how to add a Subtitle to my book(Koma-Script) document. I have
> found information on the \subtitle command in the Koma-script
> documentation, but I can't find the equivalent option in the Lyx
> drop-down environment menu.

The \subtitle command is very new in KOMA-script (v. 2.97c) and we're rather 
conservative with the layouts.

We'll probably have to set up a koma3 layout once KOMA-Script v.3 is released.

Jürgen


Subtitle in Koma-script

2008-07-18 Thread Guillaume Larocque
Hi, I must be missing something pretty obvious but I can't seem to
find how to add a Subtitle to my book(Koma-Script) document. I have
found information on the \subtitle command in the Koma-script
documentation, but I can't find the equivalent option in the Lyx
drop-down environment menu.

Thanks for the help,

Guillaume


Re: Add subtitle to article class

2006-10-13 Thread Jun Sun
On Fri, Oct 13, 2006 at 04:04:44PM +0200, Jean-Marc Lasgouttes wrote:
> >>>>> "Jun" == Jun Sun <[EMAIL PROTECTED]> writes:
> 
> Jun> I am new to lyx.
> 
> Jun> Our internal report is close to what article class offers.
> Jun> However, we need a subtitle in the middle just following the
> Jun> Title.
> 
> Jun> What are the possible ways to achieve this?
> 
> Use Ctrl-Return to break the line in Title?
>

Hmm, except that subtitle uses different font and size.

Since I did not hear much back on this, I am now trying to 
import our latex class file into lyx.  If anyone can provide some
pointers as how to define .layout file, I'd appreciate.

Thanks.

Jun 


Re: Add subtitle to article class

2006-10-13 Thread Jean-Marc Lasgouttes
>>>>> "Jun" == Jun Sun <[EMAIL PROTECTED]> writes:

Jun> I am new to lyx.

Jun> Our internal report is close to what article class offers.
Jun> However, we need a subtitle in the middle just following the
Jun> Title.

Jun> What are the possible ways to achieve this?

Use Ctrl-Return to break the line in Title?

JMarc


Add subtitle to article class

2006-10-12 Thread Jun Sun

I am new to lyx.

Our internal report is close to what article class offers.  However,
we need a subtitle in the middle just following the Title.

What are the possible ways to achieve this?

Thanks.

Jun


Re: subtitle for book?

2005-11-19 Thread Rich Shepard

On Sat, 19 Nov 2005, Jeremy C. Reed wrote:


It uses same font size though which I also don't want.


Jeremy,

  Highlight the sub-title using the pointy device or the arrow keys, then
select Layout->Character and make the font size small, smaller, or smallest.

  This is what I do on my beamer presentations when I want the copyright
notice to be much smaller than the title or author/affiliation text.

Rich

--
Richard B. Shepard, Ph.D.   |   Author of "Quantifying Environmental
Applied Ecosystem Services, Inc. (TM)   |  Impact Assessments Using Fuzzy Logic"
 Voice: 503-667-4517 Fax: 503-667-8863


Re: subtitle for book?

2005-11-19 Thread Jeremy C. Reed

On Sat, 19 Nov 2005, Wolfgang Engelmann wrote:


On Sat, 19 Nov 2005, Wolfgang Engelmann wrote:

What do you use for a subtitle for a book?


komascript book


Thanks for the info.

I have scrbook (koma-script) from teTeX-texmf-3.0, but don't see it.
I did try Titlehead and Extratitle.



and it did not work?


It did not work for me.


What about ctr carriage return (a red carriage return sign occurs afterward)
right after the title?


Yes that works. That is what I did originally and mentioned in my original 
posting. It uses same font size though which I also don't want. And I 
don't know yet, but maybe I will have wrong title reference later on page 
headers, etc.



What layouts do you use? Any example? And pointers to docs?


To answer my own question: I did find scrguien.pdf whis is the KOMA-Script 
bundle Manual. It had docs for using it (but not lyx specific directions).


I am using the "Subject" layout but it puts my subtitle before my title.


 Jeremy C. Reed

 BSD News, BSD tutorials, BSD links
 http://www.bsdnewsletter.com/


Re: subtitle for book?

2005-11-19 Thread Wolfgang Engelmann
Am Samstag, 19. November 2005 10:00 schrieb Jeremy C. Reed:
> On Sat, 19 Nov 2005, Wolfgang Engelmann wrote:
> >> What do you use for a subtitle for a book?
> >
> > komascript book
>
> Thanks for the info.
>
> I have scrbook (koma-script) from teTeX-texmf-3.0, but don't see it.
> I did try Titlehead and Extratitle.
and it did not work?

What about ctr carriage return (a red carriage return sign occurs afterward)
right after the title?

Wolfgang
>
> What layouts do you use? Any example? And pointers to docs?


Re: subtitle for book?

2005-11-19 Thread Jeremy C. Reed

On Sat, 19 Nov 2005, Wolfgang Engelmann wrote:


What do you use for a subtitle for a book?


komascript book


Thanks for the info.

I have scrbook (koma-script) from teTeX-texmf-3.0, but don't see it.
I did try Titlehead and Extratitle.

What layouts do you use? Any example? And pointers to docs?

 Jeremy C. Reed

 Media Relations and Publishing Services
 http://www.reedmedia.net/


Re: subtitle for book?

2005-11-19 Thread Wolfgang Engelmann
Am Freitag, 18. November 2005 18:50 schrieb Jeremy C. Reed:
> I see that some layouts like beamer, paper, and others have a "subtitle".
>
> Is there any subtitle layout for a book?
>
> My workaround is to use author or date or use a CTRL-Enter to add to a
> Author layout. Will this cause problems?
>
> If not, I get:
>
>Error in latexParagraphs: You should not mix title layouts with normal
>    ones.
>
> What do you use for a subtitle for a book?

 komascript book

Wolfgang
>
>   Jeremy C. Reed
>
>BSD News, BSD tutorials, BSD links
>http://www.bsdnewsletter.com/


subtitle for book?

2005-11-18 Thread Jeremy C. Reed

I see that some layouts like beamer, paper, and others have a "subtitle".

Is there any subtitle layout for a book?

My workaround is to use author or date or use a CTRL-Enter to add to a 
Author layout. Will this cause problems?


If not, I get:

  Error in latexParagraphs: You should not mix title layouts with normal
  ones.

What do you use for a subtitle for a book?

 Jeremy C. Reed

 BSD News, BSD tutorials, BSD links
 http://www.bsdnewsletter.com/


Re: Subtitle Numbering Scheme

2003-12-15 Thread Andre Poenitz
On Sat, Dec 13, 2003 at 04:03:22PM -0800, Matthew Redekopp wrote:
> I've a question regarding the numbering scheme provided by
> Section/Subsection/etc: DVI prints the numbers 0.1.2, 0.2.2, etc, that is,
> with a zero first.  Is there any means of getting rid of the zero?
> 
> 
> 
> Also, I notice that the report document layout-type publishes the Table of
> Contents and the second page of the Abstract with regular numbers as opposed
> to Roman numerals.  I saw the Latex solution to remedying this but I can't
> see its application to Lyx.  Any ideas?

You've probably chjosen a text class with chapters (like 'book')
Use something 'smaller' if you don't want chapters ('report' or
'article' or such)

Andre'


Subtitle Numbering Scheme

2003-12-13 Thread Matthew Redekopp






I've a question regarding the numbering scheme provided by Section/Subsection/etc: DVI prints the numbers 0.1.2, 0.2.2, etc, that is, with a zero first.  Is there any means of getting rid of the zero?
 
Also, I notice that the report document layout-type publishes the Table of Contents and the second page of the Abstract with regular numbers as opposed to Roman numerals.  I saw the Latex solution to remedying this but I can't see its application to Lyx.  Any ideas?
 
Sincerely,
 
Matthew







  IncrediMail - Email has finally evolved - Click Here


Re: Re: Subtitle

2002-05-15 Thread Guenter Milde

On Wed, 15 May 2002 [EMAIL PROTECTED] wrote:

> How can I have a subtitle in the article class. When I have two titles, only
> one gets printed.

One more "misuse" method would be to use the date field for the subtitle (at
least if you don't want/need the date centered and big.

Günter

--
[EMAIL PROTECTED]




Re: Subtitle

2002-05-14 Thread Sachin V. Shah

Peter,

What I've been able to do is put a '\\' in ERT in order to break a title
up into two separate lines (or, in your case, put two titles on two
separate lines).  However, both lines will have the same font, which may
not be what you want.

Sachin.

On Wed, 15 May 2002 [EMAIL PROTECTED] wrote:

> How can I have a subtitle in the article class. When I have two titles, only
> one gets printed.
> 
> Peter Prevos
> 
> 





Re: Subtitle

2002-05-14 Thread Matej Cepl

On 15 May, Peter Prevos wrote:
> How can I have a subtitle in the article class. When I have two
> titles, only one gets printed.

Either use different class (one of many advantages of koma-script
classes is that it has both Subject and Subtitle paragraph
styles) or brutal solution is to put subtitle in the title
separate it by hard-enters (Ctrl-Enter in LyX) and make it
smaller by _brutal force_ (i.e., Layout/Character menu in LyX).

Is it what you want?

Matej

-- 
Matej Cepl, [EMAIL PROTECTED]
138 Highland Ave. #10,
Somerville, Ma 02143,
(617) 623-1488
 
Microwave oven?  Whaddya mean, it's a microwave oven?  I've been
watching Channel 4 on the thing for two weeks.




Subtitle

2002-05-14 Thread Peter Prevos

How can I have a subtitle in the article class. When I have two titles, only
one gets printed.

Peter Prevos




Re: subtitle?

1999-08-24 Thread Herbert

Tony Dancer wrote:
> 
> I have a paper with a short title and a subtitle, but there is no
> defined style for 'subtitle'. Can someone point me in the direction for
> defining one (I am using AMS Article). As with my previous query, would
> some preabmle do the job?

try Ctrl-Enter at the end of your title and write your subtitle in the
next line. If you want some vertical space between title and subtitle
than write "\vspace{1cm}" in texmode (red) before your subtitle starts.

Herbert


-- 
[EMAIL PROTECTED]
http://www.educat.hu-berlin.de/~voss



subtitle?

1999-08-23 Thread Tony Dancer

I have a paper with a short title and a subtitle, but there is no
defined style for 'subtitle'. Can someone point me in the direction for
defining one (I am using AMS Article). As with my previous query, would
some preabmle do the job?


Thanks 
Tony