Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/libs/katex@0.15.6/dist/contrib/copy-tex.css')
-rw-r--r--assets/libs/katex@0.15.6/dist/contrib/copy-tex.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/assets/libs/katex@0.15.6/dist/contrib/copy-tex.css b/assets/libs/katex@0.15.6/dist/contrib/copy-tex.css
new file mode 100644
index 0000000..6999c63
--- /dev/null
+++ b/assets/libs/katex@0.15.6/dist/contrib/copy-tex.css
@@ -0,0 +1,13 @@
+/* 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;
+ user-select: all;
+}
+