LyX ⇒ em dash representation in an edit tab
em dash representation in an edit tab
UserGuide 3.9.1 Hyphens says that em dash can be generated by inserting three dashes in a row: --- . While it looks fine in xdivk, it still looks quite ugly in the edit view: --- . Is there a way to make it look right? Without doing a lot of clicks, that is.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
em dash representation in an edit tab
~/.lyx/bind/MyShortcuts.bind:
Code: Select all
# include one of the basic flavours (cua or emacs)\bind_file "cua"# add your own bindings (overwriting the included ones)\bind "C-j" "unicode-insert 0x2014" # insert em dash\bind "C-h" "inset-insert vspace defskip" # insert vertical space (default skip)