Skip to content

Commit

Permalink
Intial commit, counters are not working. need to wrap my head around it.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbleslie committed Jun 1, 2017
1 parent affa209 commit 36a2ab1
Show file tree
Hide file tree
Showing 80 changed files with 6,308 additions and 3,016 deletions.
58 changes: 58 additions & 0 deletions .gitignore
@@ -0,0 +1,58 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# Typescript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env
1 change: 1 addition & 0 deletions .nvm
@@ -0,0 +1 @@
v8.0.0
3 changes: 1 addition & 2 deletions LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 Thomas Park
Copyright (c) 2015 Thomas Park, Cameron Leslie

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<title>A Sample ACM SIG Proceedings Paper in LaTeX Format</title>
<link rel="stylesheet" href="../css/pub.css">
<link rel="stylesheet" href="../../css/pubcss-acm-sig.css">
<style>

th {
Expand Down Expand Up @@ -160,7 +160,7 @@ <h2>Math Equations</h2>
<p>You may want to display math equations in three distinct styles: inline, numbered or non-numbered display. Each of the three are discussed in the next sections.</p>

<h3>Inline (In-text) Equations</h3>
<p>A formula that appears in the running text is called an inline or in-text formula. It is produced by the <strong>math</strong> environment, which can be invoked with the usual <code>\begin. . .\end</code> construction or with the short form <code>$. . .$</code>. You can use any of the symbols and structures, from α to ω, available in <span class="latex">L<span>a</span>T<span>e</span>X</span><a href="#lamport86"></a>; this section will simply show a few examples of in-text equations in context. Notice how this equation:
<p>A formula that appears in the running text is called an inline or in-text formula. It is produced by the <strong>math</strong> environment, which can be invoked with the usual <code>\begin. . .\end</code> construction or with the short form <code>$. . .$</code>. You can use any of the symbols and structures, from α to ω, available in <span class="latex">L<span>a</span>T<span>e</span>X</span><a href="#lamport86"></a>; this section will simply show a few examples of in-text equations in context. Notice how this equation:

lim<sub><math><mi>n</mi></math>&rarr;&infin;</sub>

Expand Down Expand Up @@ -664,7 +664,7 @@ <h1>References</h1>
<cite id="salas78">S. Salas and E. Hille. <em>Calculus: One and Several Variable</em>. John Wiley and Sons, New York, 1978.</cite>

<cite id="park13">Park, T. H., Saxena, A., Jagannath, S., Wiedenbeck, S., and Forte, A. 2013. Towards a taxonomy of errors in HTML and CSS. In <em>Proceedings of the ACM International Computing Education Research Conference</em> (San Diego, USA, August 12 - 14, 2013). ICER '13. ACM, New York, NY, 75-82.</cite>

</section>

<section class="appendix">
Expand All @@ -685,4 +685,4 @@ <h2>References</h2>
<h1>More Help for the Hardy</h1>
</section>
</body>
</html>
</html>
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<title>ACM Word Template for SIG Site</title>
<link rel="stylesheet" type="text/css" href="../css/pub.css">
<link rel="stylesheet" href="../../css/pubcss-acm-sig.css">
<style>

.reminder {
Expand Down Expand Up @@ -191,4 +191,4 @@ <h1 id="references">References</h1>

<script src="../../node_modules/css-polyfills/dist/css-polyfills.js"></script>
</body>
</html>
</html>
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 36a2ab1

Please sign in to comment.