-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Comments
Can i get those sheets as pdf? not legible....though.
*Regards,*
*Gangadhar Ambati*
*Saven Technologies Limited*
*A CMMI Level 3 and ISO-27001 standard Company*
Off: +1-847-388-7325 Mob: +919701112072
#302, MyHome Sarovar Plaza, Hyderabad-500 063
Web: www.saven.in
…On Wed, Jan 18, 2017 at 3:00 PM, Shashanka Nataraj ***@***.*** > wrote:
I have this cheat sheet on my cubicle wall
[image: img_20170118_145914 1]
<https://cloud.githubusercontent.com/assets/650317/22058416/ceb66ba6-dd8e-11e6-9dcb-17ba87ad2a8c.jpg>
Thanks for this!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#124>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AACx3M-2_gQV-7KgwcLY24A889t8lcbHks5rTdu4gaJpZM4Lmpo9>
.
|
@ambatigan Copy paste the .md file into a word document and print away! Or, you could use : http://www.markdowntopdf.com/ |
How can i get that .md (markdown you meant) file? Btw, i see it as an image.... |
Here you go |
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. |
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. |
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. |
I have this cheat sheet on my cubicle wall
Thanks for this!
The text was updated successfully, but these errors were encountered: