Tag

LaTeX

0 views collected around this technical thread.

Model Perspective
Model Perspective
Aug 29, 2024 · Fundamentals

Master Beautiful LaTeX Graphics: Functions, Charts, and Geometry with TikZ

This tutorial shows how to use LaTeX's TikZ and related packages to create high‑quality function plots, statistical charts, and geometric figures that integrate seamlessly with document text, offering step‑by‑step code examples and visual results.

LaTeXPlottingTikZ
0 likes · 11 min read
Master Beautiful LaTeX Graphics: Functions, Charts, and Geometry with TikZ
Python Programming Learning Circle
Python Programming Learning Circle
Apr 25, 2024 · Fundamentals

Using latexify-py to Generate LaTeX Mathematical Formulas in Python

This article introduces the latexify-py Python library for converting Python functions into LaTeX mathematical expressions, covering installation, version checking, example code using decorators, and displaying the generated LaTeX output, with screenshots and links for further reference.

LaTeXPythoncode generation
0 likes · 3 min read
Using latexify-py to Generate LaTeX Mathematical Formulas in Python
Java Tech Enthusiast
Java Tech Enthusiast
Apr 14, 2024 · Fundamentals

latexify-py: Generate LaTeX Formulas from Python Functions

latexify-py is a Python library that converts Python functions into LaTeX mathematical expressions, allowing you to install it via pip, check its version, decorate functions like a quadratic solver with @latexify.function to obtain both numeric results and the corresponding LaTeX formula, with source code available on GitHub.

LaTeXPythonTutorial
0 likes · 3 min read
latexify-py: Generate LaTeX Formulas from Python Functions
Model Perspective
Model Perspective
Apr 10, 2023 · Fundamentals

Master Overleaf: A Quick Guide to Writing LaTeX Papers for Modeling Competitions

This guide introduces Overleaf, an online LaTeX editor, and walks you through registration, project creation, document setup, common syntax for sections, fonts, lists, equations, tables, figures, and Chinese support, helping modeling competition teams produce professional papers efficiently.

LaTeXOverleafTutorial
0 likes · 6 min read
Master Overleaf: A Quick Guide to Writing LaTeX Papers for Modeling Competitions
Model Perspective
Model Perspective
May 10, 2022 · Fundamentals

Boost LaTeX Productivity with Top Online Editing & Collaboration Tools

Discover a curated list of powerful LaTeX utilities—including Overleaf for cloud-based authoring and sharing, live formula editors, versatile table converters, and the Mathpix OCR tool—that streamline document creation, simplify equation input, and dramatically improve efficiency for researchers and students alike.

LaTeXMathpixOverleaf
0 likes · 6 min read
Boost LaTeX Productivity with Top Online Editing & Collaboration Tools
Model Perspective
Model Perspective
May 1, 2022 · Fundamentals

Master LaTeX: A Quick Guide to Getting Started with Overleaf

This article introduces LaTeX, explains why it’s a powerful tool for academic writing, walks through using the Overleaf online editor, and covers essential syntax such as sections, fonts, lists, formulas, tables, images, and Chinese input for beginners.

LaTeXOverleafacademic writing
0 likes · 8 min read
Master LaTeX: A Quick Guide to Getting Started with Overleaf
Python Programming Learning Circle
Python Programming Learning Circle
Dec 10, 2021 · Frontend Development

Introducing Markdeep: A Lightweight JavaScript‑Based Markdown Editor with Extended Features

Markdeep is an open‑source JavaScript plugin that turns any plain‑text file into a fully rendered Markdown document with support for tables, LaTeX equations, charts and even PPT‑style slides, requiring only a single markup line and no additional installations.

JavaScriptLaTeXMarkdown
0 likes · 5 min read
Introducing Markdeep: A Lightweight JavaScript‑Based Markdown Editor with Extended Features
Python Programming Learning Circle
Python Programming Learning Circle
Jun 11, 2021 · Fundamentals

Using handcalcs to Convert Python Calculations into LaTeX Formulas

handcalcs is an open‑source Python library that automatically transforms calculation code into LaTeX‑styled formulas, offering Jupyter cell magic and decorator interfaces, customizable display options, and support for symbolic, short, and long representations, while noting limitations with collection types and variable reuse.

JupyterLaTeXPython
0 likes · 5 min read
Using handcalcs to Convert Python Calculations into LaTeX Formulas
New Oriental Technology
New Oriental Technology
Nov 23, 2020 · Artificial Intelligence

A Seq2Seq Deep Learning Approach for Recognizing Mathematical Formulas in Images

This article presents a deep‑learning Seq2Seq model that converts images of mathematical formulas—including matrices, equations, fractions, and radicals—into LaTeX sequences with over 95% accuracy, detailing data preparation, LaTeX normalization, model architecture, training, inference, and post‑processing techniques.

Formula RecognitionLaTeXOCR
0 likes · 9 min read
A Seq2Seq Deep Learning Approach for Recognizing Mathematical Formulas in Images