All Projects → EngineeroLabs → latex_in_word

EngineeroLabs / latex_in_word

Licence: other
LaTeX equation edition in a macro-enabled Word document

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to latex in word

wordroller
Free Microsoft Word document (aka .docx) processing library for .Net
Stars: ✭ 17 (-41.38%)
Mutual labels:  microsoft, word
Docx
Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.
Stars: ✭ 2,150 (+7313.79%)
Mutual labels:  microsoft, word
Rage
Rage allows you to execute any file in a Microsoft Office document.
Stars: ✭ 68 (+134.48%)
Mutual labels:  microsoft, word
Etherpad Lite
Etherpad: A modern really-real-time collaborative document editor.
Stars: ✭ 11,937 (+41062.07%)
Mutual labels:  microsoft, word
Docx Embeddedhtml Injection
Word 2016 vulnerability allows injecting HTML/JS code into a docx file's embeddedHTML="" tags.
Stars: ✭ 91 (+213.79%)
Mutual labels:  microsoft, word
Phpstamp
The XSL-way templating library for MS Office Word DOCX documents.
Stars: ✭ 150 (+417.24%)
Mutual labels:  microsoft, word
MakeCode-Android
Run MakeCode Arcade projects on Android!
Stars: ✭ 16 (-44.83%)
Mutual labels:  microsoft
azure-data-services-go-fast-codebase
Code base for the Azure Data Services Go Fast Framework. A framework for rapid deployment and configuration of common Azure Data Services Architectures.
Stars: ✭ 58 (+100%)
Mutual labels:  microsoft
quickstart-microsoft-sql
AWS Quick Start Team
Stars: ✭ 60 (+106.9%)
Mutual labels:  microsoft
CodeContracts.MSBuild
Standalone MSBuild integration of CodeContracts (by Microsoft Research)
Stars: ✭ 16 (-44.83%)
Mutual labels:  microsoft
WantWords
An open-source online reverse dictionary.
Stars: ✭ 6,187 (+21234.48%)
Mutual labels:  word
translate english
Java程序员阅读源码必知英语单词
Stars: ✭ 24 (-17.24%)
Mutual labels:  word
OpenEduAnalytics
This project provides open source Education Analytics solutions built on Azure.
Stars: ✭ 123 (+324.14%)
Mutual labels:  microsoft
libedge
Microsoft Edge Microsoft Edge主页算法
Stars: ✭ 17 (-41.38%)
Mutual labels:  microsoft
vcredist
Lifecycle management for the Microsoft Visual C++ Redistributables
Stars: ✭ 91 (+213.79%)
Mutual labels:  microsoft
Performance-Engineers-DevOps
This repository helps performance testers and engineers who wants to dive into DevOps and SRE world.
Stars: ✭ 35 (+20.69%)
Mutual labels:  microsoft
MicrosoftCloudWorkshop-Asia
Microsoft Cloud Workshop Asia for Intelligent Cloud / Intelligent Edge
Stars: ✭ 20 (-31.03%)
Mutual labels:  microsoft
eoffice
Export and import graphics and tables to MicroSoft office
Stars: ✭ 19 (-34.48%)
Mutual labels:  microsoft
ContextMenuForWindows11
Add Custom Context Menu For Windows11
Stars: ✭ 693 (+2289.66%)
Mutual labels:  microsoft
csharp
📚 Recursos para aprender C#
Stars: ✭ 37 (+27.59%)
Mutual labels:  microsoft

LaTeX in Word

LaTeX in Word is a GPL-licensed tool that allows equations to be used in Microsoft Word documents. The client-side of the program is implemented as VBA macros in the document "latex_in_word_[year].[doc or docm]" depending on version of Word. Different versions of this file are provided for different versions of Microsoft Word. This Word document contains the source code, implementation, and documentation for using LaTeX in Word.

Help Wanted

If you'd like to help keep LaTeX in Word operational, we are looking for somebody who can get the default Process_LaTeX server up and running on github.io. See the Process_LaTeX project for more details.

Installation for Windows

Simply clone the repository:

git clone https://github.com/Engineero/latex_in_word.git

and open the "latex_in_word_[year].[doc or docm]" file for your version of Microsoft Word. This document contains the macros needed, as well as instructions on how to use the service. You can delete any files other than the Word document that matches your version of Word.

You can also set this document as a template in Word, thus enabling access to the macros from any Word document that uses this template.

Installation for Mac

Note: the Mac version is still a work in progress and could use some love. In-line equations are not aligning with text very well, and the raw LaTeX string is not saving with the equation image as it does for Windows.

To install for Mac, clone the repository as above, and navigate to latex_in_word/Mac_2011. Copy the file getURL.py to ~/Documents/. You may now open the Word document latex_in_word_mac_2011.docm and review the instructions to use LaTeX in Word.

The Python script is a work-around for Office 2011's heightened security, and is needed to communicate with the LaTeX server. More information about the process of porting LaTeX in Word to Mac can be found in my StackOverflow questions:

http://stackoverflow.com/questions/17109947/adding-image-from-url-in-word-2011-for-mac-osx-using-vba

Server

A default server is set up. If you wish to run your own server, see the Process_LaTeX project repository at:

https://github.com/Engineero/Process_LaTeX

Complete license information can be found in the file "gpl.txt". Updates and additional information can be found on the GitHub project page:

https://github.com/Engineero/latex_in_word

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].