<HTML><HEAD>
<META content="text/html; charset=UTF-8" http-equiv=Content-Type></HEAD>
<BODY dir=ltr bgColor=#ffffff text=#000000>
<DIV dir=ltr>
<DIV style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">
<DIV>Hi,</DIV>
<DIV> </DIV>
<DIV>thanks for the replies. I think the biblatex manual was a bit misleading at 
this point...</DIV>
<DIV>According to the manual, mincrossrefs is not a package option that can be 
passed to biblatex in the preamble with \usepackage[mincrossefs=99]{biblatex} 
(it doesn’t work either).</DIV>
<DIV>I understood the manual as it has to be passed at load-time, but not as 
regular argument. I don’t know if what Stefan suggested (bibtex 
-min-crossrefs=99 auxname.aux) works, but I found that adding the Line </DIV>
<DIV>\ExecuteBibliographyOptions{mincrossrefs=99}</DIV>
<DIV>to biblatex.cfg works, even for biber.</DIV>
<DIV>So there’s no need to write a script actually <IMG 
style="BORDER-BOTTOM-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none" 
class="wlEmoticon wlEmoticon-winkingsmile" alt="Zwinkerndes Smiley" 
src="cid:BFBD52C6CFF146C0B0A9A274E4277109@JohannesPC"></DIV>
<DIV> </DIV>
<DIV>@ Herbert Schulz:</DIV>
<DIV>In your workflow, do you only have to request latex-mk run once or still 
run biblatex/biber separately from Texworks? Does latex-mk support Unicode and 
Bidi Text (Hebrew) as XeTeX?</DIV>
<DIV> </DIV>
<DIV>Regards,</DIV>
<DIV>Johannes</DIV>
<DIV><BR> </DIV>
<DIV 
style="BORDER-BOTTOM-COLOR: #000000; BORDER-LEFT: #000000 4px solid; BORDER-TOP-COLOR: #000000; PADDING-LEFT: 5px; BORDER-RIGHT-COLOR: #000000; MARGIN-LEFT: 5px">
<DIV 
style="FONT-STYLE: normal; DISPLAY: inline; FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none">
<DIV style="FONT: 10pt tahoma">
<DIV style="font-color: black"><B>From:</B> <A title=st.loeffler@gmail.com 
href="mailto:st.loeffler@gmail.com">Stefan Löffler</A> </DIV>
<DIV><B>Sent:</B> Tuesday, May 01, 2012 8:43 PM</DIV>
<DIV><B>To:</B> <A title=texworks@tug.org 
href="mailto:texworks@tug.org">texworks@tug.org</A> </DIV>
<DIV><B>Subject:</B> Re: [texworks] Advanced invoking of bibtex as 
tool</DIV></DIV></DIV></DIV>
<DIV 
style="BORDER-BOTTOM-COLOR: #000000; BORDER-LEFT: #000000 4px solid; BORDER-TOP-COLOR: #000000; PADDING-LEFT: 5px; BORDER-RIGHT-COLOR: #000000; MARGIN-LEFT: 5px">
<DIV 
style="FONT-STYLE: normal; DISPLAY: inline; FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none">Hi,<BR><BR>On 
2012-04-25 19:00, <A class=moz-txt-link-abbreviated 
href="mailto:heck.johannes@googlemail.com">heck.johannes@googlemail.com</A> 
wrote: 
<BLOCKQUOTE cite=mid:6534CDE9DAD54E008268401599F60007@JohannesPC type="cite">
  <DIV dir=ltr>
  <DIV style="FONT-FAMILY: 'Calibri'; COLOR: rgb(0,0,0); FONT-SIZE: 12pt">has 
  anyone of you already experimented with the biblatex workflow automation as 
  suggested <A 
  href="http://sourceforge.net/apps/mediawiki/biblatex/index.php?title=Workflow_Automation" 
  moz-do-not-send="true">here</A>?</DIV></DIV></BLOCKQUOTE><BR>I haven't, but I'll 
