TildePublishingUnlimited/README.md

47 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2018-11-02 02:12:23 +00:00
# TildePublishingUnlimited
2018-11-06 05:26:58 +00:00
E-book publishing projects for generating fiction works, zines, documentation, and other things.
Write in markdown, compile beautiful pdfs, and ebooks.
2018-11-06 20:50:05 +00:00
TEMPLATES:
----------
* ebook-story book: short stories, fiction works, verse.
2018-11-06 20:50:05 +00:00
* Upcoming:
+ seriousbook: nonfiction, technical documentation, etc.
* pamphlets: short informative works.
* flier-sm-poster: small poster (A4/letter) fliers or posters
* menu: menus for foods, goods, services
2018-12-02 01:01:06 +00:00
* recipes: standalone recipes, should be able to include in book template in the future.
2018-11-06 20:50:05 +00:00
REQUIREMENTS:
-------------
* texlive-full (url)
+ or at least some abridged texlive install with latexmk, texlive-fonts-extra
2018-11-06 20:54:03 +00:00
* Lipsum package to compile demos
2018-11-06 20:50:05 +00:00
* perl5 (req'd by texlive-full)
* pandoc
DEVELOPMENT MAP:
----------------
* first template set up
* Identify templates for inclusion in project
* Modify templates to follow editing conventions (markdown \includes, etc.)
* get them working & then use githooks to streamline testing during development.
* Begin work on makefiles
* Begin work on other output formats using pandoc - ebook formats, html formats(will need css magics)
2018-11-06 20:50:05 +00:00
TODO:
-----
* Define auxfiles directory and succeed in compiling pdf without losing aux files.
* Makefile framework for projects
2018-11-06 20:54:03 +00:00
* Change script md2pdf.sh to move .tex files to a different directory to compile from, isolate "*.md" files
2018-11-06 05:26:58 +00:00