<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.physik.uzh.ch/cms/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.physik.uzh.ch/cms/feed.php">
        <title>CMS Wiki Pages - latex</title>
        <description></description>
        <link>https://wiki.physik.uzh.ch/cms/</link>
        <image rdf:resource="https://wiki.physik.uzh.ch/cms/_media/wiki:dokuwiki.svg" />
       <dc:date>2026-05-14T15:30:02+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.physik.uzh.ch/cms/latex:exampe_eta?rev=1669992287&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.physik.uzh.ch/cms/latex:example_atom?rev=1631978011&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.physik.uzh.ch/cms/latex:example_control_region?rev=1631978228&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.physik.uzh.ch/cms/latex:example_projection?rev=1633157728&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.physik.uzh.ch/cms/latex:example_spherical_coordinates?rev=1632911934&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.physik.uzh.ch/cms/latex:feynman_equation_file?rev=1675521965&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.physik.uzh.ch/cms/latex:feynman_file?rev=1675525505&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.physik.uzh.ch/cms/latex:feynman?rev=1772983446&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.physik.uzh.ch/cms/latex:tikz?rev=1669992125&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.physik.uzh.ch/cms/_media/wiki:dokuwiki.svg">
        <title>CMS Wiki Pages</title>
        <link>https://wiki.physik.uzh.ch/cms/</link>
        <url>https://wiki.physik.uzh.ch/cms/_media/wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.physik.uzh.ch/cms/latex:exampe_eta?rev=1669992287&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-12-02T14:44:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>exampe_eta</title>
        <link>https://wiki.physik.uzh.ch/cms/latex:exampe_eta?rev=1669992287&amp;do=diff</link>
        <description>Pseudorapidity. For more, please visit &lt;https://tikz.net/category/physics/particle-physics/&gt;.


% Author: Izaak Neutelings (June 2017)
% Updated: December 2022
\documentclass[border=3pt,tikz]{standalone}
\tikzset{&gt;=latex} % for LaTeX arrow head

\begin{document}


