TeX Community Aggregator

Category Active

A family tree

Posted for discussing and improving on http://tex.stackexchange.com/q/39696/213 Edit and compile if you like: % A family tree % or: an organisational chart % Author: Stefan Kottwitz , http://texblog.net \documentclass{article} \usepackage{tikz} \usepackage[active,tightpage]{preview} \PreviewEnvironment{tikzpicture} \setlength\PreviewBorder{5pt}% % \usetikzlibrary{trees} \begin{document} \begin{tikzpicture}[ man/.style={rectangle,draw,fill=blue!20}, woman/.style={rectangle,draw,fill=red!20,rounded corners=.8ex},… Continue Reading →

Chains with labeled edges

http://texblog.net/latex-archive/maths/pgf-tikz-commutative-diagram/ The chains library is very useful for writing exact sequences. Yet there’s no feature for labeling the edges of a chain. Besides arrows, we might need to write symbols for maps over, under, or just next to it. This… Continue Reading →

Logic diagram

Math formulas and arrows with TikZ http://texblog.net/latex-archive/maths/logic-tikz/ In the Art of Problem Solving Forum http://www.artofproblemsolving.com/Forum/viewtopic.php?p=1359679#1359679 somebody asked for help in creating a construction for proofs and demonstrations in Logic by LaTeX commands. Math expressions should be aligned, some connected by… Continue Reading →

Fancy colorful tables with TikZ

Edit and compile if you like: % Fancy tables with TikZ % Author: Stefan Kottwitz % http://texblog.net \documentclass[svgnames]{beamer} \setbeamertemplate{background canvas}[vertical shading]% [top=blue!1,bottom=blue!30] \setbeamertemplate{navigation symbols}{} \usepackage{tikz} % The table is built using TikZ matrix library features: \usetikzlibrary{matrix} \usepackage[active,tightpage]{preview} \usepackage{subfig} \PreviewEnvironment{tikzpicture} \setlength\PreviewBorder{5pt}%… Continue Reading →

Lindenmayer systems

Edit and compile if you like: % Lindenmayer systems % Dec 18, 2011, Stefan Kottwitz % http://texblog.net \documentclass{article} \usepackage{tikz} \usepackage[active,tightpage]{preview} \usepackage{subfig} \PreviewEnvironment{tabular} \setlength\PreviewBorder{5pt}% \usetikzlibrary{lindenmayersystems} \usetikzlibrary[shadings] \begin{document} \pgfdeclarelindenmayersystem{Koch curve}{ \rule{F -> F-F++F-F}} \pgfdeclarelindenmayersystem{Sierpinski triangle}{ \rule{F -> G-F-G} \rule{G -> F+G+F}} \pgfdeclarelindenmayersystem{Fractal… Continue Reading →

Commutative diagram with crossing edges

Edit and compile if you like: % Commutative diagram with edges passing under/over % Jan 7, 2009, Stefan Kottwitz % http://texblog.net \documentclass{article} \usepackage{tikz} \usetikzlibrary{matrix} \usepackage[active,tightpage]{preview} \usepackage{subfig} \PreviewEnvironment{tikzpicture} \setlength\PreviewBorder{5pt}% \begin{document} \begin{tikzpicture} \matrix (m) [matrix of math nodes, row sep=3em, column sep=3em]{… Continue Reading →

LyX 2.0.0 beta 4 and LyX 1.6.9 released

The fourth beta version of LyX 2.0.0 has been released. This is probably the last beta version. Testers of of previous betas are encouraged to test the new version. The current stable release for any serious work remains 1.6., 1.6.9… Continue Reading →

LaTeX auf der Ubucon 2009

Die Konferenz für die deutschsprachige Ubuntu Linux Community “Ubucon” wird vom 19. bis 22. Oktober 2009 zum dritten Mal stattfinden, in der Georg August Universität in Göttingen.   Das Konferenzprogramm enthält drei LaTeX-Veranstaltungen: LaTeX im Jahr 2009: Vorstellung neuer TeX… Continue Reading →

Fancy chapter headings

An example of how you can use TikZ and absolute positioning to create fancy chapter headings. Edit and compile if you like: % Fancy chapter headings % Author: Stefan Kottwitz % Source: http://texblog.net/latex-archive/layout/fancy-chapter-tikz/ \documentclass[svgnames]{report} \usepackage{tikz} \usepackage{kpfonts} \usepackage[explicit]{titlesec} \newcommand*\chapterlabel{} \titleformat{\chapter} {\gdef\chapterlabel{}… Continue Reading →

Sudoku 3D cube

This example shows how to create an effective 3D effect using the slant transformation. Shading has been added to enhance the 3D impression. Read more about this example over at TeXblog. Edit and compile if you like: % :Author: Stefan… Continue Reading →

Newer posts »

© 2025 TeX.social