User Tools

Site Tools


latex:exampe_eta

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
latex:exampe_eta [2017/07/21 14:11] – created iwnlatex:exampe_eta [2022/12/02 15:42] iwn
Line 1: Line 1:
-<WRAP group><WRAP third column 4%> +<WRAP group><WRAP column 2%> 
-// + // // 
-</WRAP><WRAP third column 80%> +</WRAP><WRAP column 40%> 
-{{ latex: theta_eta.png ? 0x1000 }} +{{ latex: theta.png ? 0x1000 }} 
-</WRAP><WRAP third column 4%> +</WRAP><WRAP column 2%> 
-//+ // // 
 +</WRAP><WRAP column 42%> 
 +{{ latex:tikz:axis2d_pseudorapidity.png ? 0x1000 }} 
 +</WRAP><WRAP column 2%> 
 + // //
 </WRAP></WRAP> </WRAP></WRAP>
  
 +Pseudorapidity. For more, please visit https://tikz.net/category/physics/particle-physics/.
  
- +<file latex theta-eta.tex>
-<file latex axes3D.tex>+
 % Author: Izaak Neutelings (July 2017) % Author: Izaak Neutelings (July 2017)
 +
 \documentclass{article} \documentclass{article}
 \usepackage{amsmath} % for \text \usepackage{amsmath} % for \text
Line 25: Line 30:
  
 \begin{document} \begin{document}
 +
 +
 +
 \begin{tikzpicture}[scale=3] \begin{tikzpicture}[scale=3]
      
   % limits   % limits
-  \def\N{4} 
   \def\R{1.2}   \def\R{1.2}
      
   % axis labels   % axis labels
-  \node[scale=0.8,below left=1pt] at (0,\R) {$y$}; +  \node[below=5pt,left=2pt] at (0,\R) {$y$}; 
-  \node[scale=0.8,below left=1pt] at (\R,0) {$z$};+  \node[left=5pt,below=2pt] at (\R,0) {$z$}; 
 +   
 +  % lines 
 +  \foreach \t in {90,60,45,30,10,0}{ 
 +    \draw[->,black!60!red,thick] 
 +      (0,0) -- ({\R*cos(\t)},{\R*sin(\t)}) 
 +      node[anchor=180+\t,black] {$\theta=\t$}; 
 +  } 
 +     
 +\end{tikzpicture} 
 + 
 + 
 + 
 +\begin{tikzpicture}[scale=3] 
 +   
 +  % limits 
 +  %\def\N{4} 
 +  \def\R{1.2} 
 +   
 +  % axis labels 
 +  \node[scale=0.9,below=5pt,left=2pt] at (0,\R) {$y$}; 
 +  \node[scale=0.9,left=5pt,below=2pt] at (\R,0) {$z$};
      
   % lines   % lines
Line 45: Line 73:
          
 \end{tikzpicture} \end{tikzpicture}
 +
 +
 +
 \end{document} \end{document}
 </file> </file>
latex/exampe_eta.txt · Last modified: 2022/12/02 15:44 by iwn