Sha256: 8a4bf85ee57c2f4f82d985861d4f04829d8db04a62e68bc7c014f570e07883e7
Contents?: true
Size: 1.16 KB
Versions: 14
Compression:
Stored size: 1.16 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"] %>[#ここで柱終わり] [#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 -%>
Version data entries
14 entries across 14 versions & 1 rubygems