aux file
Wolfgang Engelmann
engelmann at uni-tuebingen.de
Tue Nov 30 16:37:08 UTC 2021
Am 30.11.21 um 17:11 schrieb Paul A. Rubin:
> On 11/30/21 10:52 AM, Wolfgang Engelmann wrote:
>> What is the best way of getting the aux file
>>
>> a) for a bibtex situation
>> b) for a biblatex/biber/luatex situation?
>>
>> I have a large bib file, of which only few references are used
>>
>> Wolfgang
> When you compile the document in LyX, the .aux file will be written in
> the temporary directory. On a Linux system, this will typically be
> /tmp/lyx_tmpdir.<random stuff>/lyx_tmpbuf0 (if this is the first open
> document in LyX; if not, change 0 to 1, 2 or whatever). While the
> document remains open in LyX, you can use your system's file browser to
> find and copy it.
>
> Paul
>
Thanks, Paul, for your quick answer.
I am using Debian, but can't find /tmp in my home.
Can I just create it and would LyX find this, or how do I tell LyX how
to find it?
Or: How do I find out what LyX uses in my system?
I tried without success:
find -iname 'tmp' >finds
./.config/libreoffice/4/user/extensions/tmp
./.config/GIMP/2.10/tmp
./.imagej/tmp
./.local/share/akonadi_maildir_resource_0/trash/tmp
...
./.local/share/akonadi_maildir_resource_0/drafts/tmp
./.local/share/akonadi_maildir_resource_0/sent-mail/tmp
./.local/share/local-mail/tmp
./.gimp-2.8/tmp
find -iname 'lyx_tmpbuf*' >finds nothing
find -iname 'tmpbuf*' >finds nothing
Wolfgang
More information about the lyx-users
mailing list