Giter Club home page Giter Club logo

Comments (5)

kassick avatar kassick commented on July 24, 2024

We could leave that as a comment in the examples. It actually depends on the user latex environment
a) if you're using a pdf-producing latex distro (i.e. pdflatex, xelatex)
b) if any of your figures are in eps format

It's nothing we could put in the class, but maybe we can use a
\ifpdftex
\usepackage{epstopdf}
\else
\ifxetex
\usepackage{epstopdf}
\else
\fi
\fi

in the examples

from infufrgs.

mgmillani avatar mgmillani commented on July 24, 2024

I believe this is only necessary because the examples use a .eps file for an image. If that is the case, it makes sense to add it to the examples (commenting that it is only necessary because we include an .eps image).

@fgiacomel If you remove the lines that include fig.eps image, does it work without including this package?

from infufrgs.

fgiacomel avatar fgiacomel commented on July 24, 2024

Yes, it does.

from infufrgs.

rlerm avatar rlerm commented on July 24, 2024

We could just provide a fig.PDF file and let LaTeX choose.
On Apr 7, 2015 7:45 PM, "fgiacomel" [email protected] wrote:

Yes, it does.


Reply to this email directly or view it on GitHub
#22 (comment).

from infufrgs.

mgmillani avatar mgmillani commented on July 24, 2024

Fixed on b01137e

from infufrgs.

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.