Anonymous
Not logged in
Talk
Contributions
Create account
Log in
Publication Station
Search
Editing
Courses/Hybrid publishing/Q8
(section)
From Publication Station
Namespaces
Page
Discussion
More
More
Page actions
Read
Edit
History
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Revision: 1 source many outputs== '''1 source many outputs''' [[File:Conversions.svg]] === 3 Conversions - using Pandoc === <pre>pandoc input.md --from markdown --to html5 --standalone --css style.css --output output.html</pre> * markdown (source) -> HTML (website) ** using CSS * markdown (source) -> ICML (PDF of paper book) ** to be used with inDesign styles <pre>pandoc input.md --from markdown --to icml --standalone --output=ouput.icml</pre> * markdown (source) -> epub3 (ebook) ** '''Simple''': <pre>pandoc input.md --from markdown --to epub3 --output=mybook.epub</pre> ** '''using CSS and cover image''' <pre>pandoc input.md --from markdown --to epub3 --epub-stylesheet=styles.css --epub-cover-image=cover.jpg --output=mybook.epub</pre> ==== options ==== * <code>--from</code> - option: '''format to convert “from”'''; * <code>--to </code> - option: '''format to convert “to”'''; * <code>--standalone </code> - option: standing for '''“standalone”,''' produces HTML file with an appropriate html, head, body tags; * <code>--css</code> - option: option for CSS style file * <code>--output</code> - option for '''file output''' * <code>--epub-stylesheet</code> - option for CSS style file in ePub * <code>----epub-cover-image</code> - option for cover img in ePub ------- <div style="background:#FFE972"> {{:Hybrid_publishing_resources}}
Summary:
Please note that all contributions to Publication Station are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
Publication Station:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation
Main navigation
Main page
Printmaking Studio
Print Studio
Dig. Publishing Studio
Namespaces
Grafiwiki
Random Page
Log in
Wiki tools
Wiki tools
Page tools
Page tools
User page tools
More
What links here
Related changes
Page information
Page logs