From 9f27c2aa06c88f8f97c5a6a32d40f94670fd2795 Mon Sep 17 00:00:00 2001 From: prathamesh Date: Mon, 24 Nov 2014 14:04:03 +0530 Subject: Certifiate Generation Implemented --- tbc/certificate/ReadMe.org | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tbc/certificate/ReadMe.org (limited to 'tbc/certificate/ReadMe.org') diff --git a/tbc/certificate/ReadMe.org b/tbc/certificate/ReadMe.org new file mode 100644 index 0000000..c82ba26 --- /dev/null +++ b/tbc/certificate/ReadMe.org @@ -0,0 +1,21 @@ +* Python Textbook Companion certificate template + +** Usage + - To generate a PDF file type, + #+BEGIN_SRC sh + make tbc + #+END_SRC sh + + - To clean the project + #+BEGIN_SRC sh + make clean + #+END_SRC sh + +** License + The tex file and all the images within this project are entirely + PRIVATE. It's usage outside the `Python Textbook Companion` is an legal + offense and will be subject to suitable punishment by Indian law. + + +** Website + [[http://fossee.in]] -- cgit From d4709c3a1cde3a53ab9886efe198df57edd6160d Mon Sep 17 00:00:00 2001 From: prathamesh Date: Mon, 24 Nov 2014 14:13:47 +0530 Subject: Removed whitespaces --- tbc/certificate/ReadMe.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tbc/certificate/ReadMe.org') diff --git a/tbc/certificate/ReadMe.org b/tbc/certificate/ReadMe.org index c82ba26..7ba2b78 100644 --- a/tbc/certificate/ReadMe.org +++ b/tbc/certificate/ReadMe.org @@ -3,12 +3,12 @@ ** Usage - To generate a PDF file type, #+BEGIN_SRC sh - make tbc + make tbc #+END_SRC sh - - To clean the project + - To clean the project #+BEGIN_SRC sh - make clean + make clean #+END_SRC sh ** License -- cgit