Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Printing out cheat sheet #124

Open
ShashankaNataraj opened this issue Jan 18, 2017 · 7 comments
Open

Printing out cheat sheet #124

ShashankaNataraj opened this issue Jan 18, 2017 · 7 comments

Comments

@ShashankaNataraj
Copy link

I have this cheat sheet on my cubicle wall

img_20170118_145914 1
Thanks for this!

@ambatigan
Copy link

ambatigan commented Jan 18, 2017 via email

@ShashankaNataraj
Copy link
Author

@ambatigan Copy paste the .md file into a word document and print away!

Or, you could use : http://www.markdowntopdf.com/

@ambatigan
Copy link

How can i get that .md (markdown you meant) file? Btw, i see it as an image....

@ShashankaNataraj
Copy link
Author

Here you go
pdf.md.zip

@leitmedium
Copy link

Depending on your operating system you can easily "print" the page to a pdf file. It's built-in on OS X and most Linux distributions, and for Windows there are plenty of free tools. It's easy to setup.

@phoen1x
Copy link
Contributor

phoen1x commented Jul 15, 2017

Here is a little cheat sheet on how to convert .md to .pdf using Docker

git clone https://github.com/wsargent/docker-cheat-sheet
cd docker-cheat-sheet

# start image
docker run --rm -ti -v "$PWD:/cheat" ubuntu bash

# install toolchain
apt-get update && apt-get -y install pandoc texlive-xetex

# generate pdf
cd /cheat 
pandoc --output book.html README.md
pandoc --output book.pdf book.html

# stop image
exit

# open book.pdf in your PDF Viewer

I recently did a similar work for my project which converts .md to book quality .pdf.

@mi-hol mi-hol mentioned this issue Feb 11, 2019
@wsargent wsargent pinned this issue May 17, 2019
@wsargent wsargent changed the title Not really an issue, but Printing out cheat sheet May 17, 2019
@Mr-Phil1
Copy link

Mr-Phil1 commented Aug 5, 2021

I had make this PDF from the ReadMe.md File with my pandoc Config. This PDF have syntax highlighting, but it is only Version 1.0. If anyone wish an Update, this person can text with an update suggestion.
README.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants