Re: decreasing depth of document structure

2021-07-20 Thread Herbert Voss




Am 21.07.21 um 08:48 schrieb Wolfgang Engelmann:
I use a Koma report style and would like to decrease the depth of its 
structure. It contains ONLY subsubsections

e.g 0.0.0.1 Vorwort
which I would like to appear as
1 Vorwort

the figures appear as 0.1 etc
which should appear as 1

How can I decrease the depth to achieve it?


write into the document's preamble:

\setcounter{secnumdepth}{\subsubsectiontocdepth}
\renewcommand\thesubsubsection{\arabic{subsubsection}}
\renewcommand\thefigure{\arabic{figure}}


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


decreasing depth of document structure

2021-07-20 Thread Wolfgang Engelmann
I use a Koma report style and would like to decrease the depth of its 
structure. It contains ONLY subsubsections

e.g 0.0.0.1 Vorwort
which I would like to appear as
1 Vorwort

the figures appear as 0.1 etc
which should appear as 1

How can I decrease the depth to achieve it?

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


Re: Customizing counters of theorem environments.

2021-07-20 Thread Rudi Gaelzer
Well, it seems that the solution is indeed via \renewtheorem.  However, I had 
to dig deep 
into the installation of AMS theorem to find the proper names of the counters.
So far, I've found \thethm, \thelem, \thedefn, etc.
I did not find a full list of counters, so if someone could point me out where 
I can find such 
a list, I'd be grateful.

On terça-feira, 20 de julho de 2021 19:29:27 -03 Rudi Gaelzer wrote:
> Hi there.
> I'm using the module Theorems (AMS, Numbered by Type).
> I would like to change the counters of theorem-like environs, adding a fixed
> string in front of the number.  Something like
> 
> Theorem TGA-1
> Definition TGA-2
> etc
> 
> Can I do that the usual way that is done for the standard LaTeX counters?
> I mean, in ERT:
> \renewcommand{\theequation}{TGA-\arabic{equation}}
> I that case, I would need to know the names of the counters, but I can't
> find them.
> 
> Or is there another way?
> Thanks.

-- 
Rudi Gaelzer
Institute of Physics
Federal University of Rio Grande do Sul
BRAZIL
Registered linux user # 153741
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Customizing counters of theorem environments.

2021-07-20 Thread Rudi Gaelzer
Hi there.
I'm using the module Theorems (AMS, Numbered by Type).
I would like to change the counters of theorem-like environs, adding a fixed 
string in front 
of the number.  Something like 

Theorem TGA-1
Definition TGA-2
etc

Can I do that the usual way that is done for the standard LaTeX counters?
I mean, in ERT: 
\renewcommand{\theequation}{TGA-\arabic{equation}} 
I that case, I would need to know the names of the counters, but I can't find 
them.

Or is there another way?
Thanks.
-- 
Rudi Gaelzer
Institute of Physics
Federal University of Rio Grande do Sul
BRAZIL
Registered linux user # 153741
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Align headings and their outline numbers

2021-07-20 Thread Andreas Plihal
Hi,

 

as you know, I'm writing a KOMA book. 

 

How can I get all heading text to be left-justified and their associated section numbers right-justified? 

 

For a better understanding, I have enclosed a graphic that illustrates what I mean.

 

Greetings

Andreas

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


Sort order in the index

2021-07-20 Thread Andreas Plihal
Hi Herbert

 

how do I get XINDEX to become the index processor? Because it is not selectable with me. 

 

With the tools I can choose: 


	custom
	makeindex
	texindy
	xindy


I selected "custom" and entered "xindex" as the command.

 

But in the document settings I can select the following options: 


	default 
	makeindex
	texindy 
	xindy


I selected "texindy" and entered "-L german-duden -C utf8" as the option.

 

Is that the solution you mean? Because it doesn't sound entirely logical and conclusive to me. But it works. Does it just work by chance?

 

Am I doing it right or is it awkward?  You see how insecure I am.

 

Greetings

Andreas


 

Gesendet: Dienstag, 20. Juli 2021 um 14:00 Uhr
Von: lyx-users-requ...@lists.lyx.org
An: lyx-users@lists.lyx.org
Betreff: lyx-users Digest, Vol 95, Issue 4

