2014-06-30 12:08:54 -04:00
|
|
|
extends ../layout
|
|
|
|
|
|
|
|
block content
|
|
|
|
.content.content-alt
|
|
|
|
.container
|
|
|
|
.row
|
|
|
|
.page-header
|
|
|
|
h1 #{template.name} LaTeX Template
|
|
|
|
-if(tag)
|
|
|
|
a(href=tag.tagPagePath) ← Back to more #{tag.name} LaTeX templates
|
|
|
|
.container.txt-lefty
|
|
|
|
.row-fluid()
|
|
|
|
.span6
|
|
|
|
.entry
|
|
|
|
.row-fluid
|
|
|
|
.span12
|
|
|
|
a(href=template.pdfUrl)
|
|
|
|
img(src="#{template.previewUrl}")
|
|
|
|
|
2014-07-01 09:25:32 -04:00
|
|
|
.span6()
|
2014-06-30 12:08:54 -04:00
|
|
|
h3 About
|
|
|
|
div !{template.description}
|
|
|
|
|
|
|
|
h3 Actions
|
|
|
|
span(ng-controller="openInSlController")
|
|
|
|
a.btn.btn-success.btn-large.open-in-sharelatex(href=template.open_in_sharelatex_url, ng-click='open()', ng-disabled="isDisabled", rel='nofollow') {{openInSlText}}
|
|
|
|
|
|
|
|
|
a.btn.btn-large.download-zip(href=template.zipUrl, rel='nofollow', ng-click='downloadZip()') Download Zip
|
|
|
|
|
|
|
|
|
|
|
|
.social_buttons
|
|
|
|
.addthis_toolbox.addthis_default_style.addthis_32x32_style
|
|
|
|
a.addthis_button_facebook
|
|
|
|
a.addthis_button_twitter
|
|
|
|
a.addthis_button_google_plusone_share
|
|
|
|
a.addthis_button_compact
|
|
|
|
script(type='text/javascript', src='//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-517c16586439faa7')
|
|
|
|
div
|
|
|
|
h3 Comment
|
|
|
|
#disqus_thread
|
|
|
|
script(type='text/javascript').
|
|
|
|
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
|
|
|
|
var disqus_shortname = 'sharelatextemplates'; // required: replace example with your forum shortname
|
|
|
|
/* * * DON'T EDIT BELOW THIS LINE * * */
|
|
|
|
(function() {
|
|
|
|
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
|
|
|
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
|
|
|
|
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
|
|
|
})();
|
|
|
|
noscript
|
|
|
|
| Please enable JavaScript to view the
|
|
|
|
a(href='http://disqus.com/?ref_noscript') comments powered by Disqus.
|
|
|
|
a.dsq-brlink(href='http://disqus.com')
|
|
|
|
| comments powered by
|
|
|
|
span.logo-disqus Disqus
|
2014-07-01 09:25:32 -04:00
|
|
|
|
|
|
|
|