Is there a way to pass arguments to biber in TextMate: either as a configuration option or as a directive similar to the %!TEX TS-options for LaTex? Or do I need to rely on the command line?
Asked
Active
Viewed 80 times
1 Answers
0
- Check that you enabled
Use LaTeXmKinsideBundles→LaTeX→Preferences
- Follow the steps provided by Derek in this StackExchange thread:
- Create the file
~/.latexmkrc(~is the name of your home folder) - Insert the line
$biber='biber --validate-datamodel %O %S'in~/.latexmkrc - Modify the line above to your liking
- If you want to use specific biber options for a specific project, then a
.latexmkrcfile inside the same folder as your main LaTeX file should work too.
- Create the file
René Schwaiger
- 331
