1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-05-10 07:47:07 +01:00

Add basic multiplexing support.

This commit is contained in:
devlinjd
2015-12-07 16:39:59 -05:00
parent 8ee2716245
commit 5a716dff16
4 changed files with 112 additions and 48 deletions

View File

@ -11,7 +11,7 @@ LaTeXGenerator generates a LaTeX resume via TemplateGenerator.
var LaTeXGenerator = module.exports = TemplateGenerator.extend({
init: function(){
this._super( 'tex', 'tex' );
this._super( 'latex', 'tex' );
}
});