• [zz]Using XeLaTeX + BiBTeX in TeXWorks


     

    I'm trying to define a run configuration for using XeLaTeX with BiBTeX from within TeXWorks, but I'm coming up empty.

    I tried following this guide and adapt it to what I wanted to do, and ended up with this:

    program: xelatex
    argument: "%1.tex" && bibtex "%1" && xelatex "%1.tex" && xelatex "%1.tex"

    but when I run it by hitting Ctrl+T I get the following message:

    This is XeTeX, Version 3.1415926-2.3-0.9997.5 (TeX Live 2011)
    restricted \write18 enabled.
    entering extended mode

    *

    and then nothing happens.

    How do I configure TeXWorks to run XeLaTeX+BiBTeX+XeLaTeX+XeLaTeX when I hit "compile"?

    For extra credit, the run configuration should not run more times than necessary, i.e. not all four runs if no references have changed.

  • 相关阅读:
    RramSim2
    DiskSim
    FTL2
    Durable NAND flash memory management
    node系列:全局与本地
    CSS系列:less备忘
    Sql Server 2008:调试
    JavaScript系列:再巩固-原型链
    移动端 :meta标签1万个作用
    Asp.Net:Repeater 详情 备用
  • 原文地址:https://www.cnblogs.com/nn0p/p/2769207.html
Copyright © 2020-2023  润新知