Send lyx-users mailing list submissions to
lyx-users@lists.lyx.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.lyx.org/mailman/listinfo/lyx-users
or, via email, send a message with subject or body 'help' to
lyx-users-requ...@lists.lyx.org

You can reach the person managing the list at
lyx-users-ow...@lists.lyx.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of lyx-users digest..."


Today's Topics:

1. Re: Sort order in the index (Herbert Voss)
2. Sort order in the index (Andreas Plihal)


--

Message: 1
Date: Mon, 19 Jul 2021 17:03:39 +0200
From: Herbert Voss 
To: lyx-users@lists.lyx.org
Subject: Re: Sort order in the index
Message-ID: <382c1af8-3c87-b6fe-bffa-f9fecfb7a...@fu-berlin.de>
Content-Type: text/plain; charset=utf-8; format=flowed

Am 19.07.21 um 12:25 schrieb Andreas Plihal:
> The way the result looks now, it's just _almost _good. I want the
> register to treat umlauts like normal vowels and not replace ? with AE
> etc.
> fangfor example:
>
> * ...
> * analytisch
> * ?nderung
> * Anfang
> * ...
>
> In the literature this is referred to as the so-called Duden order.
> (DIN 5007, section 2).

And this is the _default_ for xindex ...

Herbert

 




--

Message: 2
Date: Tue, 20 Jul 2021 11:45:12 +0200
From: Andreas Plihal 
To: lyx-users@lists.lyx.org
Subject: Sort order in the index
Message-ID:


Content-Type: text/plain; charset="us-ascii"

An HTML attachment was scrubbed...
URL: <http://lists.lyx.org/pipermail/lyx-users/attachments/20210720/d93f0cfe/attachment.html>

--

Subject: Digest Footer

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


--

End of lyx-users Digest, Vol 95, Issue 4




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


Sort order in the index

2021-07-20 Thread Andreas Plihal
Now I have found the solution!

 

In order to implement the German Duden order in the subject index, I entered Document Settings > Index > Processor = texindy and Options = "- L german-duden -C utf8". Now it works fine!

 

Thanks for your help!

 

Greetings

Andreas

 

Gesendet: Montag, 19. Juli 2021 um 16:58 Uhr
Von: lyx-users-requ...@lists.lyx.org
An: lyx-users@lists.lyx.org
Betreff: lyx-users Digest, Vol 95, Issue 3

Send lyx-users mailing list submissions to
lyx-users@lists.lyx.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.lyx.org/mailman/listinfo/lyx-users
or, via email, send a message with subject or body 'help' to
lyx-users-requ...@lists.lyx.org

You can reach the person managing the list at
lyx-users-ow...@lists.lyx.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of lyx-users digest..."


Today's Topics:

1. Sort order in the index (Andreas Plihal)


--

Message: 1
Date: Mon, 19 Jul 2021 12:25:45 +0200
From: Andreas Plihal 
To: lyx-users@lists.lyx.org
Subject: Sort order in the index
Message-ID:


Content-Type: text/plain; charset="us-ascii"

An HTML attachment was scrubbed...
URL: 
-- next part --
A non-text attachment was scrubbed...
Name: Buch-Struktur3.lyx
Type: application/lyx
Size: 161921 bytes
Desc: not available
URL: 
-- next part --
A non-text attachment was scrubbed...
Name: Buch-Struktur3.pdf
Type: application/pdf
Size: 257786 bytes
Desc: not available
URL: 
-- next part --
A non-text attachment was scrubbed...
Name: document-settings.PNG
Type: image/png
Size: 27788 bytes
Desc: not available
URL: 
-- next part --
A non-text attachment was scrubbed...
Name: sort-order.PNG
Type: image/png
Size: 6076 bytes
Desc: not available
URL: 
-- next part --
A non-text attachment was scrubbed...
Name: tools-output.PNG
Type: image/png
Size: 30481 bytes
Desc: not available
URL: 

--

Subject: Digest Footer

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


--

End of lyx-users Digest, Vol 95, Issue 3




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