About VerbTeX LaTeX Editor
VerbTeX is a free, 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 by using Verbosus (Online LaTeX and Octave Editor).
This software is provided "as is" without warranties or conditions of any kind, either expressed or implied.
Features:
* Use PdfTeX or XeTeX to generate a PDF
* Automatic Dropbox synchronization (Local Mode)
* Automatic Box synchronization (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
* Hotkeys (see below)
* Web-Interface (Cloud Mode)
* Collaboration (Cloud Mode)
* Autosave (Local Mode)
* Custom template for new .tex files (Local Mode)
* Copy project from Local Mode to Cloud Mode
* Copy project from Cloud Mode to Local Mode
Additional features in VerbTeX Pro:
* Code completion (commands)
* Encrypted transmission (TLS) of your content
* Unlimited number of projects (Local Mode)
* Unlimited number of documents (Local Mode)
Limitations in free VerbTeX version:
* Max. number of projects (Local Mode): 4
* Max. number of documents per project (Local Mode): 2
* Max. number of files to upload per project (Local Mode): 4
Import existing projects in Local Mode:
* Link to Dropbox or Box (Options -> Link to Dropbox / Link to Box) and let VerbTeX automatically synchronize your projects
OR
* Put all your files in the VerbTeX folder on your SD card: /sdcard/VerbTeX/Local/[project]/
Please note: At least one .tex file must exist. The name of the project is the [project] folder name.
Change the default template for new .tex files: Add a file called 'template.tex' in your local root project folder (/sdcard/VerbTeX/Local/template.tex). The next time you add a new document to a project the new .tex file will be filled with the text of your template.tex file.
Use any .ttf/.otf font:
Put your font file inside your /VerbteX/Local/name-of-project folder 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
VerbTeX LaTeX Editor details
VerbTeX LaTeX Editor is a free Productivity app for Android with 100,000+ installs on Google Play and a 4.4/5 average rating from 3,227 ratings. It was released on July 3, 2010 and last updated on June 19, 2020. It's developed by verbosus.com. It requires Android 6.0 or later.
- Category
- Productivity
- Rating
- 4.4 / 5 (3,227 ratings)
- Installs
- 100,000+
- Price
- Free
- In-app purchases
- No
- Ads
- No ads
- Current version
- 4.2.8
- Size
- 2.7M
- Requires Android
- 6.0 and up
- Content rating
- Rated for 3+
- Released
- July 3, 2010
- Last updated
- June 19, 2020
- Developer
- verbosus.com
What’s new in VerbTeX LaTeX Editor
* Bugfix: Rare Dropbox synchronization issue
Version 4.2.8 · Updated June 19, 2020
Similar Apps
Justnote - Note Taking App
Your privacy-focused note taking app. Justnote helps you take notes easily anytime...
Brainlytic - Interactive Probl
Brainlytic offers interesting mathematical and logical problems for youngsters of ages 8...
EvalBee (OMR sheet scanner)
EvalBee application is designed to help teachers for creating template for multiple...
Acuity Scheduling Client
Your favorite businesses in one place.- Add a business with a URL...
Setmore appointment scheduling
Keep your calendar in check, no matter where your work takes you....
Simplenote
Simplenote is an easy way to take notes, create to-do lists, capture...
Frequently Asked Questions (FAQ)
What is VerbTeX?
What are the features of VerbTeX?
What additional features are available in VerbTeX Pro?
What are the limitations of the free VerbTeX version?
How can I import existing projects in Local Mode?
How can I change the default template for new .tex files?
How can I use any .ttf/.otf font in VerbTeX?
How can I write Chinese in VerbTeX using PdfTeX?
How can I write Chinese in VerbTeX using XeTeX?
What can I do if I experience performance issues in the editor?
What are the hotkeys available in the VerbTeX editor?