GeneralAndroid App that outputs Latex Formated Text or File

LaTeX specific issues not fitting into one of the other forums of this category.
Locked
AleFachini
Posts: 2
Joined: Sat Nov 17, 2018 8:00 pm

Android App that outputs Latex Formated Text or File

Post by AleFachini »

Hello I'm alejandro from Argentina.
I will create an app for android that ask for some data in Fields to complete, and after i finish the data load i want to output a file that is a text formated with LateX ready to open with any LatEx editor and print it.
Of course i want that some words have links to othres files and so on, but all will be predefined in directories.
Can you point me in the right direction to do this? Any info would be great.

TYVM.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10344
Joined: Mon Mar 10, 2008 9:44 pm

Android App that outputs Latex Formated Text or File

Post by Stefan Kottwitz »

Hi Alejandro,

welcome to the forum!

Sounds like a big task. You may have template snippets for various needed LaTeX environment, and fill in your field input. That's like a text generator. I understand that it will be LaTeX code output, and not PDF, right? Because you would like to open the output later in a LaTeX editor.

Stefan
LaTeX.org admin
AleFachini
Posts: 2
Joined: Sat Nov 17, 2018 8:00 pm

Android App that outputs Latex Formated Text or File

Post by AleFachini »

Exactly, I initially thought that i have to hardcode laTex inside the app for the out file. well thanks ill start the project and post hre the doubts that present to me. TY!
Locked