von KOMA » Sa 10. Jan 2009, 19:06
latex-Dummy hat geschrieben:Ich bekomm auch nicht das custom-bib so zu laufen, dass ich diese abfrage starten kann. Der Bug befindet sich aber höchst wahrscheinlich 50cm VOR dem bildschirm.es scheitert bei mir, weil ich nicht weiß was ich eingeben muss.
Zu custom-bib gehört auch eine Anleitung, in der das eigentlich drin steht.
custom-bib, Section 3.2 hat geschrieben:This is actually a TeX program, although it will also run under LaTeX. In that
sense, it is like docstrip itself. Thus run the program with (something like)
tex makebst
or
latex makebst
The program first asks for the name of the master file. This is the file containing all
possible bibliographic style commands, with docstrip options for selective output.
A default name is offered, as well as a default extension (.mbs).
Next, the program asks for the name of the output file, the .bst file. The extension
here is optional, defaulting to .bst. This name also determines the name of the
batch job file, which will have the same root name with the extension .dbj, for
the docstrip batch job.
The actual interrogation then begins. All the information for the menus is con-
tained in the master bibliographic style file. The reason for this is that the menu
information must conform to the available options in the master file, so it makes
sense that one file should contain both. The master file is only read up to the
\endoptions command.
Finally, the batch job file is closed, and the user is asked if it should be run. If he
does not take up this offer, or if he later edits the batch job, then it may be run
manually with (something like)
tex bstname.dbj
Du machst also eine Shell auf, beispielsweise ein cmd-Fenster unter Windows (findet sich AFAIK irgendwo unter Zubehör), wechselst dort dann per »cd« in das Verzeichnis, in dem der neue Stil angelegt werden soll, und gibst dort »tex makebst.tex« ein. Wird makebst.tex nicht gefunden, ist es nicht installiert. Danach musst Du nur noch die interaktiven Fragen beantworten.
[quote="latex-Dummy"]Ich bekomm auch nicht das custom-bib so zu laufen, dass ich diese abfrage starten kann. Der Bug befindet sich aber höchst wahrscheinlich 50cm VOR dem bildschirm.es scheitert bei mir, weil ich nicht weiß was ich eingeben muss.[/quote]
Zu custom-bib gehört auch eine Anleitung, in der das eigentlich drin steht.
[quote="custom-bib, Section 3.2"]This is actually a TeX program, although it will also run under LaTeX. In that
sense, it is like docstrip itself. Thus run the program with (something like)
tex makebst
or
latex makebst
The program first asks for the name of the master file. This is the file containing all
possible bibliographic style commands, with docstrip options for selective output.
A default name is offered, as well as a default extension (.mbs).
Next, the program asks for the name of the output file, the .bst file. The extension
here is optional, defaulting to .bst. This name also determines the name of the
batch job file, which will have the same root name with the extension .dbj, for
the docstrip batch job.
The actual interrogation then begins. All the information for the menus is con-
tained in the master bibliographic style file. The reason for this is that the menu
information must conform to the available options in the master file, so it makes
sense that one file should contain both. The master file is only read up to the
\endoptions command.
Finally, the batch job file is closed, and the user is asked if it should be run. If he
does not take up this offer, or if he later edits the batch job, then it may be run
manually with (something like)
tex bstname.dbj
[/quote]
Du machst also eine Shell auf, beispielsweise ein cmd-Fenster unter Windows (findet sich AFAIK irgendwo unter Zubehör), wechselst dort dann per »cd« in das Verzeichnis, in dem der neue Stil angelegt werden soll, und gibst dort »tex makebst.tex« ein. Wird makebst.tex nicht gefunden, ist es nicht installiert. Danach musst Du nur noch die interaktiven Fragen beantworten.