Sha256: 6c9d738f2a9de921cb9e69473372578069da79daaa28d0ef0a3fcf9bc1b7fe2d

Contents?: true

Size: 1.15 KB

Versions: 2

Compression:

Stored size: 1.15 KB

Contents

<%# -*- coding: UTF-8 -*- -%>
<% Template.target_binary_version(1.0) -%>
<%= toc["title"] %>
<%= toc["author"] %>
<%= cover_chuki %>
[#区切り線]
<%= toc["story"] %>

掲載ページ: <a href="<%= toc["toc_url"] %>"><%= toc["toc_url"] %></a>
[#区切り線]

<% sections.each_with_index do |section, i| -%>
[#改ページ]
<% if section["chapter"] != "" -%>
[#ページの左右中央]
[#ここから柱]<%= toc["title"] %>[#ここで柱終わり]
[#ここから大見出し]   <%= section["chapter"] %>[#ここで大見出し終わり]
[#改ページ]
<% end -%>
[#3字下げ][#ここから中見出し]<%= section["subtitle"].rstrip %>[#ここで中見出し終わり]
<% if section["element"]["introduction"] != "" -%>
[#ここから前書き]
<%= section["element"]["introduction"] %>
[#ここで前書き終わり]
<% end -%>


<%= section["element"]["body"] %>
<% if section["element"]["postscript"] != "" -%>
[#ここから後書き]
<%= section["element"]["postscript"] %>
[#ここで後書き終わり]
<% end -%>
<% end -%>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
narou-1.1.1 template/novel.txt.erb
narou-1.1.0 template/novel.txt.erb