Search found 2 matches

by colas
Tue May 20, 2014 8:25 pm
Forum: Community talk
Topic: tikz consultant
Replies: 0
Views: 3741

tikz consultant

Hi,
Does anybody on this form take on consulting work? I have some chart to make and need a tikz consultant. Leave your email and I will contact you with my specifications. Thanks
by colas
Thu May 15, 2014 12:16 am
Forum: Graphics, Figures & Tables
Topic: tikz pie chart
Replies: 0
Views: 4754

tikz pie chart

\documentclass{article}
\usepackage[paperheight=30cm,paperwidth=35cm,margin=1in,heightrounded]{geometry}
\usepackage{tikz}
\usetikzlibrary{calc}

How to divide the pie in unequal slices ?
Thanks

\begin{document}
\thispagestyle{empty}
\fbox{\begin{tikzpicture}[scale=0.6]
% center
\path (0,0 ...