From: "etienne" <etienne.mann@gmail.com>
Subject: Use fsutil with emacs
Date: 7 Jan 2007 12:03:42 -0800 [thread overview]
Message-ID: <1168200222.674025.319660@38g2000cwa.googlegroups.com> (raw)
Hi,
here is the story of my problem.
I want to have use latex and bibtex on emacs and have only ONE file
with extension .bib
Let call it biblio.bib
Now on my tex files that in other directories, I want to use this file
to make a nice bibliography.
If I write
\bibliography{biblio} it does not work because biblio.bib is not in the
same directory if I put all the path c:\directory\biblio...it does not
work.
So I have try to use an hard link like ln on unix.
For windows the command is fsutil hardlink create <new name> <oldname>
for example
fsutil hardlink create c:\bibliography\localbiblio.bib c:\biblio.bib
if you do that and one modify one file, the other is also modify but
not if it is modify by emacs...may be because emacs doesn't use really
the file but a copy...I don't know.
As anyone as an idea to have only one file with extension .bib or to
solve this fsutil command ?
thanks you very much for your help
Etienne
next reply other threads:[~2007-01-07 20:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-07 20:03 etienne [this message]
2007-01-07 22:37 ` Use fsutil with emacs Stefan Monnier
2007-01-07 23:08 ` etienne
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1168200222.674025.319660@38g2000cwa.googlegroups.com \
--to=etienne.mann@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).