Skip to content

Instantly share code, notes, and snippets.

@romanz
Created November 20, 2011 16:52
Show Gist options
  • Save romanz/1380476 to your computer and use it in GitHub Desktop.
Save romanz/1380476 to your computer and use it in GitHub Desktop.
TexWorks Script - Insert eqnarray environment.
// TeXworksScript
// Title: Make Equations
// Shortcut: Ctrl+Shift+Q
// Description: Create new equation array.
// Author: Roman Zeyde
// Version: 0.1
// Date: 2011-11-20
// Script-Type: standalone
// Context: TeXDocument
TW.target.insertText('\\begin{eqnarray}\n\\end{eqnarray}\n')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment