Commit e5818614 authored by tsuji's avatar tsuji
parents bd28f1be f9be8cc9
......@@ -6,6 +6,7 @@ include::config.adoc[]
//@ICON_CUSTOM@
{ExtendStyle}
// {FreePage}
// After need empty-one-line
//@SCREEN_LOGOS@
......
......@@ -65,6 +65,9 @@ endif::[]
.nowrap{display:inline-block;white-space:pre;} \
</style>]
// Page幅を無効にする
:FreePage: pass:none[ <style> #header,#content,#footnotes,#footer{max-width:none;} </style>]
// obsolate
:NoWrap: pass:[<span style="display:inline-block;white-space:pre;">]
:Wrap: pass:[<span style="display:inline;white-space:pre;">]
......
......@@ -5,15 +5,16 @@ include::config.adoc[]
//:stylesdir: ./
//:stylesheet: edit.css
//:toc: left
//:!sectnums:
//:imagesdir: Images
//@ICON_CUSTOM@
{ExtendStyle}
// After need empty-one-line
// {FreePage}
// After need empty-one-line
//@SCREEN_LOGOS@
= @FILENAME@
[.text-right]
--
......
......@@ -150,7 +150,10 @@ if ((!pm.bForce)&&(!copySure(adocPath)))
// Imagesフォルダの作成
doCmd({echo:false},"md",tgtDir.down("Images"));
(tgtDir.down("Images").down("Template.dio.png")).writeAll("");
// 空PNGファイル不要 2023/05/22
// (tgtDir.down("Images").down("Template.dio.png")).writeAll("");
// SCREEN ロゴ
if ( pm.bSCREEN ) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment