Categories

  • Android Apps
  • Android Games
  • Android Wallpapers
  • Android Wear Apps
  • Android Keyboard
  • Android Themes
  • Android Ringtones

Topics

  • Editor's Choice
  • Top Ranking
  • Pre Register
  • Offline Games
  • 2,3,4 Players Games

Categories

Topics

VerbTeX Pro LaTeX Editor

VerbTeX Pro LaTeX Editor APK

4.4.2 $9.99 ․ verbosus.com ⇣ Download APK (3.2M)

The secure, collaborative LaTeX Editor for your Android device

What's VerbTeX Pro LaTeX Editor APK?

VerbTeX Pro LaTeX Editor is a app for Android, It's developed by verbosus.com author.
First released on google play in 13 years ago and latest version released in 2 years ago.
This app has 5.1K download times on Google play and rated as 4.39 stars with 368 rated times.
This product is an app in Productivity category
Pro version:
* Code completion (commands)
* Encrypted transmission (TLS) of your content
* Unlimited number of projects (Local Mode)
* Unlimited number of documents (Local Mode)

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 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
* Use BibTeX or Biber for bibliographies
* 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
* Code completion (commands)
* 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

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.verbtexpro/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.verbtexpro/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.verbtexpro/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