Skip to content

pkalkul/latex.sugar

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
This is a very preliminary attempt to create a syntax sugar for latex.  

What works:

basic headings (chapters, sections, subsections)
latex functions
comments

That's about it for the moment.  Please do add improvements.  I barely know what I am doing.

Also, you may want to add the following to your theme:

/* @group Latex */

latex.heading {
	color: #448C27;
		font-weight: bold;	
}

heading.latex{
	color: #448C27;
		font-weight:bold;	
		background: rgba(150, 0, 0, .08);	
}


function.latex {
	color: #666666;
	font-weight: bold;		
}



delimiter.latex {
	color: #333399;
}

/* @end */

About

Latex syntax sugar for the Espresso text editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published