Skip to content

I can't get Texidote working #3043

Closed Answered by dedalozzo
dedalozzo asked this question in Q&A
Discussion options

You must be logged in to vote

I had to check the brew's formula.

You need to add a texidote shell script under /usr/local/bin and make it executable. That what Homebrew does. And set the command line options on TeXiFy as follows:

--check en --output singleline --no-color --read-all

The option --read-all is necessary if your project includes more than one file, using \include.

This is the shell script:

#!/bin/sh
exec java -jar /opt/local/lib/textidote.jar "$@"

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by PHPirates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants