User Tools

Site Tools


latex:tikz

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
latex:tikz [2021/05/20 12:34] – [Tangent to a circle or ellipse] iwnlatex:tikz [2022/07/20 11:54] – [How to draw diagrams in LaTeX with TikZ] iwn
Line 4: Line 4:
  
 ''TikZ'' should work out-of-the-box with ''\usepackage{tikz}'', but the syntax is not so straightforward at first. To get started, take a look at these materials: ''TikZ'' should work out-of-the-box with ''\usepackage{tikz}'', but the syntax is not so straightforward at first. To get started, take a look at these materials:
-  * [[https://www.sharelatex.com/blog/2013/08/27/tikz-series-pt1.html|some basic shapes]] +  * [[https://www.sharelatex.com/blog/2013/08/27/tikz-series-pt1.html|Some basic shapes]]. 
-  * [[https://www.tug.org/TUGboat/tb29-1/tb91walczak.pdf|some more basic shapes]] +  * [[https://www.tug.org/TUGboat/tb29-1/tb91walczak.pdf|Some more basic shapes]]. 
-  * [[http://www.texample.net/tikz/examples/|large database of simple and advanced examples]] with a [[http://www.texample.net/tikz/examples/area/physics/|physics section]], including a Feynman diagram and a Standard Model diagram. +  * [[http://www.texample.net/tikz/examples/|TeXample]]: A large database of simple and advanced examples with a [[http://www.texample.net/tikz/examples/area/physics/|physics section]], including a Feynman diagram and a Standard Model diagram. This website will be superseded by [[https://tikz.net|TikZ.net]]. 
-  * [[http://pgf.sourceforge.net/pgf_CVS.pdf|official TikZ & PGF manual]] +  * The examples below and many more are also available on [[https://github.com/IzaakWN/CodeSnippets/tree/master/LaTeX/TikZ|GitHub]] and [[https://ineuteli.web.cern.ch/ineuteli/diagrams/|this gallery page]]
- +  * [[http://pgf.sourceforge.net/pgf_CVS.pdf|Official TikZ & PGF manual]]. 
 +  * [[http://tug.ctan.org/info/visualtikz/VisualTikZ.pdf|Visual Tikz]]: an extensive cheat sheet with TikZ's many features and commands.  
 +  * For Feynman diagrams, please see [[latex:feynman|this page]].
  
  ===== Control regions =====  ===== Control regions =====
Line 799: Line 800:
  ===== 3D axis with spherical coordinates & CMS coordinate system =====  ===== 3D axis with spherical coordinates & CMS coordinate system =====
  
-This piece of code is based on [[https://tex.stackexchange.com/questions/116206/how-to-draw-and-annotate-a-spherical-coordinate-system|this StackExchange thread]]. It is a simple exercise in making axes and labeling angles in 3D. ''\usepackage{tikz-3dplot}'' needs to be included. The full code can be found [[latex:example_spherical_coordinates|here]].+This piece of code is based on [[https://tex.stackexchange.com/questions/116206/how-to-draw-and-annotate-a-spherical-coordinate-system|this StackExchange thread]]. It is a simple exercise in making axes and labeling angles in 3D. ''\usepackage{tikz-3dplot}'' needs to be included. The full code can be found [[https://tikz.net/axis3d/|here]].
  
 <WRAP group><WRAP half column lo 65%> <WRAP group><WRAP half column lo 65%>
Line 837: Line 838:
  
  
-An example of rotating the 3D axes with the CMS conventional coordinate system by using the option ''rotate around x=<//angle//>'' and more ([[latex:example_spherical_coordinates|full code]]):+An example of rotating the 3D axes with the CMS conventional coordinate system by using the option ''rotate around x=<//angle//>'' and more ([[https://tikz.net/axis3d_cms|full code]]):
  
 <WRAP group><WRAP third column 20%> <WRAP group><WRAP third column 20%>
Line 907: Line 908:
 \end{tikzpicture} \end{tikzpicture}
 </code></WRAP> </code></WRAP>
- 
- 
- 
- 
  
  
Line 918: Line 915:
  ===== Tau lepton decay signatures =====  ===== Tau lepton decay signatures =====
  
-Inspiration from [[http://cds.cern.ch/record/1514540|Takahashi & Tomoto (2012) [Fig. 3.14, p. 37]]]. [[latex:tikz:tau_decay_signatures|Full code]].+Inspiration from [[http://cds.cern.ch/record/1514540|Takahashi & Tomoto (2012) [Fig. 3.14, p. 37]]]. [[https://tikz.net/tau_decay/|Full code]].
  
 \\ \\
Line 974: Line 971:
 \\ \\
 </WRAP></WRAP> </WRAP></WRAP>
 +
 +
 +
  ===== Higgs decay planes =====  ===== Higgs decay planes =====
  
-Decay planes of Higgs decay to measure the Higgs boson's parity. The full code can be found [[latex:tikz:decay_planes|here]]. Adaptation of [[https://arxiv.org/abs/hep-ph/0503172|Djouadi (2008) [Fig. 2.6, 2.11]]].+Decay planes of Higgs decay to measure the Higgs boson's parity. The full code can be found [[https://tikz.net/decay_planes/|here]]. Adaptation of [[https://arxiv.org/abs/hep-ph/0503172|Djouadi (2008) [Fig. 2.6, 2.11]]].
  
 <WRAP group><WRAP third column 20%> <WRAP group><WRAP third column 20%>
Line 991: Line 991:
  
  
 +
 + ===== Impact parameters =====
 +
 +Examples of defining impact parameters in proton collisions ([[https://tikz.net/impact_parameters/|full code]]).
 +
 +<WRAP group><WRAP column 28%>
 +{{latex:tikz:impact_parameters1.png ? 0x1000 }}
 +</WRAP><WRAP column 26%>
 +{{latex:tikz:impact_parameters2.png ? 0x1000 }}
 +</WRAP><WRAP column 38%>
 +{{latex:tikz:impact_parameters3.png ? 0x1000 }}
 +</WRAP></WRAP>
  
  ===== Timelines and scales =====  ===== Timelines and scales =====
  
-Examples of a simple time or energy scale with labels and arrows ([[latex:tikz:timescales|full code]]).+Examples of a simple time or energy scale with labels and arrows ([[https://tikz.net/timeline/|full code]]).
  
 <WRAP group><WRAP third column 15%> <WRAP group><WRAP third column 15%>
Line 1011: Line 1023:
 \\ \\
 </WRAP></WRAP> </WRAP></WRAP>
- 
  
  
Line 1017: Line 1028:
  ===== Jets cones =====  ===== Jets cones =====
  
-Two examples of cones. Full code can be found [[latex:tikz:jet_cones|here]].+Two examples of cones. Full code can be found [[https://tikz.net/jet_cone/|here]].
  
  
Line 1124: Line 1135:
  
  
- ===== Jets vectors ===== 
  
-One can do some projections of jet and MET vectors to construct variables like MT2 in SUSY searches. The full code can be found [[latex:tikz:jet_vectors|here]].+ 
 + ===== Top jets === 
 + 
 +The full code can be found [[https://tikz.net/jet_top/|here]]. 
 + 
 +<WRAP group><WRAP column 30%> 
 +{{ latex:tikz:jet_top_resolved.png ? 0x1000 }} 
 +</WRAP><WRAP column 30%> 
 +{{latex:tikz:jet_top_merged_partial.png ? 0x1000 }} 
 +</WRAP><WRAP column 30%> 
 +\\ \\ \\ \\ \\ 
 +{{latex:tikz:jet_top_merged_full.png ? 0x1000 }} 
 +</WRAP></WRAP> 
 + 
 +<code latex> 
 +\newcommand\jetcone[5][blue]{{ 
 +  \pgfmathanglebetweenpoints{\pgfpointanchor{#2}{center}}{\pgfpointanchor{#3}{center}} 
 +  \edef\ang{#4/2} 
 +  \edef\e{#5} 
 +  \edef\vang{\pgfmathresult} % angle of vector OV 
 +  \tikzmath{ 
 +    coordinate \C; 
 +    \C = (#2)-(#3); 
 +    \x = veclen(\Cx,\Cy)*\e*sin(\ang)^2; % x coordinate P 
 +    \y = tan(\ang)*(veclen(\Cx,\Cy)-\x); % y coordinate P 
 +    \a = veclen(\Cx,\Cy)*sqrt(\e)*sin(\ang); % vertical radius 
 +    \b = veclen(\Cx,\Cy)*tan(\ang)*sqrt(1-\e*sin(\ang)^2); % horizontal radius 
 +    \angb = acos(sqrt(\e)*sin(\ang)); % angle of P in ellipse 
 +  } 
 +  \coordinate (tmpL) at ($(#3)-(\vang:\x pt)+(\vang+90:\y pt)$); % tangency 
 +  \draw[thin,#1!40!black,fill=#1!50!black!80,rotate=\vang] 
 +    (#3) ellipse({\a pt} and {\b pt}); 
 +  \draw[thin,#1!40!black,fill=#1!80!black!40,rotate=\vang] 
 +    (tmpL) arc(180-\angb:180+\angb:{\a pt} and {\b pt}) 
 +    -- ($(#2)+(\vang:0.018)$) -- cycle; 
 +}} 
 + 
 +\begin{tikzpicture} 
 +  \def\R{2.5} 
 +  \coordinate (O) at (0,0); 
 +  \coordinate (BJ) at ( 65:1.1*\R); % b jet 1 
 +  \coordinate (J1) at ( 15:1.0*\R); % q jet 1 
 +  \coordinate (J2) at (-20:1.0*\R); % q jet 2 
 +  \jetcone[green!80!black]{O}{BJ}{14}{0.10} 
 +  \jetcone{O}{J1}{16}{0.08} 
 +  \jetcone{O}{J2}{16}{0.10} 
 +  \node[green!50!black] at (65:1.24*\R) {b}; 
 +  \node[blue!80!black,right] at (-5:1.00*\R) {$\mathrm{W} \to qq$}; 
 +\end{tikzpicture} 
 +</code> 
 + 
 + 
 + ===== Jet vectors ===== 
 + 
 +One can do some projections of jet and MET vectors to construct variables like MT2 in SUSY searches. The full code can be found [[https://tikz.net/jet_vectors/|here]].
  
 <WRAP group><WRAP half column 54%> <WRAP group><WRAP half column 54%>
Line 1191: Line 1255:
 Some different methods of finding the tangent to a circle or ellipse in TikZ. Some different methods of finding the tangent to a circle or ellipse in TikZ.
 Using these methods a nice cone can be made. Using these methods a nice cone can be made.
-The full code can be found [[latex:tikz:circle_tangent|here]].+The full code can be found [[https://tikz.net/circle_tangent/|here]].
  
  
latex/tikz.txt · Last modified: 2022/12/02 15:42 by iwn