Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
user:stranak:notes [2009/04/21 16:31] stranak přidány tipy pro Vim |
user:stranak:notes [2024/07/01 15:35] (current) stranak [užitečné LaTeXové balíčky a triky] |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | **Linux – verze distribuce: | ||
+ | |||
==== Screen ==== | ==== Screen ==== | ||
Ze splitu (^AS) se lze dostat pomocí ^AQ. | Ze splitu (^AS) se lze dostat pomocí ^AQ. | ||
+ | |||
+ | ==== Transpozice tabulky (mac) ==== | ||
+ | < | ||
+ | |||
+ | ==== Vim ==== | ||
+ | |:set list | zobrazit neviditelné znaky | | ||
+ | |:h listchars | které neviditelné znaky konkrétně | ||
+ | |g[jk] | ||
+ | |gv | obnovit předchozí výběr (v) | | ||
+ | |ga | zobrazí Unicode Dec, Hex a Octal hodnotu znaku | | ||
+ | |]p | jako " | ||
+ | |Ctrl-6 | ||
+ | |:set paste | " | ||
+ | |< | ||
+ | |< | ||
+ | |abbreviate < | ||
+ | |< | ||
+ | |||
+ | >Enable search-related options: highlight matches in a search ('' | ||
+ | ('' | ||
+ | adds the mapping '' | ||
+ | '' | ||
+ | '' | ||
+ | http:// | ||
==== X na jiném displayi ==== | ==== X na jiném displayi ==== | ||
< | < | ||
- | |||
- | ==== Synergy tunelem ==== | ||
- | < | ||
==== užitečné LaTeXové balíčky a triky ==== | ==== užitečné LaTeXové balíčky a triky ==== | ||
* '' | * '' | ||
- | * '' | + | * '' |
* '' | * '' | ||
* '' | * '' | ||
Line 18: | Line 41: | ||
* //poznámky pod čarou v tabulce//: Je nutno poznámku rozdělit tak, že v buňce je '' | * //poznámky pod čarou v tabulce//: Je nutno poznámku rozdělit tak, že v buňce je '' | ||
* //Fixing wrong labels//: The command \label must appear after (or inside) \caption. Otherwise, it will pick up the current section or list number instead of what you intended. | * //Fixing wrong labels//: The command \label must appear after (or inside) \caption. Otherwise, it will pick up the current section or list number instead of what you intended. | ||
+ | * '' | ||
+ | |||
+ | === Sort in BibTeX === | ||
+ | The solution is to embed the sort key in the author’s name, but to prevent it from being typeset. Patashnik recommends a command '' | ||
+ | |||
+ | '' | ||
+ | ... | ||
+ | @ARTICLE{Rayleigh1, | ||
+ | AUTHOR = " | ||
+ | ... | ||
+ | }'' | ||
+ | Note that this '' | ||
+ | |||
+ | ... | ||
+ | '' | ||
+ | ...'' | ||
+ | A further use might deal with word order games, as in the famous Vietnamese name: | ||
+ | |||
+ | '' | ||
+ | AUTHOR = " | ||
+ | |||
=== Xyling (lingvistické stromy) === | === Xyling (lingvistické stromy) === | ||
Line 51: | Line 95: | ||
Yes, this requires great care; but at least it is possible. | Yes, this requires great care; but at least it is possible. | ||
- | ==== Vim ==== | ||
- | |:set list | zobrazit neviditelné znaky | | ||
- | |:h listchars | které neviditelné znaky konkrétně | ||
- | |g[jk] | ||
- | |ga | zobrazí Unicode Dec, Hex a Octal hodnotu znaku | |