2022-04-09 22:14:47 +00:00
<!doctype html> < html lang = en > < head > < meta charset = utf-8 > < meta name = description content > < title > Notes< / title > < meta name = viewport content = "width=device-width,initial-scale=1" > < link rel = "shortcut icon" type = image/png href = https://quartz.jzhao.xyz//icon.png > < link href = "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Source+Sans+Pro:wght@400;600;700&family=Fira+Code:wght@400;700&display=swap" rel = stylesheet > < link href = https://quartz.jzhao.xyz/styles.cd61336c89ed6e03702366ce4a492b75.min.css rel = stylesheet > < script src = https://quartz.jzhao.xyz/js/darkmode.46b07878b7f5d9e26ad7a3c40f8a0605.min.js > < / script >
< link rel = stylesheet href = https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.css integrity = sha384-R4558gYOUz8mP9YWpZJjofhk+zx0AS11p36HnD2ZKj/6JR5z27gSSULCNHIRReVs crossorigin = anonymous > < script defer src = https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.js integrity = sha384-z1fJDqw8ZApjGO3/unPWUPsIymfsJmyrDVWC8Tv/a1HeOtGmkwNd/7xUS0Xcnvsx crossorigin = anonymous > < / script >
< script defer src = https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/contrib/auto-render.min.js integrity = sha384-+XBljXPPiv+OzfbB3cVmLHf4hdUFHlWNZN5spNQ7rmHTXpd7WvJum6fIACpNNfIR crossorigin = anonymous > < / script >
2022-04-10 14:17:44 +00:00
< script > document . addEventListener ( "DOMContentLoaded" , function ( ) { renderMathInElement ( document . body , { delimiters : [ { left : "$$" , right : "$$" , display : ! 0 } , { left : "$" , right : "$" , display : ! 1 } ] , throwOnError : ! 1 } ) } ) < / script > < script > const BASE _URL = "https://quartz.jzhao.xyz/" , fetchData = Promise . all ( [ fetch ( "https://quartz.jzhao.xyz/indices/linkIndex.03d0265dd1ca84fe383a8ad442b7c660.min.json" ) . then ( e => e . json ( ) ) . then ( e => ( { index : e . index , links : e . links } ) ) , fetch ( "https://quartz.jzhao.xyz/indices/contentIndex.998b3247dfa534798a250a739e684c31.min.json" ) . then ( e => e . json ( ) ) ] ) . then ( ( [ { index : e , links : t } , n ] ) => ( { index : e , links : t , content : n } ) ) < / script > < / head > < script async src = "https://www.googletagmanager.com/gtag/js?id=G-XYFD95KB4J" > < / script >
2022-04-09 22:14:47 +00:00
< script > var doNotTrack = ! 1 ; if ( ! doNotTrack ) { window . dataLayer = window . dataLayer || [ ] ; function gtag ( ) { dataLayer . push ( arguments ) } gtag ( "js" , new Date ) , gtag ( "config" , "G-XYFD95KB4J" , { anonymize _ip : ! 1 } ) } < / script > < body > < div id = search-container > < div id = search-space > < input autocomplete = off id = search-bar name = search type = text aria-label = Search placeholder = "Search for something..." > < div id = results-container > < / div > < / div > < / div > < script src = https://cdn.jsdelivr.net/npm/flexsearch@0.7.21/dist/flexsearch.bundle.js integrity = "sha256-i3A0NZGkhsKjVMzFxv3ksk0DZh3aXqu0l49Bbh0MdjE=" crossorigin = anonymous defer > < / script >
< script defer src = https://quartz.jzhao.xyz/js/search.bc849b857f2c1b822264d40635bb67b6.min.js > < / script > < div class = singlePage > < header > < h1 id = page-title > < a href = https://quartz.jzhao.xyz/ > 🪴 Quartz 3.2< / a > < / h1 > < svg tabindex = "0" id = "search-icon" aria-labelledby = "title desc" role = "img" xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 19.9 19.7" > < title id = "title" > Search Icon< / title > < desc id = "desc" > Icon to open search< / desc > < g class = "search-path" fill = "none" > < path stroke-linecap = "square" d = "M18.5 18.3l-5.4-5.4" / > < circle cx = "8" cy = "8" r = "7" / > < / g > < / svg > < div class = spacer > < / div > < div class = darkmode > < input class = toggle id = darkmode-toggle type = checkbox tabindex = -1 >
< label id = toggle-label-light for = darkmode-toggle tabindex = -1 > < svg xmlns = "http://www.w3.org/2000/svg" xmlns:xlink = "http://www.w3.org/1999/xlink" id = "dayIcon" viewBox = "0 0 35 35" style = "enable-background:new 0 0 35 35" > < title > Light Mode< / title > < path d = "M6 17.5C6 16.672 5.328 16 4.5 16h-3C.672 16 0 16.672.0 17.5S.672 19 1.5 19h3C5.328 19 6 18.328 6 17.5zM7.5 26c-.414.0-.789.168-1.061.439l-2 2C4.168 28.711 4 29.086 4 29.5 4 30.328 4.671 31 5.5 31c.414.0.789-.168 1.06-.44l2-2C8.832 28.289 9 27.914 9 27.5 9 26.672 8.329 26 7.5 26zm10-20C18.329 6 19 5.328 19 4.5v-3C19 .672 18.329.0 17.5.0S16 .672 16 1.5v3C16 5.328 16.671 6 17.5 6zm10 3c.414.0.789-.168 1.06-.439l2-2C30.832 6.289 31 5.914 31 5.5 31 4.672 30.329 4 29.5 4c-.414.0-.789.168-1.061.44l-2 2C26.168 6.711 26 7.086 26 7.5 26 8.328 26.671 9 27.5 9zM6.439 8.561C6.711 8.832 7.086 9 7.5 9 8.328 9 9 8.328 9 7.5c0-.414-.168-.789-.439-1.061l-2-2C6.289 4.168 5.914 4 5.5 4 4.672 4 4 4.672 4 5.5c0 .414.168.789.439 1.06l2 2.001zM33.5 16h-3c-.828.0-1.5.672-1.5 1.5s.672 1.5 1.5 1.5h3c.828.0 1.5-.672 1.5-1.5S34.328 16 33.5 16zM28.561 26.439C28.289 26.168 27.914 26 27.5 26c-.828.0-1.5.672-1.5 1.5.0.414.168.789.439 1.06l2 2C28.711 30.832 29.086 31 29.5 31c.828.0 1.5-.672 1.5-1.5.0-.414-.168-.789-.439-1.061l-2-2zM17.5 29c-.829.0-1.5.672-1.5 1.5v3c0 .828.671 1.5 1.5 1.5s1.5-.672 1.5-1.5v-3C19 29.672 18.329 29 17.5 29zm0-22C11.71 7 7 11.71 7 17.5S11.71 28 17.5 28 28 23.29 28 17.5 23.29 7 17.5 7zm0 18c-4.136.0-7.5-3.364-7.5-7.5s3.364-7.5 7.5-7.5 7.5 3.364 7.5 7.5S21.636 25 17.5 25z" / > < / svg > < / label > < label id = toggle-label-dark for = darkmode-toggle tabindex = -1 > < svg xmlns = "http://www.w3.org/2000/svg" xmlns:xlink = "http://www.w3.org/1999/xlink" id = "nightIcon" viewBox = "0 0 100 100" style = "enable-background='new 0 0 100 100'" > < title > Dark Mode< / title > < path d = "M96.76 66.458c-.853-.852-2.15-1.064-3.23-.534-6.063 2.991-12.858 4.571-19.655 4.571C62.022 70.495 50.88 65.88 42.5 57.5 29.043 44.043 25.658 23.536 34.076 6.47c.532-1.08.318-2.379-.534-3.23-.851-.852-2.15-1.064-3.23-.534-4.918 2.427-9.375 5.619-13.246 9.491-9.447 9.447-14.65 22.008-14.65 35.369.0 13.36 5.203 25.921 14.65 35.368s22.008 14.65 35.368 14.65c13.361.0 25.921-5.203 35.369-14.65 3.872-3.871 7.064-8.328 9.491-13.246C97.826 68.608 97.611 67.309 96.76 66.458z" / > < / svg > < / label > < / div > < / header > < article > < h1 > All Notes< / h1 > < ul class = section-ul > < li class = section-li > < div class = section > < div class = desc > < h3 > < a href = https://quartz.jzhao.xyz/notes/troubleshooting/ > Troubleshooting and FAQ< / a > < / h3 > < p > Still having trouble? Here are a list of common questions and problems people encounter when installing Quartz.
While you’ re here, join our Discord :)...< / p > < / div > < p class = meta > 3 minute read. Last updated April 10, 2022< / p > < / div > < / li > < li class = section-li > < div class = section > < div class = desc > < h3 > < a href = https://quartz.jzhao.xyz/notes/showcase/ > Showcase< / a > < / h3 > < p > Want to see what Quartz can do? Here are some cool community gardens :)
2022-04-10 13:59:43 +00:00
Quartz Documentation (this site!) Jacky Zhao’ s Garden AWAGMI Intern Notes Shihyu’ s PKM Chloe’ s Garden SlRvb’ s Site Course notes for Information Technology Advanced Theory Brandon Boswell’ s Garden Siyang’ s Courtyard If you want to see your own on here, submit a Pull Request adding yourself to this file!...< / p > < / div > < p class = meta > 1 minute read. Last updated April 10, 2022< / p > < / div > < / li > < li class = section-li > < div class = section > < div class = desc > < h3 > < a href = https://quartz.jzhao.xyz/notes/setup/ > Setup< / a > < / h3 > < p > Making your own Quartz Setting up Quartz requires a basic understanding of git. If you are unfamiliar, this resource is a great place to start!...< / p > < / div > < p class = meta > 2 minute read. Last updated April 10, 2022< / p > < / div > < / li > < / ul > < ul class = "pagination pagination-default" > < li class = page-item > < a href = /notes/ aria-label = First class = page-link role = button > < span aria-hidden = true > « « < / span > < / a > < / li > < li class = page-item > < a href = /notes/ aria-label = Previous class = page-link role = button > < span aria-hidden = true > « < / span > < / a > < / li > < li class = page-item > < a href = /notes/ aria-label = "Page 1" class = page-link role = button > 1< / a > < / li > < li class = "page-item active" > < a aria-current = page aria-label = "Page 2" class = page-link role = button > 2< / a > < / li > < li class = "page-item disabled" > < a aria-disabled = true aria-label = Next class = page-link role = button tabindex = -1 > < span aria-hidden = true > » < / span > < / a > < / li > < li class = "page-item disabled" > < a aria-disabled = true aria-label = Last class = page-link role = button tabindex = -1 > < span aria-hidden = true > » » < / span > < / a > < / li > < / ul > < / article > < div id = contact_buttons > < footer > < p > Made by Jacky Zhao using < a href = https://github.com/jackyzha0/quartz > Quartz< / a > , © 2022< / p > < ul > < li > < a href = / > Home< / a > < / li > < li > < a href = https://twitter.com/_jzhao > Twitter< / a > < / li > < li > < a href = https://github.com/jackyzha0 > Github< / a > < / li > < / ul > < / footer > < / div > < / div > < script src = https://quartz.jzhao.xyz/js/popover.e57188d2e4c06b0654e020b3a734bb62.min.js > < / script >
2022-04-09 22:14:47 +00:00
< script > initPopover ( "https://quartz.jzhao.xyz" ) < / script > < / body > < / html >