| Name | Organization | Date | |--|--| | jhtong | NUS | Feb 20, 2014 |
A Yeoman generator for school reports. Uses the Yeoman toolstack.
Typing LaTeX reports for short school projects is a pain. Writing Markdown's easy - but you don't get Math. This generator combines the power of Markdown - with the Math typesetting capability of $$$\LaTeX$$$.
I needed it for my assignments.
generator-school-report
runs on NodeJS and Ruby. You'll also need compass
, coffee
and sass
.
Install grunt
, grunt-cli
, bower
, and yo
, as per the Yeoman framework. Then run:
$ npm install -g generator-school-report
$ mkdir my-first-report && cd $_
$ yo school-report
To start the server:
$ grunt server
You've got a Live, printer-friendly school report going!
Yes! generator-school-report
comes with a printer-friendly adaptive template. Margins and colors are printed nicely, as you would in a school report. Plus, the fonts are paired for you. Just plug and play. Yay.
- SASS / SCSS-style stylesheets
- Compass / Bourbon
- A stylesheet that is optimized for print, ready to roll
- Live update - edit your markdown as you go
- Organize your Markdown
Header | What it does |
---|---|
h1 |
Main title |
h2 |
Section title on a new page. |
h3 - h6 |
Sub-section titles |
This is bold text
This is italic text
This contains some inline $$$\frac {a + 3} {b + c}$$$ latex text
An equation can be written as follow:
Writing some inline code
or perhaps functions:
function() {
console.log("hello world");
}
Oh, and HTML tags are supported as well.
Dive into the src/markdown/
folder. These are concatenated at runtime, sorted alphabetically by filename.
Fork this repository at https://github.com/myrtleTree33/generator-school-report
- Joel H Tong
jhtong
,mrytletree33
- http://joeltong.org/
- File bugs in the bug report thank you.
- Forked from
generator-footguard