Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • vaclab/ptb-latex
  • andre.waehlisch/ptb-latex
2 results
Show changes
\ProvidesPackage{ptbposter-tcb}[2020/02/28 v0.1f ptbposter/tcolorbox (RN)]
\NeedsTeXFormat{LaTeX2e}[2020/10/01]
\ProvidesPackage{ptbposter-tcb}[2021/09/21 1.0.1 ptbposter/tcolorbox (RN)]
\newcommand*\PTB@posterSet{%
columns=3,rows=5,spacing=\PTB@texthsep,showframe=false,}
......@@ -77,13 +78,13 @@
adjusted title/.style={title={\raisebox{0pt}[\height][0pt]{#1}}}
}
\AtBeginDocument{%
\AddToHook{begindocument/end}{%
\protected@edef\PTB@tempa{\noexpand\tcbposterset{poster={\PTB@posterSet},%
boxes={\PTB@boxesSet}}}%
\PTB@tempa
\begin{tcbposter}%
}
\AtEndDocument{%
\AddToHook{enddocument}{%
\end{tcbposter}%
}
......
This diff is collapsed.
File added
This diff is collapsed.
No preview for this file type
......@@ -5,7 +5,7 @@
,layout2018
]{ptbposter}
\usepackage[
boxlayout=2 % 0, 1, 2, 3 # default: 2
boxlayout=2 % 0, 1, 2, 3 -- default: 2
]{ptbposter-tcb}
\phone{+49-30-3481-7316}
......@@ -25,22 +25,22 @@ boxlayout=2 % 0, 1, 2, 3 # default: 2
\colorlet{backgroundBottom}{IndianRed3!90}
\posterSet{showframe=false,columns=3,rows=3}
\title{Poster-Test (\texttt{tcolorbox}, \textup{Ti\textit{k}Z}) -- Nr.~2}
\title{Poster-Test (\texttt{ptbposter-tcb.sty}) -- Nr.~2}
\begin{document}
\begin{posterboxenv}[title=John Lennon]{name=John,column=1}
\begin{posterboxenv}[adjusted title=John Lennon]{name=John,column=1}
\includegraphics[width=\linewidth]{John.png}
\end{posterboxenv}
\begin{posterboxenv}[title=Paul McCartney]{name=Paul,column=3}
\begin{posterboxenv}[adjusted title=Paul McCartney]{name=Paul,column=3}
\includegraphics[width=\linewidth]{Paul.png}
\end{posterboxenv}
\begin{posterboxenv}{name=Beatles,column=2,at=middle}
\includegraphics[width=\linewidth]{The_Beatles_official_logo.pdf}
\end{posterboxenv}
\begin{posterboxenv}[title=George Harrison]{name=George,column=1,above=bottom}
\begin{posterboxenv}[adjusted title=George Harrison]{name=George,column=1,above=bottom}
\includegraphics[width=\linewidth]{George.png}
\end{posterboxenv}
\begin{posterboxenv}[title=Ringo Starr]{name=Ringo,column=3,above=bottom}
\begin{posterboxenv}[adjusted title=Ringo Starr]{name=Ringo,column=3,above=bottom}
\includegraphics[width=\linewidth]{Ringo.png}
\end{posterboxenv}
......
......@@ -19,9 +19,11 @@ sollte man sich an ähnlichen schon vorhandenen orientieren. Für einige der
international bekannten Zeitschriften wurden Kürzel definiert und verwendet
(z.B. »JPE« für »Journal of Physics E«). Sie sind in der benutzten Datei
[`journal-short-names.bib`](journal-short-names.bib) enthalten und führen zu
den standardisierten Abkürzungen der Zeitschriftennamen (z.B. »J. Phys. E«).
Alternativ dazu könnte im LaTeX-Dokument auch die Datei
[`journal-long-names.bib`](journal-long-names.bib) ausgewählt werden, um die
den standardisierten Abkürzungen der Zeitschriftennamen (z.B. »J. Phys. E«). Um
nur eine einzige in sich konsistente bib-Datei Interessenten anzubieten, wurde
der Inhalt von `journal-short-names.bib` in diese direkt eingefügt. Alternativ
dazu könnte auch der Inhalt von
[`journal-long-names.bib`](journal-long-names.bib) genommen werden, um die
langen Zeitschriftennamen zu erhalten.
## Erzeugung der pdf-Ausgabedatei
......
......@@ -4,7 +4,7 @@
@STRING{PTB_J={PTB-Jahresbericht}}
@STRING{PTB_M={PTB-Mitteilungen}}
@STRING{PTB_B={PTB-Bericht}}
@STRING{JJAP=Japanese Journal of Applied Physics}}
@STRING{JJAP={Japanese Journal of Applied Physics}}
@STRING{JPB={Journal of Physics B: Atomic, Molecular and Optical Physics}}
@STRING{JPD={Journal of Physics D: Applied Physics}}
@STRING{JPE={Journal of Physics E: Scientific Instruments}}
......
......@@ -93,8 +93,6 @@
\foreignlanguage{ngerman}{#1}~/~\foreignlanguage{english}{\itshape #2}%
}
\addbibresource{journal-short-names.bib}
%\addbibresource{journal-long-names.bib}
\addbibresource{publikationen_vakuum_PTB.bib}
%\appto{\bibsetup}{\raggedright}
......
This diff is collapsed.