Git Product home page Git Product logo

Comments (6)

octoploid avatar octoploid commented on August 25, 2024 1

I've uploaded an A4 and a letter version:
https://github.com/octoploid/CppCoreGuidelines/raw/master/CppCoreGuidelines_a4.pdf
https://github.com/octoploid/CppCoreGuidelines/raw/master/CppCoreGuidelines_letter.pdf

from cppcoreguidelines.

wilbeibi avatar wilbeibi commented on August 25, 2024 1

@octoploid Hi, it seems these two links are not valid anymore.

from cppcoreguidelines.

octoploid avatar octoploid commented on August 25, 2024

You can easily do it yourself with http://pandoc.org/, e.g.:

 pandoc CppCoreGuidelines.md --latex-engine=xelatex --variable fontsize=11pt --variable papersize=a4paper --variable geometry=margin=2.4cm --variable mainfont="Lexicon" --variable monofont="TheSansMonoCd" -o core.pdf

from cppcoreguidelines.

octoploid avatar octoploid commented on August 25, 2024

Adding "-f markdown-blank_before_header" is needed to render the headers correctly.

pandoc CppCoreGuidelines.md -f markdown-blank_before_header --latex-engine=xelatex --variable fontsize=11pt --variable papersize=a4paper --variable geometry=margin=2.4cm --variable mainfont="Lexicon" --variable monofont="TheSansMonoCd" -o core.pdf

from cppcoreguidelines.

gdr-at-ms avatar gdr-at-ms commented on August 25, 2024

See comments about use of pandoc.

from cppcoreguidelines.

tkruse avatar tkruse commented on August 25, 2024

In #154 I described how I also got syntax highlighting and section links to work.

from cppcoreguidelines.

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.