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

Espectro de OFDM
La rutina que les presento, muestra el gráfico real de la distribución de potencia espectral o, simplemente, espectro en potencia, de una señal en banda base de OFDM (Orthogonal Frequency Division Multiplexing, Multiplexado por división de frecuencias ortogonales) que consiste en la suma de 4 señales senoidales portadoras moduladas en algún tipo de técnica digital como ASK, PSK, QAM o cualquiera de sus variantes (de M niveles todas ellas). El espectro de cada señal portadora es la función sinc(x), que se define en el listado, elevada al cuadrado, de la que proviene la función ofdm(x) también definida allí. Esta rutina corrige el ejemplo titulado "Espectro de OFDM" (publicado en https://www.overleaf.com/articles/espectro-de-ofdm/xxcsbsjjtbcb)
En la "Sección de sumas de portadoras" se usa la orden \pgfplotsinvokeforeach{0,...,3} para calcular la suma de los espectros de las 4 portadoras moduladas. Para evitar las distorsiones de los gráficos, los límites se han cambiado desde -0.1 hasta 5. La curva en color "Salmon", representa la suma de todos los espectros individuales. El eje horizontal representa la fracción f/Rs, donde Rs es la velocidad de símbolos OFDM transmitidos versus S(f) que representa la potencia normalizada al valor de 1. El gráfico está basado en el mostrado en la página 642 del texto "Digital Modulation Techniques, 2nd Edition" de la editorial Artech House, Inc. de Fuqin Xiong.
Ramón Jaramillo

Getting psfrag to work in pdflatex
An example using the pstool package to get \psfrag commands working with .eps images in pdflatex. There's a caveat; after the initial compile, if you add more \psfrag or change the replacements, it doesn't auto-update the replacements in the PDF output on Overleaf unless you do a recompile from scratch, or the .eps file itself is updated.
LianTze Lim

National Institute of Technology, Trichy Thesis Format
This is the official thesis format for Masters/Bachelors thesis for NIT Trichy students. This in absolute compliance with the guidelines issued by the Office of Dean Academic.
Shibashish Jaydev

Supported Vector Machine with SAS
Supported Vectored Machine (SVM) is one of the most historical, but also most commonly used machine learning models in supervised learning. In this project, I built a SVM model with the Sequential Minimal Optimization (SMO) algorithm using SAS IML procedure. Also, I simulated some linearly separable data using data step and compared the result of the SVM model with the SAS build-in Logistic Procedure. Finally, I applied the model to a famous dataset called credit.
Qi Zhao

Resume Template for Software Engineer
This is a customized resume template for software engineering positions derived from Curriculum Vitae (moderncv) template.
Shawn Pan

یک اسلاید نمونه
قالب دفاع
milad

Exportar figuras tikz a imágenes
Este es un ejemplo de cómo utilizar la librería external del paquete
tikz para generar archivos de imagen con las gráficas desarrolladas en
el ambiente tikzpicture, en Overleaf
Fausto Mauricio Lagos Suárez

Incluir código Arduino en documentos LaTeX
Ejemplo de uso del archivo arduino_code.tex que define el comando ArduinoSketch y el ambiente ArduinoSketchBox para incluir código arduino en documento LaTeX utilizando el resaltado de sintaxis propio de Arduino IDE
Fausto Mauricio Lagos Suárez
Exploring the structure of TeX boxes with LuaTeX
This project uses LuaTeX to draw nodes graphs representing the inner structure of TeX boxes. The node graphs are output in PDF and SVG format for digital- or print-based usage. This project was written to accompany the blog post Pandora’s \hbox: Using LuaTeX to Lift the Lid of TeX Boxes.
Graham Douglas