Hi everyone, I’ve include the code for drawing Dynkin diagrams using Tikz package in LaTeX \begin{center} \begin{tikzpicture}[scale=.4] \draw (-1,0) node[anchor=east] {$A_n$}; \foreach \x in {0,…,5} \draw[xshift=\x cm,thick] (\x cm,0) circle (.3cm); \draw[dotted,thick] (0.3 cm,0) — +(1.4 cm,0); \foreach \y in {1.15,…,4.15} \draw[xshift=\y cm,thick] (\y cm,0) — +(1.4 cm,0); \end{tikzpicture} \end{center} \begin{center} \begin{tikzpicture}[scale=.4] \draw (-1,0) node[anchor=east] [...]
Archive for the ‘Linux’ Category
LaTeX Tip: Dynkin Diagrams using Tikz
Posted in LaTeX, Mathematics, Physics, Science, tagged Compilation, Diagram, Dynkin, Groups, LaTeX, Lie, lie group, Tikz, Tips and Tricks on April 2, 2012 | Leave a Comment »
LaTeX Tip: New name after compilation
Posted in LaTeX, Science, tagged CLI, Command, How to, HowTo, LaTeX, Line, Linux, Programming, Terminal, Tips and Tricks on March 2, 2012 | Leave a Comment »
If you want to compile a file, say Base.tex, and get the PDF with other name, use the -jobname option $ pdflatex -jobname MyBook Base.tex In the example you’ll get a PDF file called MyBook.pdf Enjoy
Table of all possible irreps of Lie groups
Posted in Linux, Mathematics, SAGE, Science, tagged Calculation, Cartan, Classification, Dynkin, Functions, Groups, How to, HowTo, Labels, Lie, lie group, Linux, Maple, Mathematica, Mathematics, Matlab, Matrices, Matrix, Notebook, Packages, Programming, Python, Representation, Sage, Sagemath, Tips and Tricks on February 27, 2012 | 1 Comment »
Last weekend, I wrote a program in SAGE that list all possible irreps of a Lie group, one specified the group (in Cartan’s classification) and the maximum sum of the Dynkin labels. Check the notebook in here. Since I’m not a programmer, please feel free to leave comments, specially if you find ways to optimize [...]
Organization of LaTeX documents
Posted in Hobbies, LaTeX, Linux, tagged Computers, Documents, Files, Folder, JPG, LaTeX, Linux, Organization, PDF, Ternimal, TeX on December 3, 2011 | Leave a Comment »
When I started to write documents in , I found myself diving into .tex, .out, .aux, .pdf, .jpg files and so on. Thus I developed a system for organizing the files. (If you are starting with might find useful my previous post here) The Basic First, I create a LaTeX folder in my personal Documents [...]