Re: foldable sections

2019-05-28 Thread Steve Litt
On Mon, 27 May 2019 18:16:19 +0200
Roberto  wrote:

> Hi, is there a way sections can be made foldable? I am thinking
> something similar to the folding it can be attained by clicking the
> handle of boxes such as the LyXNote or the GrayedOut.
> Thanks for your inputs.
> Roberto

That's an excellent idea!

Vim and VimOutliner have section folding, and it's very, very handy.

Of course, I have no idea how difficult it would be to implement.

SteveT

Steve Litt 
June 2019 featured book: Thriving in Tough Times
http://www.troubleshooters.com/thrive


Re: bibliography-question

2019-05-28 Thread Paul A. Rubin

On 5/28/19 9:57 AM, M.B. Schiekel wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am 27.05.19 um 23:15 schrieb Paul A. Rubin:

... Now I would like to have a biography at the end of each part
- but each time the complete document biography, and not the
part dependent biography. Might be this is trivial, but I can't
see it. Any hint is wellcome. Thank you very much, bernhard

...

Dear Paul,

thank you for your answer, and well, you are right :-)

I assume here that "biography" --> "bibliography".

The next paragraph of your answer highlights my problem:

/If/ every entry in the .bib file is cited somewhere (so that you
want the full contents of the .bib file in each part), you might
try the following: ...

My .bib file is a bib-database of all my different papers, books, 
So \btPrintAll seems not to be a very good idea :-)

Vaguely I remember, that many years ago Herbert Voss, our LaTeX-guru,
suggested exporting the document-bibliography at the end and in a
second run importing it after after part 1 and part 2. How to manage thi
s?

Might be a workaround for my wishes would be a part-based bibliography
after each part /plus/ a document-bibliography at the end of part 3.
Is this possible?

Any suggestions? Again thank you very much!
bernhard

You might have a look at 
https://tex.stackexchange.com/questions/41821/creating-bib-file-containing-only-the-cited-references-of-a-bigger-bib-file, 
particularly if you use (or are willing to use JabRef). The approach 
would be along the following lines:


1. Do a sectioned bibliography without using my hack. This will
   generate a file with only a partial bibliography in each part (which
   is fine for now).
2. Use the .aux file created by that to extract all entries cited
   anywhere in your paper (and only those entries) to a new .bib file,
   applying one of the methods in the StackExchange thread.
3. Switch to the new .bib file in all sections of your paper, then add
   my hack in the preamble.

Paul




Re: bibliography-question

2019-05-28 Thread M.B. Schiekel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am 27.05.19 um 23:15 schrieb Paul A. Rubin:
>> ... Now I would like to have a biography at the end of each part 
>> - but each time the complete document biography, and not the
>> part dependent biography. Might be this is trivial, but I can't
>> see it. Any hint is wellcome. Thank you very much, bernhard
> ...

Dear Paul,

thank you for your answer, and well, you are right :-)
> I assume here that "biography" --> "bibliography".

The next paragraph of your answer highlights my problem:
> /If/ every entry in the .bib file is cited somewhere (so that you 
> want the full contents of the .bib file in each part), you might 
> try the following: ...

My .bib file is a bib-database of all my different papers, books, 
So \btPrintAll seems not to be a very good idea :-)

Vaguely I remember, that many years ago Herbert Voss, our LaTeX-guru,
suggested exporting the document-bibliography at the end and in a
second run importing it after after part 1 and part 2. How to manage thi
s?

Might be a workaround for my wishes would be a part-based bibliography
after each part /plus/ a document-bibliography at the end of part 3.
Is this possible?

Any suggestions? Again thank you very much!
bernhard


- -- 
Homepage: https://www.mb-schiekel.de/
GnuPG: http://p80.pool.sks-keyservers.net/
-BEGIN PGP SIGNATURE-

iF0EARECAB0WIQR1oo94k6dUHpHERdOxOsCN/2xXCgUCXO0+KwAKCRCxOsCN/2xX
ChugAJ9nQfQC9ORXHKUYcsvkGorR0MoizQCgrCu3bqTQJm9t/5tB3hX/2xF2kmo=
=0XPy
-END PGP SIGNATURE-


re:bibliography-question

2019-05-28 Thread F M Salter

Hi

    I don't know if this specific to bibllatex but to obtain all 
entries in the database to be referenced, I use


 ERT  \nocite{*}


Regards

Frank Salter




Re: foldable sections

2019-05-28 Thread Roberto
On 27/05/2019 19:01, Richard Kimberly Heck wrote:
> On 5/27/19 12:16 PM, Roberto wrote:
>> Hi, is there a way sections can be made foldable? I am thinking
>> something similar to the folding it can be attained by clicking the
>> handle of boxes such as the LyXNote or the GrayedOut.
> 
> The easy thing to do would be to put each section in a branch of its own.
> 
> It might also be possible to create a kind of 'dummy' inset with
> LaTeXType "none", but I've not tried that.
> 
> Riki
> 
> 
> 
Thanks, I think that would work, but I was more thinking of a thing that
does it automatically, as it happens in code writing text editors when
you switch on the "code folding" option.