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

Convertidor ADC Sigma Delta
Este diagrama, realizado con órdenes de los paquetes TiKZ/PGF y CIRCUITIKZ, muestra un convertidor de señal analógica a digital del tipo Sigma Delta de Primer Orden. La entrada analógica (\(v_i\)) cuya amplitud debe estar dentro del rango de -1 Vdc a +1 Vdc, se resta de la señal de un convertidor digital a analógico (DAC) de 1 bit, cuya salida inicialmente es cero. La diferencia se integra y se compara con la tensión de tierra (0 V). La señal de salida del comparador es "0" o "1" y a la salida del DAC se obtiene -1 V o +1 V, respectivamente. La señal de salida del comparador contiene un flujo de modulación por densidad de pulsos. El comparador se sincroniza con una señal de reloj de frecuencia varias veces más grande que la mayor de las frecuencias de la señal de entrada \(v_i\).
La figura con su explicación está disponible en la página 221 del texto "Principles of Electronic Communication Systems, 4th Edition" de Louis Frenzel, Jr. editado por Mc Graw Hill en el año 2016, a partir del cual se hizo su adaptación.
Ramón Jaramillo

Poker Theorems
A simple trick to decorate Theorem-like environments with poker suits QED symbols.
I did not come up with this theorem decoration style (I've first seen it here) nor with the whole code (I salvaged it from TeX StackExchange and other sources over the years). This is just my current implementation of the code.
Níckolas Alves

Flag of the United States
Flag of the United States of America, according to official government specifications
Senan Sekhon

Espectro de OFDM 2
Esta es una rutina modificada del ejemplo publicado por Overleaf en este enlace https://es.overleaf.com/articles/espectro-de-ofdm/xxcsbsjjtbcb. Hay unas pocas diferencias relacionadas con el color de fondo y los bordes del gráfico, además del uso de la orden \addplot +[opciones] gnuplot [raw gnuplot] {}. El gráfico está basado en el que se muestra en la página 642 del texto "Digital Modulation Techniques, 2nd Edition" de la editorial Artech House, Inc. de Fuqin Xiong.
Ramón Jaramillo

Thai template example with polyglossia and xelatex
Thai template example with polyglossia and xelatex
LianTze Lim

Tracking changes in LaTeX with "changes" package (with author avatars)
The changes package, distributed with TeX Live, allows the user to manually markup changes of text, such as additions, deletions, or replacements. This example customizes the package to show author annotations with avatars. (Here's a more conventional example without the avatars. )
LianTze Lim

Tracking changes in LaTeX with "changes" package
The changes package, distributed with TeX Live, allows the user to manually markup changes of text, such as additions, deletions, or replacements. Changed text is shown in a different colour; deleted text is crossed out. The package allows definition of additional authors and their associated colour. It also allows you to define a markup for authors or annotations. (Here's another customised example using avatars for the author annotations.)
LianTze Lim

Example of using wiki markup in LaTeX documents
A simple example demonstrating how to use some wiki markup syntax in LaTeX, using wiki.sty from the nicetext bundle. Be careful — not everything works, and some commands may break! See http://mirrors.ctan.org/macros/latex/contrib/nicetext/doc/wikicheat.pdf for a cheat sheet. If you're looking for markdown, check out this example!
LianTze Lim

Psfrag Example
Use the psfrag package to replace strings in EPS images, so that they are typeset with the same body font as your LaTeX document. Note that your project needs to be compiled with the LaTeX dvipdf engine. To configure this, after creating a new project, click on the Overleaf menu icon above the file list panel, and make sure the "Compiler" setting is set to "LaTeX". (The sample image is taken from the psfrag package.)
LianTze Lim