Giter VIP home page Giter VIP logo

Comments (6)

copyme avatar copyme commented on July 30, 2024 1

@Foadsf I suggest to read the documentation and then you should try running the tool from cmd or powershell. In any case it is a java program and you need to install java first.

from textidote.

sylvainhalle avatar sylvainhalle commented on July 30, 2024

Hi! Thanks for your comment. Does your command include the dollar sign? If so, try removing it; it is only there to represent the command line prompt and should not be typed, actually.

from textidote.

Ferasalkam avatar Ferasalkam commented on July 30, 2024

Many thanks for your support.
I have tried it works now but with error

"TeXtidote v0.6 - A linter for LaTeX documents and others (C) 2018 Sylvain Hall� - All rights reserved
File > not found (skipping)
File report.html not found (skipping) Found 4 warning(s) Total analysis time: 0 second(s)
Process exited with error(s)"

could you please help solving that?

best regards

Feras

from textidote.

sylvainhalle avatar sylvainhalle commented on July 30, 2024

It looks like your software does not recognize the > character, which means "redirect stdout to a file"; it tries to interpret it as a filename. This is not an issue with TeXtidote, but rather with Texmaker. I encourage you to forward your question to a help forum for this software. Good luck!

from textidote.

GitHubRulesOK avatar GitHubRulesOK commented on July 30, 2024

For other window users with a similar problem the simplest way to avoid pathing errors is to write a small 2 line "grammar.cmd" file and place it in the java\bin directory (java is then the focus of its own file paths). For example my java and TeXtidote are on a usb stick along with MiKTeX/TeXworks so you will need to edit this example accordingly for your own program folders.

grammar.cmd

"h:\java\bin\java.exe" -jar "h:\textidote\textidote.jar" --html --check en  "%1" >report.html
report.html

Note the second line sends report.html to the default browser If you wish it to go to another browser you would need to add that "browser.exe" to the start of the second line

In TeXworks it is easy to ad another "typeset that calls the grammar.cmd passing $fullname as the current .tex file argument here is a screenshot
grammar

from textidote.

Foadsf avatar Foadsf commented on July 30, 2024

Just downloaded the software on windows 10. tried running the .jar file by double-clicking on it. but it doesn't do anything!

from textidote.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.