Coder Social home page Coder Social logo

Comments (5)

binil avatar binil commented on June 15, 2024

I ran into this same issue. I suspect this is because Pandoc recently changed the way they calculate table column widths (jgm/pandoc@bd7c9eb and jgm/pandoc@7c4d7db).

I got past this issue by changing default.latex as:

\usepackage{longtable,booktabs,array}
\usepackage{calc} % for calculating minipage widths

The current default.latex file after f4f46ba contains these changes. Fetching the file and using it also seem to work.

from comply.

kavashgar2 avatar kavashgar2 commented on June 15, 2024

Hi , we use
docker run --rm -v "$PWD":/source strongdm/comply -c 'comply build'

How can I change default.latex value

from comply.

kavashgar2 avatar kavashgar2 commented on June 15, 2024

I ran into this same issue. I suspect this is because Pandoc recently changed the way they calculate table column widths (jgm/pandoc@bd7c9eb and jgm/pandoc@7c4d7db).

I got past this issue by changing default.latex as:

\usepackage{longtable,booktabs,array}
\usepackage{calc} % for calculating minipage widths

The current default.latex file after f4f46ba contains these changes. Fetching the file and using it also seem to work.

hi we use
docker run --rm -v "$PWD":/source strongdm/comply -c 'comply build'

How can I change default.latex value

from comply.

wallrony avatar wallrony commented on June 15, 2024

Hello @dineshreddy, sorry for the delay. In the commit c78f900 we solved some pandoc build problems referencing some issues about infinite build in some environments and syntax errors, what we discovered that the cause was basically the version of pandoc which was outdated. So, I think that your problem will be solved if you use the most recent version of Comply, since that your issue was created before the commit merge. Please try this and give some feedback.

from comply.

wallrony avatar wallrony commented on June 15, 2024

@kavashgar2 you don't need to change the default.latex file, if you update the project (or the strongdm/comply image) you should not have any problems. Otherwise, please give more information about your environment (e.g.: OS, OS Version, Comply Version, etc.) so we can try to replicate the scenario.

from comply.

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.