Initial commit
This commit is contained in:
commit
05cd190c53
155 changed files with 49378 additions and 0 deletions
14
static/katex/contrib/copy-tex.css
Normal file
14
static/katex/contrib/copy-tex.css
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
/* Force selection of entire .katex/.katex-display blocks, so that we can
|
||||
* copy/paste the entire source code. If you omit this CSS, partial
|
||||
* selections of a formula will work, but will copy the ugly HTML
|
||||
* representation instead of the LaTeX source code. (Full selections will
|
||||
* still produce the LaTeX source code.)
|
||||
*/
|
||||
.katex,
|
||||
.katex-display {
|
||||
-webkit-user-select: all;
|
||||
-moz-user-select: all;
|
||||
-ms-user-select: all;
|
||||
user-select: all;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue