Difference between revisions of "LEd"

From Wiki
Jump to navigation Jump to search
(Created page with "= Introduction = '''L'''aTeX '''Ed'''itor is mainly a LaTeX editor that is capable of compiling ConTeXt documents as well. It's available for Windows systems and can be download...")
 
m (deleted unnecessary lines to keep code small)
 
(One intermediate revision by one other user not shown)
Line 10: Line 10:
 
   %3
 
   %3
 
   cd %1
 
   cd %1
   mtxrun.exe --autogenerate --script context --autopdf --purge %2
+
   context --autopdf --purge %2
 +
 
 +
[[Category:Text Editors]]

Latest revision as of 17:36, 23 February 2023

Introduction

LaTeX Editor is mainly a LaTeX editor that is capable of compiling ConTeXt documents as well. It's available for Windows systems and can be downloaded from latexeditor.org. Note that it hasn't been updated since 2009.

Integration

After installation or extraction of LEd navigate to its Batches directory and edit one of the user*.bat files to your likings. In order to work with ConTeXt the batch file should look like this:

 @echo off
 %3
 cd %1
 context --autopdf --purge %2