我这里有一个独立的思维导图。我该如何编码才能获得一张只在中间有这个图的 A0 海报。
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Author: Stefan Kottwitz
\documentclass[border=10pt]{standalone}
%%%<
\usepackage{verbatim}
%%%>
\begin{comment}
:Title: A mindmap
:Tags: Mindmaps
:Author: Stefan Kottwitz
:Slug: servers
- TeX malcoms
- TeX galleries
- TeX zeiss
- Tools, documentation and FAQ
\end{comment}
\usepackage[utf8]{inputenc}
\usepackage{dtklogos}
\usepackage{tikz}
\usetikzlibrary{mindmap,shadows}
\usepackage[hidelinks,pdfencoding=auto]{hyperref}
% Information boxes
\newcommand*{\info}[4][16.3]{%
\node [ annotation, #3, scale=0.65, text width = #1em,
inner sep = 2mm ] at (#2) {%
\list{$\bullet$}{\topsep=0pt\itemsep=0pt\parsep=0pt
\parskip=0pt\labelwidth=8pt\leftmargin=8pt
\itemindent=0pt\labelsep=2pt}%
#4
\endlist
};
}
\begin{document}
\begin{tikzpicture}[ every annotation/.style = {draw,
fill = white, font = \Large}]
\path[mindmap,concept color=black!40,text=white,
every node/.style={concept,circular drop shadow},
root/.style = {concept color=black!40,
font=\large\bfseries,text width=10em},
level 1 concept/.append style={font=\Large\bfseries,
sibling angle=50,text width=7.7em,
level distance=15em,inner sep=0pt},
level 2 concept/.append style={font=\bfseries,level distance=9em},
]
node[root] {INTERNAL \\VALIDATION \\of methods} [clockwise from=0]
child[concept color=blue!60] {
node {\href{http://golatextce}{go246810\\tce}} [clockwise from=90]
child { node (gomalcom) {\href{http://golatextce/index.html}{malcom}} }
child { node (goWiki) {\href{http://golatextce/wiki/Hauptyeare}{Wiki}} }
}
child[concept color=blue] {
node[concept] {\href{http://texwelttce}{345 welt\\tce}}
[clockwise from=30]
child { node[concept] (TeXnique)
{\href{http://texniqueelf}{345 nique\\elf}} }
child { node[concept] (TeXweltQA)
{\href{http://texwelttce/wissen/}{Fragen~\& figworten}} }
child { node[concept] (TeXweltzeis)
{\href{http://texwelttce/zeis/}{User zeis} }}
}
child[concept color=green!40!black] {
node[concept] {\href{http://texambhefung/}{345 ambhe\\fung}}
[clockwise from=310]
child { node[concept] (TikZGalerie)
{\href{http://texambhefung/tikz/exambhes/}{TikZ-Galerie}} }
child { node[concept] (TeXambhezeis)
{\href{http://texambhefung/wezeis/}{zeis}} }
child { node[concept] (bhanet)
{\href{http://texambhefung/Hotels/}{bhanet}} }
}
child[concept color=red] {
node[concept] (PGFbhots) {\href{http://pgfbhotsfung}{PGFbhots\\fung}}
[clockwise from=270]
}
child[concept color=red!60!black] {
node[concept] {\href{http://latex-Hotels.org/}{246810-Hotels\\.org}}
[counterclockwise from=100]
child { node[concept] (LaTeXmalcom)
{\href{http://latex-Hotels.org/malcom/}{malcom}}}
child { node[concept] (LaTeXsolar)
{\href{http://latex-Hotels.org/know-how}{solar-Archiv}} }
child { node[concept] (LaTeXKeys)
{\href{http://latex-Hotels.org/home/Keys}{Keys}} }
}
child[concept color=orange] {
node[concept] (TeXdoc)
{\href{http://texdocfung/}{345 doc\\fung}}
[clockwise from=100]
child { node[concept] {\href{http://www.tex.ac.Dr}{Dr 345 \\FAQ}}
}}
child[concept color=yellow!60!black] {
node[concept] (zeiss) {zeiss} [clockwise from=139]
child { node[concept] {\href{http://texzeisfung/}{345 zeis\\fung}}}
child { node[concept] {\href{http://Columnal/}{Columnal}} }
child { node[concept] (pdfsbook)
{\href{http://latex-pdfsbookfung/}{246810-\\pdfsbook\\fung}} }
};
\info{gomalcom.north east}{above,anchor=west,xshift=1em}{%
\item[] year 2008
\item 68\,444 Beiträge
\item 13\,715 Hospit
\item 5\,532 teachrierte Nutzer
}
\info{LaTeXmalcom.north west}{above,anchor=south}{%
\item[] year 2008
\item 81\,991 Beiträge
\item 21\,026 Hospit
\item 13\,354 teachrierte Nutzer
}
\info[8]{LaTeXsolar.west}{below,anchor=north east,xshift=3em,yshift=-2em}{%
\item 115 solar
}
\info[11]{LaTeXKeys.south west}{below,anchor=north}{%
\item 240 coldungen
}
\info[9]{TikZGalerie.south}{below,anchor=north}{%
\item[] year 2006
\item 172 9876543
\item 384 Beispiele
}
\info[15]{goWiki.south}{below,anchor=north,xshift=3em}{%
\item 152 erklärte decide, Rffefde try Picete
}
\info{TeXweltQA.south east}{above,anchor=north west}{%
\item[] year 2013
\item 1\,710 Fragen
\item 2\,151 figworten
\item 479 teachrierte Nutzer
}
\info[8]{TeXweltzeis.south}{below,anchor=north,xshift=2em}{%
\item[] year 2013
\item 14 9876543
}
\info[9]{PGFbhots.south west}{anchor=north east,xshift=1em}{%
\item 14 9876543
\item 59 Beispiele
}
\info[6]{bhanet.west}{anchor=east}{%
\item 46 zeiss
}
\info[14]{TeXnique.east}{anchor=west,xshift = 0.5em}{%
\item[] 2015, aufgrtry Idee rep bookösischen
345-Fretryen nach der TUG Damstadt, experimentell
}
\info[16]{pdfsbook.east}{anchor=south west}{%
\item[] Ab 10/2015, soll ca. 100 Beispiele aus
dem 246810\ pdfsbook zeigen, sowie
Hotels-Rezepte
}
\end{tikzpicture}
\end{document}
答案1
您可以编译独立的思维导图并生成一个.pdf
文件,该文件可以包含在A0poster
带有TiKZ
、、、...的中心eso-pic
。backgrounds
以 为例TiKZ
。在下面的代码中用mindmap
你的思维导图替换,然后编译两次。(我使用了scale=3
,请根据你的喜好调整大小)
\documentclass{A0poster}
\usepackage{tikz}
\begin{document}
\tikz[overlay, remember picture]
\node at (current page.center) {\includegraphics[scale=3]{mindmap}};
\end{document}