try to give some suggestions nevertheless. This website just deals with 
biblatex, but not biber, am I right?<BR><BR>
<BLOCKQUOTE cite=mid:6534CDE9DAD54E008268401599F60007@JohannesPC type="cite">
  <DIV dir=ltr>
  <DIV style="FONT-FAMILY: 'Calibri'; COLOR: rgb(0,0,0); FONT-SIZE: 12pt">I need 
  to pass a very special variable to biblatex (mincrossref=99), but this won’t 
  work as simple argument. 
  <DIV>
  <DIV 
  style="FONT-STYLE: normal; DISPLAY: inline; FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none">“m</DIV>incrossrefs={integer} 
  default: 2</DIV>
  <DIV>Sets the minimum number of cross references to hintegeri when requesting 
  a</DIV>
  <DIV>BibTeX run. Note that this package option merely affects the format of 
  certain</DIV>
  <DIV>requests written to the transcript file. It will not have any effect if 
  the editor or</DIV>
  <DIV>compiler script launching BibTeX does not include dedicated biblatex 
  support or</DIV>
  <DIV>if BibTeX is manually launched from the command-line. See § 2.4.4 for 
  details.</DIV>
  <DIV>
  <DIV 
  style="FONT-STYLE: normal; DISPLAY: inline; FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none">” 
  (biblatex manual, p. 49)</DIV></DIV>
  <DIV>
  <DIV 
  style="FONT-STYLE: normal; DISPLAY: inline; FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none">§ 
  2.4.4 only points to loqreq package which not yet has a manual and to the 
  wiki-link I’ve already posted.</DIV></DIV></DIV></DIV></BLOCKQUOTE><BR>As I 
understand it, the mincrossrefs you mention (from the biblatex manual) is 
actually a package option, i.e., something to set 
like<BR>\usepackage[mincrossefs=99]{biblatex}<BR><BR>If I understand it 
correctly, this is not to be confused with the "-min-crossrefs" argument you can 
pass to bibtex like<BR>bibtex -min-crossrefs=99 auxname.aux<BR><BR>although the 
two are related somewhat (I guess biblatex passes its value on to bibtex 
somehow?).<BR>
<DIV 
style="FONT-STYLE: normal; DISPLAY: inline; FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none"> </DIV>
<BLOCKQUOTE cite=mid:6534CDE9DAD54E008268401599F60007@JohannesPC type="cite">
  <DIV dir=ltr>
  <DIV style="FONT-FAMILY: 'Calibri'; COLOR: rgb(0,0,0); FONT-SIZE: 12pt">
  <DIV>
  <DIV 
  style="FONT-STYLE: normal; DISPLAY: inline; FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none">At 
  the moment, I call Biber from the tools pull-down menu. I added</DIV></DIV>
  <DIV>
  <DIV 
  style="FONT-STYLE: normal; DISPLAY: inline; FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none"> </DIV>
  <DIV>[002]</DIV>
  <DIV>name=Biber</DIV>
  <DIV>program=biber.exe</DIV>
  <DIV>arguments=$basename</DIV>
  <DIV>showPdf=false</DIV>
  <DIV>to my tools.ini.</DIV>
  <DIV> </DIV>
  <DIV>Is it possible to write a python or perl script which invokes 
  biber/biblatex with those special options and then call this script from 
  Texworks tools?</DIV></DIV></DIV></DIV></BLOCKQUOTE><BR>For biber, I didn't find 
any command line option corresponding to "-min-crossrefs", but "mincrossrefs" is 
referenced in the documentation a few times. So I would guess that biblatex 
passes its value on to biber automatically (e.g., through some configuration 
file).<BR><BR>Writing python/perl/... scripts is certainly possible. The 
question is rather if it's really necessary?<BR><BR>HTH<BR>Stefan<BR><BR>
<BLOCKQUOTE cite=mid:6534CDE9DAD54E008268401599F60007@JohannesPC type="cite">
  <DIV dir=ltr>
  <DIV style="FONT-FAMILY: 'Calibri'; COLOR: rgb(0,0,0); FONT-SIZE: 12pt">
  <DIV>
  <DIV>P.S.: 0.5r998 runs very smoothly on my machine. I have the feeling that 
  TW runs faster, lower latencies when opening a document or the preview.</DIV>
  <DIV>No errors occured yet, only the launchPDF script is not working, the 
  Statusbar says: “Skript: ‘open in default viewer’: TypeError: Result of 
  Expression ‘TW.app.launchFile’ [undefinded] is not a 
  function.”</DIV></DIV></DIV></DIV></BLOCKQUOTE><BR>Thanks for sharing. The 
problem with the launchPdf script seems to be related to an old version of the 
script (which may not get updated, e.g., if you made any changes to it). The 
most current version of the script is available at <A 
class=moz-txt-link-freetext 
href="http://texworks.googlecode.com/svn/trunk/res/resfiles/scripts/launchPdf.js">http://texworks.googlecode.com/svn/trunk/res/resfiles/scripts/launchPdf.js</A><BR></DIV></DIV></DIV></DIV></BODY></HTML>