logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

textestvis - visual regression tests for LaTeX

Author

textestvis was written by Friedemann Bartels. https://github.com/friedemannbartels

Description

       Perform visual regression tests for LaTeX documents.

       textestvis
              Creates PDF files for all tex files matching the pattern and performs a visual regression test. If
              no  pattern  is  specified,  all  files in the current directory are tested except for files whose
              names begin with an underscore.

       textestvisapprove
              Replaces the reference files with the test files.

       textestviscompare
              Creates a visual diff for two pdf files.

       textestvisperf
              Measures the time for creating a pdf file from the given tex file.

Environment

textestvis requires ImageMagick 7.0 or later.

License

       Copyright (c) 2022-2023 Friedemann Bartels. Free use of this software is granted under the terms  of  the
       LaTeX Project Public License version 1.3c or later.

                                                  December 2023                                    TEXTESTVIS(1)

Name

textestvis - visual regression tests for LaTeX

Options

-c     Clears cache.

       -s     Enables shell escape.

       -dDENSITY
              Sets density in ppi (default 72).

       -eENGINE
              Sets latex engine (default xelatex).

       --help Prints a help message.

       --version
              Prints version information.

Synopsis

textestvis [-cs] [-e ENGINE] [-d DENSITY] [PATTERN]

       textestvisapprove [-e ENGINE] [PATTERN]

       textestviscompare [-d DENSITY] FILE FILE

       textestvisperf [-cs] [-e ENGINE] FILE

See Also