Re: Format Page number references

2021-08-24 Thread Herbert Voss



Am 24.08.21 um 14:47 schrieb Herbert Voss:



Am 22.08.21 um 09:37 schrieb Andreas Plihal:

Hi!
Maybe I formulated my problem too vaguely, so I'll try again, but 
this time in more detail:
I have already established an extensive subject index in my KOMA 
book. In order to enforce the DUDEN order in it, I was advised to use 
the index processor texindy. I use that and it works well.
There are numerous examples, exercises, and footnotes in my book that 
contain a number of key words. If the keyword "resonance frequency" 
is mentioned in a task, it has been shown in the subject index as 
follows:

example
Resonance frequency, 87
Now an index creator has advised me to add only one letter to the 
page number in the subject index instead of the keywords "example", 
"exercise"or "footnote" in such (numerous!) Cases. In relation to my 
above example, the entry in the subject register should look like this:

Resonance frequency, 87b
If the same keyword were mentioned in a footnote, the entry would read:
Resonance frequency, 87f



Write into the documents preamble

\newcommand\myA{#1a}
\newcommand\myB{#1b}
\newcommand\myF{#1f}


should be
\newcommand\myA[1]{#1a}
\newcommand\myB[1]{#1b}
\newcommand\myF[1]{#1f}



Herbert




And in the text insert the special entries with the | operator: 
\index{frequency|myF}
Then it will get the f in the index as suffix. Or 
\index{frequency|myB} for 1b




Herbert




That would be much more elegant and I could save space in my already 
extensive subject index.
The question now arises as to how I can achieve this in my LYX 
register. (I have already read the instructions for the text 
processor Makeindex to get an idea of ​​how I could implement this 
change in my subject index. Unfortunately, the instructions are a bit 
too cryptic for me, because it is not clear what tags and what 
variables are. Apart from that, I also use the texindy processor ... )

Please for your help!
Greetings Andreas





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


Re: Format Page number references

2021-08-24 Thread Herbert Voss



Am 22.08.21 um 09:37 schrieb Andreas Plihal:

Hi!
Maybe I formulated my problem too vaguely, so I'll try again, but this 
time in more detail:
I have already established an extensive subject index in my KOMA book. 
In order to enforce the DUDEN order in it, I was advised to use the 
index processor texindy. I use that and it works well.
There are numerous examples, exercises, and footnotes in my book that 
contain a number of key words. If the keyword "resonance frequency" is 
mentioned in a task, it has been shown in the subject index as follows:

example
Resonance frequency, 87
Now an index creator has advised me to add only one letter to the page 
number in the subject index instead of the keywords "example", 
"exercise"or "footnote" in such (numerous!) Cases. In relation to my 
above example, the entry in the subject register should look like this:

Resonance frequency, 87b
If the same keyword were mentioned in a footnote, the entry would read:
Resonance frequency, 87f



Write into the documents preamble

\newcommand\myA{#1a}
\newcommand\myB{#1b}
\newcommand\myF{#1f}


And in the text insert the special entries with the | operator: 
\index{frequency|myF}
Then it will get the f in the index as suffix. Or \index{frequency|myB} 
for 1b




Herbert




That would be much more elegant and I could save space in my already 
extensive subject index.
The question now arises as to how I can achieve this in my LYX 
register. (I have already read the instructions for the text processor 
Makeindex to get an idea of ​​how I could implement this change in my 
subject index. Unfortunately, the instructions are a bit too cryptic 
for me, because it is not clear what tags and what variables are. 
Apart from that, I also use the texindy processor ... )

Please for your help!
Greetings Andreas



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


Re: bibliography style

2021-08-24 Thread Herbert Voss
Sophie Julie Scheller schrieb:
> So can you tell me what to do? Where can I save my literature, which
> style do I use to match my institute, where do I get this style? Im
> really lost


Attached is an example file, created with latest LyX version.

Herbert


>
> Sophie
>
> Am 24.08.2021 um 12:45 schrieb Herbert Voss:
>>
>>
>> Am 24.08.21 um 12:28 schrieb Sophie Julie Scheller:
>>>
>>>
>>> so there is no solution for the bibtex format? I would like to keep
>>> that
>>> one..
>>
>> sure, package natbib. But it is simple to move from bibtex to biblatex!
>>
>> Herbert
>>
>>>
>>>
>>> Am 24.08.2021 um 11:59 schrieb Herbert Voss:


 Am 24.08.21 um 11:45 schrieb Sophie Julie Scheller:
>
> Hello everyone,
>
> very basic question. I`m looking fpr bibliography style in German,
> that looks like the Citavi-Basic style added below. I alreadyy tried
> Din 1505 but it didnt fit. Is there an overview over the avaliable
> styles so I can look for the right one? Or do you know which one I
> should use for my thesis?
>
> And another question: I can change the style in the settings at the
> beginning and I can change the style when adding the bibliography.
> But I didn´t get the difference. Can you explain that?
>
>
 That looks like a simple authoryear style for biblatex.

 You shouldn't use the old \bibliography format with bibtex. Use
 biblatex
 with biber instead. Then it is much more easier to handle author names
 mit special characters, e.g. Aksın, with a dotless i

 Herbert
>>>
>>> --
>>> Diese E-Mail wurde von AVG auf Viren geprüft.
>>> http://www.avg.com
>>
>




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


Re: bibliography style

2021-08-24 Thread Herbert Voss



Am 24.08.21 um 11:45 schrieb Sophie Julie Scheller:


Hello everyone,

very basic question. I`m looking fpr bibliography style in German, 
that looks like the Citavi-Basic style added below. I alreadyy tried 
Din 1505 but it didnt fit. Is there an overview over the avaliable 
styles so I can look for the right one? Or do you know which one I 
should use for my thesis?


And another question: I can change the style in the settings at the 
beginning and I can change the style when adding the bibliography. But 
I didn´t get the difference. Can you explain that?




That looks like a simple authoryear style for biblatex.

You shouldn't use the old \bibliography format with bibtex. Use biblatex
with biber instead. Then it is much more easier to handle author names
mit special characters, e.g. Aksın, with a dotless i

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


bibliography style

2021-08-24 Thread Sophie Julie Scheller

Hello everyone,

very basic question. I`m looking fpr bibliography style in German, that
looks like the Citavi-Basic style added below. I alreadyy tried Din 1505
but it didnt fit. Is there an overview over the avaliable styles so I
can look for the right one? Or do you know which one I should use for my
thesis?

And another question: I can change the style in the settings at the
beginning and I can change the style when adding the bibliography. But I
didn´t get the difference. Can you explain that?


Thanks for your help!

Sophie





--
Diese E-Mail wurde von AVG auf Viren geprüft.
http://www.avg.com
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users