template/novel.txt.erb in narou-1.1.1 vs template/novel.txt.erb in narou-1.1.2
- old
+ new
@@ -1,6 +1,6 @@
-<%# -*- coding: UTF-8 -*- -%>
+<%# -*- coding: utf-8 -*- -%>
<% Template.target_binary_version(1.0) -%>
<%= toc["title"] %>
<%= toc["author"] %>
<%= cover_chuki %>
[#区切り線]
@@ -15,9 +15,10 @@
[#ページの左右中央]
[#ここから柱]<%= toc["title"] %>[#ここで柱終わり]
[#ここから大見出し] <%= section["chapter"] %>[#ここで大見出し終わり]
[#改ページ]
<% end -%>
+
[#3字下げ][#ここから中見出し]<%= section["subtitle"].rstrip %>[#ここで中見出し終わり]
<% if section["element"]["introduction"] != "" -%>
[#ここから前書き]
<%= section["element"]["introduction"] %>
[#ここで前書き終わり]