Commit graph

167 commits

Author SHA1 Message Date
6bfb62fcdd UCWTeX bigradical to unicode 2024-05-11 11:46:58 +02:00
4e2ea4173e FLineMarkup 2024-05-07 15:56:02 +02:00
8bcb087979 UCWTeX drobnosti 2024-05-07 11:16:03 +02:00
2a5fd812e3 UCWTeX další chybějící UTF-8 znak. 2024-05-06 13:13:03 +02:00
c46a1f0302 UCWTeX: \vecoverrightarrow 2024-05-04 18:25:52 +02:00
9a993676dc UCWTeX: Reforma figure 2024-05-04 18:24:25 +02:00
87961754e8 UCWTeX: Vyčlenění formatitkolib 2024-05-04 18:23:52 +02:00
08df4dbd78 UCWTeX: Obrázky vždyu zarovnáváme na střed, popisky nejsou slanted 2024-05-04 18:19:40 +02:00
57e69cbee4 TeX: Nadpisy bez stránkových zlomů. 2024-05-02 13:34:59 +02:00
f86815e8ff TeX: Mezery v tabulce 2024-05-02 13:32:39 +02:00
bb05a3c913 Floatpage 2024-04-03 10:51:48 +02:00
9dcf87915e Merge remote-tracking branch 'origin/master' into jk-bakalarka 2024-03-18 21:22:31 +01:00
ac2c3475e4 UCWTeX: {sub,super}script pomocí matematiky 2024-03-18 21:21:26 +01:00
2fd0efe3a7 UCWTeX: Na výrobu pdf si pustíme luatex a naučíme ho hledat soubory 2024-03-18 21:21:26 +01:00
4bd05b098b UCWTex: SmallCaps 2024-03-18 21:21:26 +01:00
86839a9269 HTML: SmallCaps 2024-03-18 21:21:26 +01:00
fa6b772674 Fixed typo in context.unset_data
Picked from 71e5c5b and 38029e3
2024-03-18 20:55:34 +01:00
774af0fedf UCWTeX: Lepší formátování nadpisů 2024-03-18 10:38:43 +01:00
38029e3587 fixup of fixup: context.unset_data
git#
2024-03-18 10:37:57 +01:00
6d629137fb Merge remote-tracking branch 'origin/master' into jk-bakalarka
Conflicts:
	src/formatitko/elements.py
	src/formatitko/nop_processor.py
	src/formatitko/output_generator.py

FileLink vs FLink
2024-03-17 22:40:15 +01:00
ed40bc4db8 UCWTeX: Formátování obsahu 2024-03-17 22:33:35 +01:00
292fcba574 UCWTeX: Další unicode převod 2024-03-17 22:32:23 +01:00
d783c7ae9c context: current_figure 2024-03-17 22:32:00 +01:00
71e5c5bbdc fixup: context.unset_data 2024-03-17 22:30:48 +01:00
2a0e90bb96 Quick fix srcsetů, hodně malé obrázky nenafoukneme víc, než je potřeba. 2024-03-07 19:47:31 +01:00
0e5735cba2 Added FileLink element for publishing and linking local files. 2024-03-07 17:58:18 +01:00
fb80c61139 UCWTeX seznam obrázků 2024-03-02 19:06:29 +01:00
7230d87f6b Fix escape do TeXu 2024-03-02 19:06:03 +01:00
bf46105db8 Podsložka na TeX 2024-03-02 19:05:54 +01:00
41f51bf6fe Default pro highlight 2024-02-27 18:21:37 +01:00
42d04b77de Added title attribute for images, fixed formatting of raw blocks. 2024-02-27 16:24:27 +01:00
f1f2f63cb5 Odkazy na interní objekty (obrázky) 2024-02-27 12:42:23 +01:00
a2468b54e1 Merge remote-tracking branch 'origin/master' into jk-bakalarka 2024-02-27 10:24:41 +01:00
945bb760e8 UCWTeX: Figure je float 2024-02-27 10:23:33 +01:00
88d653af15 Číslování 2024-02-27 10:22:37 +01:00
583b3ba010 Stop adding NBSPs around TeX math. Patches welcome to make this smarter. 2024-02-27 10:14:19 +01:00
9ccd2886b9 Bump katex-server: Nobody needs a better nullish coalescing operator than OR 2024-02-27 10:11:39 +01:00
c90e00a1ae Fix broken transformation of divs and spans. 2024-02-27 10:02:19 +01:00
4dd1eb0314 TeX: Základní implementace citací 2024-02-25 23:54:02 +01:00
48e34eaf8e BakalářkoTeX 2024-02-25 22:24:45 +01:00
37c8ec4e2e Slanted font 2024-02-25 22:24:09 +01:00
62263fbe0f Merge remote-tracking branch 'origin/master' into jk-bakalarka 2024-02-25 18:02:59 +01:00
7f52abde14 katex-server bump: Removed null coalescing operator, because I don't want to update node on every computer in existence. 2024-02-24 02:11:57 +01:00
f0d939a65b Separate context init for transform processor into separate function, add option to not make images clickable. 2024-02-23 23:37:22 +01:00
f14f28d3a4 Added dependency printing 2024-02-22 14:02:32 +01:00
cd07b3abf8 Creating of dirs in namespaces only when they're accessed (this is needed because until then, we don't know what $dir is. Also telling pandoc to strip comments. 2024-02-22 11:50:50 +01:00
a1c439c32e Minor fixes, typos, generating of MetaValues, fixed error where KeyErrors from the inside of the tree would get eaten. 2024-02-21 23:34:23 +01:00
72b9bc7bf1 Add special StandaloneHTMLGenerator. Also handle prepending the document in a more pandocy way. 2024-02-21 21:43:49 +01:00
7f3490536e Attach Groups correctly in the tree, Images now support height in HTML. 2024-02-21 16:27:04 +01:00
3ce0b5037b Some changes to allow commands to touch the rest of the tree they're currently in. This shall only be done on parts of the tree not yet transformed, otherwise, very weird things can happen. 2024-02-21 15:04:25 +01:00