VerbTeX LaTeX Editor Apk

VerbTeX LaTeX Editor Apk

Latest version 4.8.8
24 Jan 2025

Older Versions

Apk Infos

Version4.8.8
Rating4.3/5, based on 4,047 votes
Size‎13.7 MB
Requires AndroidAndroid 7.0+ (Nougat)
Author's NotesThe collaborative LaTeX Editor for your Android device

About VerbTeX LaTeX Editor APK

VerbTeX LaTeX Editor APK Download for Android
VerbTeX LaTeX Editor APK Download for Android

Description

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 offline (Verbnox) or online (Verbosus).

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
* 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
* Hotkeys (see below)
* Web-Interface (Cloud Mode)
* Collaboration (Cloud Mode)
* Autosave (Local Mode)
* Custom template for new .tex files (Local Mode)
* No ads

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: /Android/data/verbosus.verbtex/files/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 (/Android/data/verbosus.verbtex/files/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 /Android/data/verbosus.verbtex/files/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

Latest updates

What's new in version 4.8.8

* Git: Improve messaging
* Offline compilation: \hat \bar and others
* Share project (Local Mode)
* Improve editor performance

How to install VerbTeX LaTeX Editor APK on Android phone or tablet?

Download VerbTeX LaTeX Editor APK file from ApkClean, then follow these steps:

Update Phone Settings

  • Go to your phone Settings page
  • Tap Security or Applications (varies with device)
  • Check the Unknown Sources box
  • Confirm with OK

Go to Downloads

  • Open Downloads on your device by going to My Files or Files
  • Tap the APK file you downloaded (verbosus.verbtex-v4.8.8-ApkClean.apk)
  • Tap Install when prompted, the APK file you downloaded will be installed on your device.

Older Versions

4.8.8 (167)13.7 MB
4.8.6 (165)13.7 MB
4.8.5 (164)13.6 MB
4.8.0 (159)13.3 MB
4.7.6 (155)13.3 MB

Questions & Answers

Q: What is an APK File?

A: Just like Windows (PC) systems use an .exe file for installing software, Android does the same. An APK file is the file format used for installing software on the Android operating system.

Q: If I install an APK from this website, will I be able to update the app from the Play Store?

A: Yes, absolutely. The Play Store installs APKs it downloads from Google's servers, and sideloading from a site like ApkClean.net goes through a very similar process, except you're the one performing the downloading and initiating the installation (sideloading).
As soon as the Play Store finds a version of the app newer than the one you've sideloaded, it will commence an update.

Q: Why ApkClean.net can guarantee APK 100% safe?

A: Whenever someone wants to download an APK file from ApkClean.net, we'll check the corresponding APK file on Google Play and allow user download it directly (of course, we'll cache it on our server). If the APK file does not exist on Google Play, we'll search it in our cache.

Q: What are Android App permissions?

A: Apps require access to certain systems within your device. When you install an application, you are notified of all of the permissions required to run that application.

Don't hesitate to contact us if you have any questions or concerns.

(*) is required

User's Reivew

3 ★Ok for writing Japanese with dev help, thanks. Strange to name Chinese the CJK code. Strange to hide the help in the first screen, because you have to go out of the project to find it. Could have been a proposal when generating makes an error.
1 ★Wanted to create a pdf out of latex code, but the app just kept showing that there was a meteork error despite having full bars and being clearly able to access the internet. Used Overleaf in the end -- went smoothly there.
4 ★For someone who knows all the LaTeX commends and is on a hurry, this application is great to be used on the go! However, I would've appreciated it more if commends had auto-suggestions (just as in the PC version of LaTeX)!
1 ★No autosave. When I wanted to save my work, I was asked to login and my work disappeared. Next time I will just use Google doc or Gmail for plain text writing
5 ★Please is the pro version a one time payment? Or monthly/yearly? How does "no internet connection" issue be fixed whereas, there is a full connection?
5 ★Great app. Syntax lightning needs to be fixed. When I type \frac{x}{\sqrt{2}} the last syntax doesn't turn blue.
5 ★Great app with very useful features for Tablets. It would be good if an "&" symbol would be included in the key toolbar for tables, but otherwise perfect!
5 ★I like the app. Now, I can make standalone document using tikzpicture in my phone. I hope the app add \end environtment or bracketing {} () automaticly. Would you like to add that feature ?. It's will be very useful. Thank you
5 ★This is just incredible, I have no complaints, works just like in a pc, much better than all the others I have tested.
5 ★Very useful..nice app..liked it very much... Can the lines with code error be highlighted in the code window? it will become easier to recognise the error. Thank you..
5 ★Nice app. But I would like some manual of using or better instructions for users. I still didn't get how to insert an image, for example.
5 ★Attractive interface, and user friendly editor. 👍👍👍