Subject | Hash | Author | Date (UTC) |
---|---|---|---|
Added automatic anchors. | 2ddb93394121bcf95f91bfed8b447966925afa6f | aubert@math.cnrs.fr | 2020-04-27 05:35:14 |
added missing file | 480b503949518eb51fd324a6f6bbb8f6d5643f0d | aubert@math.cnrs.fr | 2020-04-24 02:11:09 |
Worked on MongoDB section. | 70f041d53a14bbb5ace0a4ef40f3e67eca285309 | aubert@math.cnrs.fr | 2020-04-22 19:18:55 |
Edited KNOWN_BUGS. | b90ca71b498016b17963373ead24873781181bfd | aubert@math.cnrs.fr | 2020-04-22 05:12:14 |
Minor edits on narrative. | d927955c1269ff1b110057577e50705fd41f4e2d | aubert@math.cnrs.fr | 2020-04-22 05:07:48 |
Worked on migrating code to snippets. | 1ce6f6ba150a1cace57445330801e8b17f6c3044 | aubert@math.cnrs.fr | 2020-04-22 04:15:37 |
Edited Sol of 4.28, Pb and Sol of 4.29, checked Pb 4.30, edited Pb 4.31, edited the DB Applications Resources section, checked Pb 5.1, edited Pb 5.2 and Sol 5.2, Pb and Sol of 6.1, Pb 7.1, checked Pb 7.2, edited Sol 7.2, Pb and Sol of Pb 7.3, checked Ex 7.1 and edited its solution, checked Ex 7.2 and edited its solution, edited Ex and Sol of 7.3, Ex and Sol of 7.4 edited Ex 7.5 and checked its solution, edited Ex and Sol of 6.1, Ex and Sol of 6.2, checked Ex 6.3 and edited its solution, checked Ex 5.1 and edited its solution, checked Ex 5.2 and edited its solution, edited Ex and Sol of 5.3, checked Ex and Sol of 5.4, checked Ex 5.5 and edited its solution, and edited Ex and Sol of 5.6. | 6580a85df655eddd149bb5531a0615ddfe9f810e | Crystal | 2020-04-22 03:02:20 |
Disabled Scrolling of sql files in html and enabled resize option | 87d4ef4185fe48a7503724eb98a6c486c351ddee | pveeral@augusta.edu | 2020-04-21 15:49:36 |
Updated list of bugs. | 17827a6a5b127fa6449b495c1e07359da4682100 | aubert@math.cnrs.fr | 2020-04-20 19:24:01 |
Worked on nosql chapter. | 38dfcfffce7c06d0eab7256a7a5be1e2481a8505 | aubert@math.cnrs.fr | 2020-04-20 17:52:55 |
ALT in img folder | 6e6469575d825f6c7360b88d6b387aee709b643c | pveeral@augusta.edu | 2020-04-20 15:26:47 |
Cleaned up bib file. | 505b1000bca31e4d833bf7739d02d2b7e727e69b | aubert@math.cnrs.fr | 2020-04-20 05:03:18 |
rapid adjustments in contrib | beb43332953ec4e2a8e4376a90ce58b1234eadba | aubert@math.cnrs.fr | 2020-04-20 00:10:44 |
Updated CONTRIB.md | c29d920e1efbc84766a3caafc0db2fcab4220b32 | pveeral@augusta.edu | 2020-04-19 19:28:45 |
testing | 4ece7ba3d5c5d99361ef5eac92bb0848f2ea5318 | pveeral@augusta.edu | 2020-04-19 18:27:50 |
Small edit, correcting maefile. | 7baa188be7d322e5288b498afbb7beaa96a9770b | aubert@math.cnrs.fr | 2020-04-19 07:36:08 |
Cleaned latex files. | 79b68f7b709ddeebc8133f7962fe5aabb3376304 | aubert@math.cnrs.fr | 2020-04-19 06:22:30 |
Minor corrections in installation manual. | 436cee8616c25ccbed8bc406d988c2b4d28420f8 | aubert@math.cnrs.fr | 2020-04-19 06:19:04 |
Minor corrections in installation manual. | cb8cdfbd506a1344c81aecda055165cc1ca54ece | aubert@math.cnrs.fr | 2020-04-19 06:17:52 |
Working on install manual. | 3702c6437ee163eb4a61b4d69cffee8c8a76dc3d | aubert@math.cnrs.fr | 2020-04-19 06:04:22 |
File | Lines added | Lines deleted |
---|---|---|
notes/Makefile | 1 | 1 |
notes/style/anchors_footer.html | 7 | 0 |
notes/style/anchors_header.html | 13 | 0 |
notes/style/style.css | 5 | 0 |
notes/temp.md | 7 | 2 |
File notes/Makefile changed (mode: 100644) (index 41648af..40817f3) | |||
... | ... | MAKEFLAGS:= -j | |
14 | 14 | OPTIONSPANDOC:= --toc --filter pandoc-numbering --filter pandoc-citeproc --filter pandoc-include-code --top-level-division=chapter -M date="$$(LANG=en_us_88591 date '+%B %e, %Y (%r)')" --lua-filter filters/default-code-class.lua -M default-code-class=sqlmysql | OPTIONSPANDOC:= --toc --filter pandoc-numbering --filter pandoc-citeproc --filter pandoc-include-code --top-level-division=chapter -M date="$$(LANG=en_us_88591 date '+%B %e, %Y (%r)')" --lua-filter filters/default-code-class.lua -M default-code-class=sqlmysql |
15 | 15 | # Options common to all invokations of pandoc. Cf https://pandoc.org/MANUAL.html to understand them. | # Options common to all invokations of pandoc. Cf https://pandoc.org/MANUAL.html to understand them. |
16 | 16 | OPTIONSPANDOCODT:= $(OPTIONSPANDOC) --default-image-extension=svg | OPTIONSPANDOCODT:= $(OPTIONSPANDOC) --default-image-extension=svg |
17 | OPTIONSPANDOCHTML:= $(OPTIONSPANDOC) --css=style/style.css --toc-depth=1 --self-contained --default-image-extension=svg | ||
17 | OPTIONSPANDOCHTML:= $(OPTIONSPANDOC) --css=style/style.css -B style/anchors_header.html -A style/anchors_footer.html --toc-depth=1 --self-contained --default-image-extension=svg | ||
18 | 18 | OPTIONSPANDOCPDF:= $(OPTIONSPANDOC) --pdf-engine=xelatex --pdf-engine-opt=-shell-escape -V links-as-notes --default-image-extension=pdf | OPTIONSPANDOCPDF:= $(OPTIONSPANDOC) --pdf-engine=xelatex --pdf-engine-opt=-shell-escape -V links-as-notes --default-image-extension=pdf |
19 | 19 | # Options for (respectively) the odt, html and pdf outputs. | # Options for (respectively) the odt, html and pdf outputs. |
20 | 20 | .DEFAULT_GOAL:= all | .DEFAULT_GOAL:= all |
File notes/style/anchors_footer.html added (mode: 100644) (index 0000000..cc13588) | |||
1 | <script> | ||
2 | anchors.options = { | ||
3 | icon: '§', | ||
4 | class: 'anchor' | ||
5 | }; | ||
6 | anchors.add(); | ||
7 | </script> |
File notes/style/anchors_header.html added (mode: 100644) (index 0000000..54c43af) | |||
1 | <!-- anchors plugin --> | ||
2 | |||
3 | <script> | ||
4 | // @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat | ||
5 | // | ||
6 | // AnchorJS - v4.2.2 - 2019-11-14 | ||
7 | // https://www.bryanbraun.com/anchorjs/ | ||
8 | // Copyright (c) 2019 Bryan Braun; Licensed MIT | ||
9 | // | ||
10 | // @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat | ||
11 | !function(A,e){"use strict";"function"==typeof define&&define.amd?define([],e):"object"==typeof module&&module.exports?module.exports=e():(A.AnchorJS=e(),A.anchors=new A.AnchorJS)}(this,function(){"use strict";return function(A){function f(A){A.icon=A.hasOwnProperty("icon")?A.icon:"",A.visible=A.hasOwnProperty("visible")?A.visible:"hover",A.placement=A.hasOwnProperty("placement")?A.placement:"right",A.ariaLabel=A.hasOwnProperty("ariaLabel")?A.ariaLabel:"Anchor",A.class=A.hasOwnProperty("class")?A.class:"",A.base=A.hasOwnProperty("base")?A.base:"",A.truncate=A.hasOwnProperty("truncate")?Math.floor(A.truncate):64,A.titleText=A.hasOwnProperty("titleText")?A.titleText:""}function p(A){var e;if("string"==typeof A||A instanceof String)e=[].slice.call(document.querySelectorAll(A));else{if(!(Array.isArray(A)||A instanceof NodeList))throw new Error("The selector provided to AnchorJS was invalid.");e=[].slice.call(A)}return e}this.options=A||{},this.elements=[],f(this.options),this.isTouchDevice=function(){return!!("ontouchstart"in window||window.DocumentTouch&&document instanceof DocumentTouch)},this.add=function(A){var e,t,i,n,o,s,a,r,c,h,l,u,d=[];if(f(this.options),"touch"===(l=this.options.visible)&&(l=this.isTouchDevice()?"always":"hover"),0===(e=p(A=A||"h2, h3, h4, h5, h6")).length)return this;for(!function(){if(null!==document.head.querySelector("style.anchorjs"))return;var A,e=document.createElement("style");e.className="anchorjs",e.appendChild(document.createTextNode("")),void 0===(A=document.head.querySelector('[rel="stylesheet"], style'))?document.head.appendChild(e):document.head.insertBefore(e,A);e.sheet.insertRule(" .anchorjs-link { opacity: 0; text-decoration: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }",e.sheet.cssRules.length),e.sheet.insertRule(" *:hover > .anchorjs-link, .anchorjs-link:focus { opacity: 1; }",e.sheet.cssRules.length),e.sheet.insertRule(" [data-anchorjs-icon]::after { content: attr(data-anchorjs-icon); }",e.sheet.cssRules.length),e.sheet.insertRule(' @font-face { font-family: "anchorjs-icons"; src: url(data:n/a;base64,AAEAAAALAIAAAwAwT1MvMg8yG2cAAAE4AAAAYGNtYXDp3gC3AAABpAAAAExnYXNwAAAAEAAAA9wAAAAIZ2x5ZlQCcfwAAAH4AAABCGhlYWQHFvHyAAAAvAAAADZoaGVhBnACFwAAAPQAAAAkaG10eASAADEAAAGYAAAADGxvY2EACACEAAAB8AAAAAhtYXhwAAYAVwAAARgAAAAgbmFtZQGOH9cAAAMAAAAAunBvc3QAAwAAAAADvAAAACAAAQAAAAEAAHzE2p9fDzz1AAkEAAAAAADRecUWAAAAANQA6R8AAAAAAoACwAAAAAgAAgAAAAAAAAABAAADwP/AAAACgAAA/9MCrQABAAAAAAAAAAAAAAAAAAAAAwABAAAAAwBVAAIAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAMCQAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAg//0DwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAAIAAAACgAAxAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADAAAAAIAAgAAgAAACDpy//9//8AAAAg6cv//f///+EWNwADAAEAAAAAAAAAAAAAAAAACACEAAEAAAAAAAAAAAAAAAAxAAACAAQARAKAAsAAKwBUAAABIiYnJjQ3NzY2MzIWFxYUBwcGIicmNDc3NjQnJiYjIgYHBwYUFxYUBwYGIwciJicmNDc3NjIXFhQHBwYUFxYWMzI2Nzc2NCcmNDc2MhcWFAcHBgYjARQGDAUtLXoWOR8fORYtLTgKGwoKCjgaGg0gEhIgDXoaGgkJBQwHdR85Fi0tOAobCgoKOBoaDSASEiANehoaCQkKGwotLXoWOR8BMwUFLYEuehYXFxYugC44CQkKGwo4GkoaDQ0NDXoaShoKGwoFBe8XFi6ALjgJCQobCjgaShoNDQ0NehpKGgobCgoKLYEuehYXAAAADACWAAEAAAAAAAEACAAAAAEAAAAAAAIAAwAIAAEAAAAAAAMACAAAAAEAAAAAAAQACAAAAAEAAAAAAAUAAQALAAEAAAAAAAYACAAAAAMAAQQJAAEAEAAMAAMAAQQJAAIABgAcAAMAAQQJAAMAEAAMAAMAAQQJAAQAEAAMAAMAAQQJAAUAAgAiAAMAAQQJAAYAEAAMYW5jaG9yanM0MDBAAGEAbgBjAGgAbwByAGoAcwA0ADAAMABAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAP) format("truetype"); }',e.sheet.cssRules.length)}(),t=document.querySelectorAll("[id]"),i=[].map.call(t,function(A){return A.id}),o=0;o<e.length;o++)if(this.hasAnchorJSLink(e[o]))d.push(o);else{if(e[o].hasAttribute("id"))n=e[o].getAttribute("id");else if(e[o].hasAttribute("data-anchor-id"))n=e[o].getAttribute("data-anchor-id");else{for(c=r=this.urlify(e[o].textContent),a=0;void 0!==s&&(c=r+"-"+a),a+=1,-1!==(s=i.indexOf(c)););s=void 0,i.push(c),e[o].setAttribute("id",c),n=c}(h=document.createElement("a")).className="anchorjs-link "+this.options.class,h.setAttribute("aria-label",this.options.ariaLabel),h.setAttribute("data-anchorjs-icon",this.options.icon),this.options.titleText&&(h.title=this.options.titleText),u=document.querySelector("base")?window.location.pathname+window.location.search:"",u=this.options.base||u,h.href=u+"#"+n,"always"===l&&(h.style.opacity="1"),""===this.options.icon&&(h.style.font="1em/1 anchorjs-icons","left"===this.options.placement&&(h.style.lineHeight="inherit")),"left"===this.options.placement?(h.style.position="absolute",h.style.marginLeft="-1em",h.style.paddingRight="0.5em",e[o].insertBefore(h,e[o].firstChild)):(h.style.paddingLeft="0.375em",e[o].appendChild(h))}for(o=0;o<d.length;o++)e.splice(d[o]-o,1);return this.elements=this.elements.concat(e),this},this.remove=function(A){for(var e,t,i=p(A),n=0;n<i.length;n++)(t=i[n].querySelector(".anchorjs-link"))&&(-1!==(e=this.elements.indexOf(i[n]))&&this.elements.splice(e,1),i[n].removeChild(t));return this},this.removeAll=function(){this.remove(this.elements)},this.urlify=function(A){return this.options.truncate||f(this.options),A.trim().replace(/\'/gi,"").replace(/[& +$,:;=?@"#{}|^~[`%!'<>\]\.\/\(\)\*\\\n\t\b\v]/g,"-").replace(/-{2,}/g,"-").substring(0,this.options.truncate).replace(/^-+|-+$/gm,"").toLowerCase()},this.hasAnchorJSLink=function(A){var e=A.firstChild&&-1<(" "+A.firstChild.className+" ").indexOf(" anchorjs-link "),t=A.lastChild&&-1<(" "+A.lastChild.className+" ").indexOf(" anchorjs-link ");return e||t||!1}}}); | ||
12 | // @license-end | ||
13 | </script> |
File notes/style/style.css changed (mode: 100644) (index d020f1a..1e85170) | |||
... | ... | h1, h2, h3, h4, h5, .subtitle { | |
165 | 165 | text-shadow: 1px 1px 1px #fff; | text-shadow: 1px 1px 1px #fff; |
166 | 166 | } | } |
167 | 167 | ||
168 | .anchor{ | ||
169 | padding: 0.375em; | ||
170 | margin: 0 .3em; | ||
171 | } | ||
172 | |||
168 | 173 | table { | table { |
169 | 174 | margin: 0 10%; | margin: 0 10%; |
170 | 175 | width: 80%; | width: 80%; |
File notes/temp.md changed (mode: 100644) (index 12d324a..8745933) | |||
1 | |||
2 | 1 | --- | --- |
3 | 2 | documentclass: scrreprt | documentclass: scrreprt |
4 | 3 | title: CSCI 3410 - Database Systems | title: CSCI 3410 - Database Systems |
... | ... | keywords: | |
20 | 19 | - Database Application | - Database Application |
21 | 20 | - NoSQL | - NoSQL |
22 | 21 | header-includes: | header-includes: |
23 | - \usepackage{latex/packages} | ||
22 | - \usepackage{latex/packages} | ||
23 | include-in-header: | ||
24 | - anchors_bis.html | ||
24 | 25 | pandoc-numbering: | pandoc-numbering: |
25 | 26 | problem: | problem: |
26 | 27 | general: | general: |
... | ... | pandoc-numbering: | |
33 | 34 | format-link-title: 'Pb %n' | format-link-title: 'Pb %n' |
34 | 35 | --- | --- |
35 | 36 | ||
37 | # Un test | ||
38 | |||
39 | ## Salut. | ||
40 | |||
36 | 41 | ```{.numberLines} | ```{.numberLines} |
37 | 42 | this is a very long long long long long long long long long long long long long line which is broken. this is a very long long long long long long long long long long long long long line which is broken. this is a very long long long long long long long long long long long long long line which is broken. | this is a very long long long long long long long long long long long long long line which is broken. this is a very long long long long long long long long long long long long long line which is broken. this is a very long long long long long long long long long long long long long line which is broken. |
38 | 43 | this is a very long long long long long long long long long long long long long line which is broken. this is a very long long long long long long long long long long long long long line which is broken. this is a very long long long long long long long long long long long long long line which is broken. | this is a very long long long long long long long long long long long long long line which is broken. this is a very long long long long long long long long long long long long long line which is broken. this is a very long long long long long long long long long long long long long line which is broken. |