Sha256: d5c06643a2b8c8f85ed58b989bc58675f860b5181b86a72c59152cb88c5ea46c

Contents?: true

Size: 1.42 KB

Versions: 9

Compression:

Stored size: 1.42 KB

Contents

<%# -*- coding: utf-8 -*- -%>
<% Template.target_binary_version(1.0) -%>
<%= processed_title %>
<%= toc["author"] %>
<%= cover_chuki %>
[#区切り線]
<% if toc["story"] != "" -%>
あらすじ:
<%= toc["story"] %>

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

<% sections.each_with_index do |section, i| -%>
[#改ページ]
<% if section["chapter"] != "" -%>
[#ページの左右中央]
[#ここから柱]<%= toc["title"] %>[#ここで柱終わり]
[#3字下げ][#ここから大見出し]<%= 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 -%>
<% if setting.enable_display_end_of_book -%>
[#ここから地付き][#小書き](本を読み終わりました)[#小書き終わり][#ここで地付き終わり]
<% end -%>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
narou-1.5.11 template/novel.txt.erb
narou-1.5.10.1 template/novel.txt.erb
narou-1.5.10 template/novel.txt.erb
narou-1.5.9 template/novel.txt.erb
narou-1.5.8 template/novel.txt.erb
narou-1.5.7.1 template/novel.txt.erb
narou-1.5.7 template/novel.txt.erb
narou-1.5.6.1 template/novel.txt.erb
narou-1.5.6 template/novel.txt.erb