<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    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 moz-do-not-send="true"
href="http://sourceforge.net/apps/mediawiki/biblatex/index.php?title=Workflow_Automation">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>
  </body>
</html>