VerbTeX Pro LaTeX Editor

4.4
451 reviews
5K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

VerbTeX is a collaborative LaTeX Editor for your Android device. It allows you to create and manage LaTeX projects directly on your Android device and generate a PDF offline (Verbnox) or online (Verbosus).

This software is provided "as is" without warranties or conditions of any kind, either expressed or implied.

Pro version:
* Code completion (commands)
* Encrypted transmission (TLS) of your content
* Unlimited number of projects (Local Mode)
* Unlimited number of documents (Local Mode)
* Unlimited number of projects (Cloud Mode)
* Unlimited number of documents (Cloud Mode)

Features:
* Use PdfTeX or XeTeX to generate a PDF
* Use BibTeX or Biber for bibliographies
* Offline compilation (Local Mode, enable in Settings)
* Automatic Dropbox synchronization (Local Mode)
* Automatic Box synchronization (Local Mode)
* Git integration (Local Mode)
* 2 Modes: Local Mode (stores .tex documents on your device) and Cloud Mode (synchronizes your projects with Verbosus)
* Full LaTeX distribution (TeXLive)
* Syntax highlighting
* Code completion (commands)
* Hotkeys (see below)
* Web-Interface (Cloud Mode)
* Collaboration (Cloud Mode)
* Two factor authentication (Cloud Mode, in combination with Copiosus)
* Autosave (Local Mode)
* Custom template for new .tex files (Local Mode)

Import and export existing projects in Local Mode:
* Link to Dropbox or Box (Settings -> Link to Dropbox / Link to Box) and let VerbTeX automatically synchronize your projects
OR
* Use Git integration: Clone or track an existing repository

Use any .ttf/.otf font:
Put your font file inside your project and reference it in your document:

\documentclass{article}
\usepackage{fontspec}
\setmainfont{fontname.otf}
\begin{document}
\section{Main Heading}
Это тест
\end{document}

You can write chinese in PdfTeX using the CJKutf8 package as shown in the following example:

\documentclass{article}
\usepackage{CJKutf8}
\begin{document}
\begin{CJK}{UTF8}{gbsn}
这是一个测试
\end{CJK}
\end{document}

You can write chinese in XeTeX using the xeCJK package as shown in the following example:

\documentclass{article}
\usepackage{xeCJK}
\begin{document}
这是一个测试
\end{document}

If you experience any performance issues while using the editor please try
* to disable syntax highlighting and line numbers by choosing Menu -> Syntax Highlighting: ON and Line Numbers: ON
* to split up your project into multiple .tex files by using the \include{...} command of LaTeX

Hotkeys in editor:
ctrl+s: Save
ctrl+g: Generate PDF
ctrl+n: New document
ctrl+d: Delete document
ctrl+.: Next document
ctrl+,: Previous document
Updated on
Mar 25, 2025

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection
Data is encrypted in transit
You can request that data be deleted

Ratings and reviews

4.6
251 reviews
A Google user
September 23, 2019
Hello I first downloaded the tex file and couldn't even open it. Then I started a project called Quiz and didn't know how to locate the Local folder. . Adding to the difficulty is Android's file manager itself is not very user friendly. The distinction between copy and move is not clear. And then lastly my resource file was a .png file and I was calling it by .PNG and that didn't cause a problem on Windows but did on Android. Now sorted it all out and happy
3 people found this review helpful
Did you find this helpful?
verbosus.com
September 23, 2019
Thank you for your report. What exactly is not user friendly? Of course you can download the PDF (you can use your PDF app or copy it manually in a file manager or link it to Dropbox or Box) and compile your LaTeX code by pressing the PDF button on top of the screen. Please contact us directly if you have any questions.
Pacrox
September 26, 2022
Work quite well, the Tex installation is completa and solid. 4 stars because the file manager interface is too basic, lacking basic functions, and I can't access the files because they are somehow hidden in the file system. This makes very tedious working with external files. **UPDATE: BACK TO 5 STARS** because after subscribing on the web site it unlock many cool features! Awesome product, perfect companion for business.
3 people found this review helpful
Did you find this helpful?
fidd ff
March 28, 2022
I'm generally very satisfied with this app. Normally, when an app is the only one for a certain use (in this case latex), it is quite bad. Not this one however. It is almost perfect. Two things: 1) Please complete my brackets! 2) I'm not sure if it is my system, but my synced dropbox projects take literally forever to load into the app. For the record: I do have 5+ rather large projects in there.
3 people found this review helpful
Did you find this helpful?
verbosus.com
March 6, 2022
Thank you for your report. Please check your projects in Dropbox. If you have many files (>100) synchronization tends to take some time. Please contact us directly if you have any questions.

What’s new

* Library upgrade
* Bugfix: Text suggestions