Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GetAdocUI
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QCD
Tools
GetAdocUI
Commits
e5818614
Commit
e5818614
authored
Aug 07, 2023
by
tsuji
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://vfsnewgui.vfsplaza.com/tsuji/tsujidoc
parents
bd28f1be
f9be8cc9
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
3 deletions
+11
-3
TemplateSeparateDocRoot.adoc
Release/getADoc.Data/adocTPL/TemplateSeparateDocRoot.adoc
+1
-0
config.adoc
Release/getADoc.Data/adocTPL/config.adoc
+3
-0
template.adoc
Release/getADoc.Data/adocTPL/template.adoc
+3
-2
getADoc.bat
Release/getADoc.Data/getADoc.bat
+4
-1
No files found.
Release/getADoc.Data/adocTPL/TemplateSeparateDocRoot.adoc
View file @
e5818614
...
@@ -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@
...
...
Release/getADoc.Data/adocTPL/config.adoc
View file @
e5818614
...
@@ -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;">]
...
...
Release/getADoc.Data/adocTPL/template.adoc
View file @
e5818614
...
@@ -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]
--
--
...
...
Release/getADoc.Data/getADoc.bat
View file @
e5818614
...
@@ -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 ) {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment