Skip to content

Commit

Permalink
[deploy] first
Browse files Browse the repository at this point in the history
  • Loading branch information
jujimeizuo committed Oct 31, 2023
1 parent d14e5a3 commit f27a592
Show file tree
Hide file tree
Showing 3 changed files with 702 additions and 9 deletions.
74 changes: 70 additions & 4 deletions slide/site/assets/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}

.reveal p, .reveal li, .reveal center {
font-size: 30px;
font-size: 25px;
}
.reveal h1, .reveal h2, .reveal h3, .reveal h4 {
font-weight: 700;
Expand Down Expand Up @@ -86,7 +86,7 @@
text-align: center;
}
.reveal h2 {
font-size: 48px;
font-size: 40px;
border-bottom: 2px solid rgb(0, 63, 163);
padding-bottom: 20px;
}
Expand Down Expand Up @@ -119,7 +119,7 @@ section .center {
}

.reveal table {
font-size: 30px;
font-size: 18px;
margin-top: 15px;
margin-bottom: 15px;
}
Expand Down Expand Up @@ -173,7 +173,7 @@ section > table th {
display: flex;
}
.reveal .mul-cols .col {
width: 100%
width: 100%;
}

html.print-pdf .reveal pre code {
Expand Down Expand Up @@ -229,4 +229,70 @@ html.print-pdf .reveal pre code {

.katex {
font-size: 1em;
}

.reveal code[class*=sa_step1] {
line-height: 20px;
font-size: 16px;
}

.reveal code[class*=sa_step2] {
line-height: 20px;
font-size: 16px;
}

.reveal code[class*=sa_step3] {
line-height: 20px;
font-size: 16px;
}

.reveal code[class*=sa_step4] {
line-height: 22px;
font-size: 15px;
}

.reveal code[class*=sa_step_end] {
line-height: 10px;
font-size: 8px;
}

.reveal code[class*=dc3_small] {
line-height: 24px;
font-size: 14px;
}

.reveal code[class*=dc3_step1] {
line-height: 20px;
font-size: 16px;
}

.reveal code[class*=dc3_step2] {
line-height: 30px;
font-size: 20px;
}

.reveal code[class*=dc3_step3] {
line-height: 17px;
font-size: 13px;
}


.reveal code[class*=lcp] {
line-height: 16px;
font-size: 13px;
}

.reveal code[class*=lcs] {
line-height: 23px;
font-size: 18px;
}

.reveal code[class*=height_case] {
line-height: 24px;
font-size: 15px;
}

.lcs_font li {
/* line-height: 21px; */
font-size: 16px;
}
Binary file added slide/site/images/Suffix_Array_Intro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f27a592

Please sign in to comment.