- Questo topic ha 7 risposte, 4 partecipanti ed è stato aggiornato l'ultima volta 12 anni, 5 mesi fa da .
-
Topic
-
Nel manuale utente di TeXstudio 2.7, rilasciato da pochi giorni, si legge che tra le novità c’èsupport “% !BIB = biber” syntax for compatibility with TeXShop and TeXWorks
Poi si trova
`% !BIB program = biber`
e la relativa spiegazione:The special [tt]% !BIB[/tt] command is understood for compatibility with TeXShop and TeXWorks (also in the variant [tt]% !BIB TS-program[/tt]). This is equivalent to [tt]! TeX program:bibliography = txs:///biber[/tt]
Vi risulta che tra le righe magiche di TeXShop (io sul mio computer ho la versione 2.* e non la 3.*) e di TeXworks ci sia quella relativa al motore bibliografico? Oppure io non ho capito bene quello che ho riportato sopra.
Per completezza, riporto la sezione relativa alle righe magiche comprese da TeXstudio:
Texstudio can use special, “magic” comments in the text to adapt options for that document.
[tt]% !TeX spellcheck = de_DE[/tt]
This special comment tells txs that this document is written in German and German spell checking is to be used, independent on any general settings.[tt]% !TeX encoding = utf8[/tt]
The code defines the character encoding of a document.[tt]% !TeX root = filename[/tt]
The code defines the master document for this file.[tt]% !TeX program = pdflatex[/tt]
This marks the document as to be compiled with pdflatex. (i.e. overrides the default txs:///quick command)[tt]% !TeX TXS-program:latex = txs:///xelatex %[/tt]
This overrides the default txs:///latex command to call xelatex instead[tt]% !TeX TXS-SCRIPT = foobar [/tt]
[tt]% //Trigger = ?load-this-file [/tt]
[tt]% app.load(“/tmp/test/test.tex”); [/tt]
[tt]% app.load(“/tmp/test/a.tex”); [/tt]
[tt]% TXS-SCRIPT-END
This defines a temporary javascript macro which is executed, when the file is loaded, and which in turns loads the two files in /tmp/test. .[tt]% !BIB program = biber[/tt]
The special [tt]% !BIB[/tt] command is understood for compatibility with TeXShop and TeXWorks (also in the variant [tt]% !BIB TS-program[/tt]). This is equivalent to [tt]! TeX program:bibliography = txs:///biber[/tt]Ciao
Tommaso
- Devi essere connesso per rispondere a questo topic.