Examples — Recent
Examples of powerful LaTeX packages and techniques in use — a great way to learn LaTeX by example. Search or browse below.

pLaTeX 実験
An example on using pTeX on Overleaf. See this help page and blog post for further details on using pTeX on Overleaf.
Overleaf

Drawing Pie Charts with pgf-pie
pgf-pie is a LaTeX package for drawing pie charts (and some interesting variants on pie charts) with the PGF/TikZ graphics package.
The examples in this document are from the pgf-pie manual, version 0.2.
The source code for pgf-pie is available at http://code.google.com/p/pgf-pie/.
Yuan Xu

Ley Mu para PCM
Este gráfico presenta las características de compresión de una señal telefónica de entrada cuando es comprimida de manera analógica o digital usando la Ley-Mu tal como es descrita en la Recomendación G.711 de la Unión Internacional de Telecomunicaciones. Esta Ley es descrita por la siguiente ecuación:
f(x, \mu)=sign(x)*\frac{\ln(1+\mu\left |{x}\right |)}{\ln(1+\mu)}
en la que sign(x) es la "función signo".
La gráfica muestra los resultados para 3 valores de \mu distintos.
Ramón

Figures TikZ du cours "Fluides parfaits
Ce document regroupe les codes TIKZ des figures utilisées pour le cours "DYNAMIQUE DES FUIDES PARFAITS" situé à la page http://femto-physique.fr/mecanique_des_fluides/mecaflu_C2.php
J. Roussel

Figures TikZ du cours "PROBLEMES E CHUTE"
Ce document regroupe les codes TIKZ des figures utilisées pour le cours "PROBLEMES DE CHUTE" situé à la page
http://femto-physique.fr/mecanique/meca_C3.php
Jimmy Roussel

IEEE MTT-S Conference (IMS 2013 example)
With Overleaf, edit online instantly this IEEE MTT-S Conference Paper (IMS 2013), and download a PDF version.
This project is also available on my web site:
Tibault Reveyrand

2D Graphics with Asymptote
This example shows how you can use Asymptote on writeLaTeX. Asymptote is a powerful vector graphics language for technical drawings. Labels and equations are typeset with LaTeX, for high-quality output.
The Asymptote project.

RH Workshop Example 1
Riget Workshop example 1. Minimal document showing off text formatting
Timo Röder

Euclid's algorithm: An example of how to write algorithms in LaTeX
Euclid's algorithm written out using the algorithmic environment in LaTeX.
John Hammersley