Discussion:
Problem with TeXnicCenter and multibib
f g
2006-09-24 12:12:52 UTC
Permalink
Hi,

thank you very much for TeXnicCenter: it'so good that
convinced me to send Word into retirement and become a
LaTeX fan. The front-end is user-friendly and very
powerful, and the Project environment as well as the
auto-completion option of version 7.01 greatly
simplify my work.
I only have a problem with customization: I use the
multibib package (different bibliographies in the same
document), and it generates many *.aux files. When I
use the "Build" command, TeXnicCenter only sends to
BibTeX the main *.aux file, but not the others. For
now I remedied with the following hack: I make a new
output profiles, and in the line "BibTeX location" I
put the location of a biblio.bat file, whose contents
are:

for %%f in (*.aux) do c:\texmf\miktex\bin\bibtex.exe
%%~nf

However, I would like to know if there is a way to do
this using the commands that TeXnicCenter passes to
BibTeX ( e.g. "%bm" and the likes). Thank you very
much for your attention,

greetings,

deltaquattro (Sergio Rossi)





__________________________________________________
Do You Yahoo!?
Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da tanto spazio gratuito per i tuoi file e i messaggi
http://mail.yahoo.it





Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:TeXnicCenter-Users-digest-***@public.gmane.org
mailto:TeXnicCenter-Users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
TeXnicCenter-Users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
Tino Weinkauf
2006-09-26 07:45:54 UTC
Permalink
Hi Sergio!
Post by f g
for %%f in (*.aux) do c:\texmf\miktex\bin\bibtex.exe
%%~nf
However, I would like to know if there is a way to do
this using the commands that TeXnicCenter passes to
BibTeX ( e.g. "%bm" and the likes). Thank you very
much for your attention,
No, there is not. I use a similar batch file when I work with multibib.


Ciao.Tino.
--
Tino Weinkauf
TeXnicCenter Developer

tino-lVbnjaZ0pM2vO24v5p+***@public.gmane.org
www.ToolsCenter.org



Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:TeXnicCenter-Users-digest-***@public.gmane.org
mailto:TeXnicCenter-Users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
TeXnicCenter-Users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
Loading...