Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ptb-latex
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
André Wählisch
ptb-latex
Commits
7d21fdd5
Commit
7d21fdd5
authored
2 years ago
by
Rolf Niepraschk
Browse files
Options
Downloads
Patches
Plain Diff
non-floating figure/table
parent
1c3f0d72
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ptbposter/ptbposter.cls
+13
-2
13 additions, 2 deletions
ptbposter/ptbposter.cls
ptbposter/tcb-example1.tex
+14
-9
14 additions, 9 deletions
ptbposter/tcb-example1.tex
with
27 additions
and
11 deletions
ptbposter/ptbposter.cls
+
13
−
2
View file @
7d21fdd5
...
...
@@ -3,7 +3,7 @@
\setcounter
{
errorcontextlines
}{
100
}
\listfiles
\NeedsTeXFormat
{
LaTeX2e
}
[1999/12/01]
\ProvidesClass
{
ptbposter
}
[2022/09/2
0
1.0.
1
PTB-Poster (RN)]
\ProvidesClass
{
ptbposter
}
[2022/09/2
1
1.0.
2
PTB-Poster (RN)]
\newif\ifPTB
@useCMYK
\PTB
@useCMYKfalse
% vorerst
\newif\ifPTB
@german@
\PTB
@german@true
...
...
@@ -396,7 +396,7 @@
\RequirePackage
{
relsize
}
% ???
\renewcommand*\RSpercentTolerance
{
0
}
%
\renewcommand*\RSlargest
{
1
000pt
}
% important!
\renewcommand*\RSlargest
{
5
000pt
}
% important!
\renewcommand*\RSsmallest
{
0pt
}
\newcommand*\scaleFontSizes
[1]
{
%
...
...
@@ -557,6 +557,17 @@
]
{
subparagraph
}
}
% non-floating figure/table
\renewenvironment
{
figure
}
[1][]
{
%
\def\@
captype
{
figure
}
%
\par\nobreak
}
{
\par\nobreak
}
\renewenvironment
{
table
}
[1][]
{
%
\def\@
captype
{
table
}
%
\par\nobreak
}
{
\par\nobreak
}
\let\bib
@heading=
\relax
% no head line for bibliography (\refname)
\setcounter
{
secnumdepth
}{
-2
}
...
...
This diff is collapsed.
Click to expand it.
ptbposter/tcb-example1.tex
+
14
−
9
View file @
7d21fdd5
...
...
@@ -43,11 +43,11 @@
X
\hfill
X
\end{posterboxenv}
\begin{posterboxenv}
[title=Titel 3]
{
name=C,column=1,row=2,span=2
}
\fbox
{
\texttt
{
column=1,row=2,span=2
}}
\fbox
{
\texttt
{
name=C,
column=1,row=2,span=2
}}
\end{posterboxenv}
\begin{posterboxenv}
[title=Paketbeschreibung]
%
{
name=D,column=1,
row=3,
span=3,
rowspan=2
}
\fbox
{
\texttt
{
column=1,row=3,span=3
,rowspan=2
}}
\par\bigskip
{
name=D,column=1,span=3,
below=C
}
\fbox
{
\texttt
{
name=D,
column=1,row=3,span=3
}}
\par\bigskip
\begin{multicols}
{
2
}
\section
{
Paketoption
}
\begin{verbatim}
...
...
@@ -79,7 +79,7 @@
\item
"`
\verb
|
column=x,row=y
|
"': Position auf dem Raster
\item
"`
\verb
|
span=m,rowspan=n
|
"': Breite und Höhe
\end{itemize}
Näheres siehe Dokumentation zu "`tcolorbox"'.
Näheres siehe Dokumentation zu "`tcolorbox"'
~
\cite
{
TCOLORBOX
}
.
\end{multicols}
\end{posterboxenv}
...
...
@@ -90,14 +90,19 @@
\tcbhighmath
{
\sum\limits
_{
i=1
}^
n i =
\frac
{
n(n+1)
}{
2
}
.
}
\end{equation}
\end{posterboxenv}
\begin{posterboxenv}
[title=
Verweis
e]
%
{
name=F,column=2,between=D and bottom,
span=2
}
\begin{posterboxenv}
[title=
\refnam
e
]
%
{
name=F,column=2,
span=2,
between=D and bottom,
}
\fbox
{
\texttt
{
column=2,between=D and bottom,span=2
}}
\par\bigskip
\begin{
itemize
}
\item
Thomas F.~Sturm: The tcolorbox package, Library poster,
\begin{
thebibliography}
{
99
}
\
bib
item
{
TCOLORBOX
}
Thomas F.~Sturm: The tcolorbox package, Library poster,
S.~408--420,
\url
{
http://mirrors.ctan.org/macros/latex/contrib/tcolorbox/tcolorbox.pdf
}
\end{itemize}
\newblock
\bibitem
{
Oppermann22
}
A.
\,
Oppermann
\textit
{
et al.
}
: Digital
Transformation in Metrology: Building a Metrological Service Ecosystem,
\textit
{
Procedia Comput.~Sci.
}
\textbf
{
200
}
, 308 (2022),
\url
{
https://doi.org/10.1016/j.procs.2022.01.229
}
.
\end{thebibliography}
\end{posterboxenv}
\end{document}
...
...
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