You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
339 B
25 lines
339 B
#!/usr/bin/perl
|
|
|
|
# tbraun 14.12.2005
|
|
|
|
# add Kbibtex as ViewBib tool
|
|
print <<EOT;
|
|
[Tool/ViewBib/KBibTex]
|
|
type=Process
|
|
class=ViewBib
|
|
command=kbibtex
|
|
options='%source'
|
|
from=bib
|
|
to=bib
|
|
|
|
[Tool/ViewBib/KBibTex (embedded)]
|
|
type=Part
|
|
class=ViewBib
|
|
libName=libkbibtexpart
|
|
className=KBibTeXPart
|
|
liboptions='%source'
|
|
state=Viewer
|
|
from=bib
|
|
to=bib
|
|
EOT
|