Commit e5818614 authored by tsuji's avatar tsuji
parents bd28f1be f9be8cc9
...@@ -6,6 +6,7 @@ include::config.adoc[] ...@@ -6,6 +6,7 @@ include::config.adoc[]
//@ICON_CUSTOM@ //@ICON_CUSTOM@
{ExtendStyle} {ExtendStyle}
// {FreePage}
// After need empty-one-line // After need empty-one-line
//@SCREEN_LOGOS@ //@SCREEN_LOGOS@
......
...@@ -65,6 +65,9 @@ endif::[] ...@@ -65,6 +65,9 @@ endif::[]
.nowrap{display:inline-block;white-space:pre;} \ .nowrap{display:inline-block;white-space:pre;} \
</style>] </style>]
// Page幅を無効にする
:FreePage: pass:none[ <style> #header,#content,#footnotes,#footer{max-width:none;} </style>]
// obsolate // obsolate
:NoWrap: pass:[<span style="display:inline-block;white-space:pre;">] :NoWrap: pass:[<span style="display:inline-block;white-space:pre;">]
:Wrap: pass:[<span style="display:inline;white-space:pre;">] :Wrap: pass:[<span style="display:inline;white-space:pre;">]
......
...@@ -5,15 +5,16 @@ include::config.adoc[] ...@@ -5,15 +5,16 @@ include::config.adoc[]
//:stylesdir: ./ //:stylesdir: ./
//:stylesheet: edit.css //:stylesheet: edit.css
//:toc: left //:toc: left
//:!sectnums:
//:imagesdir: Images //:imagesdir: Images
//@ICON_CUSTOM@ //@ICON_CUSTOM@
{ExtendStyle} {ExtendStyle}
// After need empty-one-line // {FreePage}
// After need empty-one-line
//@SCREEN_LOGOS@ //@SCREEN_LOGOS@
= @FILENAME@ = @FILENAME@
[.text-right] [.text-right]
-- --
......
...@@ -150,7 +150,10 @@ if ((!pm.bForce)&&(!copySure(adocPath))) ...@@ -150,7 +150,10 @@ if ((!pm.bForce)&&(!copySure(adocPath)))
// Imagesフォルダの作成 // Imagesフォルダの作成
doCmd({echo:false},"md",tgtDir.down("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 ロゴ // SCREEN ロゴ
if ( pm.bSCREEN ) { 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