% SIMPLE FOR-LOOP
\begin{tikzpicture}[scale=3]
  
  % setting
  \def\R{1.2}
  
  % axis labels
  \node[below=5pt,left=2pt] at (0,\R) {$y$};
  \node[left=5pt,below=2pt] at (\R,0) {$z$};
  
  % lines
  \foreach \t in {90,60,45,30,10,0}{
…</description>
    </item>
    <item rdf:about="https://wiki.physik.uzh.ch/cms/latex:example_atom?rev=1631978011&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-09-18T15:13:31+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>example_atom</title>
        <link>https://wiki.physik.uzh.ch/cms/latex:example_atom?rev=1631978011&amp;do=diff</link>
        <description>Different atom models.
For more related figures, please visit &lt;https://tikz.net/category/physics/&gt;.


% Author: Izaak Neutelings (July, 2017)

\documentclass{article}
\usepackage{tikz}

% colors
\definecolor{mylightred}{RGB}{255,210,210}
\definecolor{myred}{RGB}{200,100,100}
\definecolor{mydarkred}{RGB}{140,40,40}
\definecolor{mylightblue}{RGB}{220,228,255}
\definecolor{myblue}{RGB}{183,191,229}
\definecolor{mydarkblue}{RGB}{50,70,190}

% split figures into pages
\usepackage[active,tightpage]{pr…</description>
    </item>
    <item rdf:about="https://wiki.physik.uzh.ch/cms/latex:example_control_region?rev=1631978228&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-09-18T15:17:08+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>example_control_region</title>
        <link>https://wiki.physik.uzh.ch/cms/latex:example_control_region?rev=1631978228&amp;do=diff</link>
        <description>Example of drawing control regions with LaTeX using the TikZ package.
For more related figures, please visit &lt;https://tikz.net/tag/categorization/&gt;.








% Author: Izaak Neutelings (June, 2017)

\documentclass{article}
\usepackage{amsmath} % for \text
\usepackage{tikz}
\tikzset{&gt;=latex} % for LaTeX arrow head
\definecolor{mylightred}{RGB}{255,200,200}
\definecolor{mylightblue}{RGB}{172,188,63}
\definecolor{mylightgreen}{RGB}{150,220,150}

% split figures into pages
\usepackage[active,tightpag…</description>
    </item>
    <item rdf:about="https://wiki.physik.uzh.ch/cms/latex:example_projection?rev=1633157728&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-10-02T06:55:28+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>example_projection</title>
        <link>https://wiki.physik.uzh.ch/cms/latex:example_projection?rev=1633157728&amp;do=diff</link>
        <description>Example of adding and projecting vectors. For more, please visit &lt;https://tikz.net/category/physics/particle-physics/&gt;.


% Author: Izaak Neutelings (June 2017)

\documentclass{article}
\usepackage{amsmath}
\usepackage{tikz}
\tikzset{&gt;=latex} % for LaTeX arrow head
\usetikzlibrary{calc} % to sum coordinates
\newcommand*{\vv}[1]{\vec{\mkern0mu#1}} % correct \vec misalignment

% split figures into pages
\usepackage[active,tightpage]{preview}
\PreviewEnvironment{tikzpicture}
\setlength\PreviewBorde…</description>
    </item>
    <item rdf:about="https://wiki.physik.uzh.ch/cms/latex:example_spherical_coordinates?rev=1632911934&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-09-29T10:38:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>example_spherical_coordinates</title>
        <link>https://wiki.physik.uzh.ch/cms/latex:example_spherical_coordinates?rev=1632911934&amp;do=diff</link>
        <description>Simple example of 3D axes with spherical coordinates.
You can find more diagrams of coordinate systems here, and here for the CMS conventional coordinate system. More figures related to Particle Physics can be found at &lt;https://tikz.net/category/physics/particle-physics/&gt;.


% Author: Izaak Neutelings (June 2017)
% taken from https://tex.stackexchange.com/questions/159445/draw-in-cylindrical-and-spherical-coordinates

\documentclass{article} 
\usepackage{tikz}
\usepackage{tikz-3dplot}
\tikzset{&gt;…</description>
    </item>
    <item rdf:about="https://wiki.physik.uzh.ch/cms/latex:feynman_equation_file?rev=1675521965&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-02-04T14:46:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>feynman_equation_file</title>
        <link>https://wiki.physik.uzh.ch/cms/latex:feynman_equation_file?rev=1675521965&amp;do=diff</link>
        <description>This file show how you can typset a text with Feynman diagrams in equations. See these instructions to compile the diagrams without the need for extra scripts or commands.




% !TEX program = pdflatexmk
% !TEX parameter = -shell-escape
% Author: Izaak Neutelings (July 2017)
\documentclass[a4paper,12pt]{article}
\usepackage[margin=2.4cm]{geometry} % margins
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{feynmp-auto}

\begin{document}

\section{Typesetting equations with Feynman diagrams}…</description>
    </item>
    <item rdf:about="https://wiki.physik.uzh.ch/cms/latex:feynman_file?rev=1675525505&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-02-04T15:45:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>feynman_file</title>
        <link>https://wiki.physik.uzh.ch/cms/latex:feynman_file?rev=1675525505&amp;do=diff</link>
        <description>Generating Feynman diagrams in a LaTeX file

You may need to compile the LaTeX file twice with -shell-escape.

If you use TeXShop for macOS, you can include the following at the top of your document to automatically compile with pdflatexmk -shell-escape</description>
    </item>
    <item rdf:about="https://wiki.physik.uzh.ch/cms/latex:feynman?rev=1772983446&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-08T15:24:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>feynman</title>
        <link>https://wiki.physik.uzh.ch/cms/latex:feynman?rev=1772983446&amp;do=diff</link>
        <description>How to make Feynman diagrams in LaTeX

This page shows some of the basics of making Feynman diagrams in LaTeX with the feynMF/feynMP package. You will also find many examples relevant for our group. More information can be found at:

	*  downloadable package on CTAN;
	*  feynMF manual (T. Ohl, 1997);
	*  for advanced stuff with</description>
    </item>
    <item rdf:about="https://wiki.physik.uzh.ch/cms/latex:tikz?rev=1669992125&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-12-02T14:42:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>tikz</title>
        <link>https://wiki.physik.uzh.ch/cms/latex:tikz?rev=1669992125&amp;do=diff</link>
        <description>How to draw diagrams in LaTeX with TikZ

Nice looking diagrams can be drawn in LaTeX with the versatile TikZ package. This page shows some examples that are useful for our CMS group.

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:</description>
    </item>
</rdf:RDF>
