Michael Hannon
unread,Jun 18, 2013, 7:14:20 PM6/18/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kn...@googlegroups.com
Greetings. Is there a way to specify a subtitle for Markdown/pandoc/slidy
slides?
Putting the following at the beginning of the R Markdown file works fine:
% Stat 314159
% Michael Hannon
% 2013/06/18
but I want to get a description of the course as a subtitle. I noticed that
continuation lines are allowed in pandoc, as:
% Stat 314159
An Introduction to Uniformly Most Wonderful Estimators
% Michael Hannon
% 2013/06/18
but they don't provide a newline in the output. I.e., the result is:
Stat 314159 An Introduction to Uniformly Most Wonderful Estimators
Michael Hannon
2013/06/18
I'd like to get the output to look something like:
Stat 314159
An Introduction to Uniformly Most Wonderful Estimators
Michael Hannon
2013/06/18
I.e., the course name and description would be on separate lines. Can I do
this?
Thanks.
-- Mike
Link
Greetings. Is there a way to specify a subtitle for Markdown/pandoc/slidy
slides?
Putting the following at the beginning of the R Markdown file works fine:
% Stat 314159
% Michael Hannon
% 2013/06/18
but I want to get a description of the course as a subtitle. I noticed that
continuation lines are allowed in pandoc, as:
% Stat 314159
An Introduction to Uniformly Most Wonderful Estimators
% Michael Hannon
% 2013/06/18
but they don't provide a newline in the output. I.e., the result is:
Stat 314159 An Introduction to Uniformly Most Wonderful Estimators
Michael Hannon
2013/06/18
I'd like to get the output to look something like:
Stat 314159
An Introduction to Uniformly Most Wonderful Estimators
Michael Hannon
2013/06/18
I.e., the course name and description would be on separate lines. Can I do
this?
Thanks.
-- Mike