Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Malin Freeborn
config
Commits
9175b2ab
Unverified
Commit
9175b2ab
authored
1 year ago
by
Malin Freeborn
Browse files
Options
Downloads
Patches
Plain Diff
separate \boxPair with line
parent
76c648b1
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs.tex
+11
-1
11 additions, 1 deletion
docs.tex
layout.sty
+10
-0
10 additions, 0 deletions
layout.sty
test.tex
+22
-0
22 additions, 0 deletions
test.tex
with
43 additions
and
1 deletion
docs.tex
+
11
−
1
View file @
9175b2ab
...
...
@@ -263,6 +263,17 @@ An optional argument allows default size changes for the words, and as usual wor
\begin{multicols}
{
2
}
\boxPair
{
\subsubsection
{
Box Pairs
}
This is the
\texttt
{
\textbackslash
boxPair
}
command.
It lets a pair of anything sit at the bottom of the page.
The first argument sits in the left column, and the next in the right.
The command works well if you have a creature box, like this griffin.
}{
\griffin
}
\subsection
{
Weapon Commands
}
The
\verb
"
\weapon{Name}{1}{2}
"
command works in 2 ways.
...
...
@@ -412,7 +423,6 @@ And charts about roll successes like this:
\end{rollchart}
\subsection
{
Making Maps
}
Make all maps under some subsection, then start the individual map entry like this:
\verb
"
\mapentry[docGift]{Documentation Giftschrank}
"
.
...
...
This diff is collapsed.
Click to expand it.
layout.sty
+
10
−
0
View file @
9175b2ab
...
...
@@ -599,6 +599,10 @@ interior code={ \path[tcb fill interior] ([xshift=-2mm]interior.west)
}
\newcommand\bigLine
{
%
\textcolor
{
\pageSideColor
}{
\ifodd\value
{
page
}
\raisebox
{
-3pt
}{
\Large\hspace
{
0.1em
}
\decothreeright
}
\fi\hrulefill\ifodd\value
{
page
}
\else\raisebox
{
-3pt
}{
\Large\hspace
{
-0.1em
}
\decothreeleft
}
\fi
}
%
}
%%%%% NPC Names
\newcommand
{
\name
}{}
...
...
@@ -839,12 +843,18 @@ Roll & Result \\
\newcommand\boxPair
[3][b]
{
\begin{figure*}
[#1!]
\ifstrequal
{
#1
}{
b
}{
%
\bigLine
}{}
\begin{multicols}
{
2
}
#2
\vfill\null
\columnbreak
#3
\end{multicols}
\ifstrequal
{
#1
}{
t
}{
%
\bigLine
}{}
\end{figure*}
}
...
...
This diff is collapsed.
Click to expand it.
test.tex
+
22
−
0
View file @
9175b2ab
...
...
@@ -246,6 +246,17 @@ This section is non-verbose, so only basic stats are shown.
\archmage
\boxPair
[t]
{
\subsubsection
{
Box Pairs
}
This is the
\texttt
{
\textbackslash
boxPair
}
command.
It lets a pair of anything sit at the bottom of the page.
The first argument sits in the left column, and the next in the right.
The command works well if you have a creature box, like this lava-man.
}{
\lavaman
}
\dragon
\rockman
...
...
@@ -433,6 +444,17 @@ When using a bestiary chapter, the stats appear as dice rolls, rather than fixed
\lipsum
[2]
\boxPair
[t]
{
\subsubsection
{
Box Pairs
}
This is the
\texttt
{
\textbackslash
boxPair
}
command.
It lets a pair of anything sit at the bottom of the page.
The first argument sits in the left column, and the next in the right.
The command works well if you have a creature box, like this griffin.
}{
\griffin
}
\subsection
{
Test subsection
}
\settoggle
{
allyCharacter
}{
true
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment