File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1+ INPUT_FILE = README.md
2+ OUTPUT_FILE = artifacts/python-for-coding-interview.pdf
3+
14.PHONY : linter
25linter :
36 markdownlint README.md --disable MD013
47
58.PHONY : pdf
69pdf :
7- pandoc README.md -V geometry:margin=1in --pdf-engine=xelatex -o artifacts/python-for-coding-interview.pdf
10+ pandoc $(INPUT_FILE ) \
11+ --pdf-engine=xelatex \
12+ -M date=" ` date " +%B%e, %Y" ` " \
13+ -o $(OUTPUT_FILE )
Original file line number Diff line number Diff line change 1- # Python for coding interviews
1+ ---
2+ title : Python for Coding Interviews
3+ subtitle : <https://github.com/mmicu/python-for-coding-interviews>
4+ geometry : margin=1in
5+ ---
6+
7+ # Introduction
28
39List of several and useful ` Python ` data structures to know for coding interviews.
410
You can’t perform that action at this time.
0 commit comments