Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
work:semana_31_de_2022 [2022/07/31 13:57] magsilvawork:semana_31_de_2022 [2022/07/31 14:00] – [Everything] magsilva
Line 4: Line 4:
   * Although registered to participate in TUG 2022 (TeX User Group meeting), I couldn't attend it due to Francisco's birth. But now I'm starting to catch up on my activities and process items from my backlog. TUG 2022 is available on Youtube.   * Although registered to participate in TUG 2022 (TeX User Group meeting), I couldn't attend it due to Francisco's birth. But now I'm starting to catch up on my activities and process items from my backlog. TUG 2022 is available on Youtube.
     * Day 1: https://www.youtube.com/watch?v=xdgjGIEvZLk     * Day 1: https://www.youtube.com/watch?v=xdgjGIEvZLk
-      * Nice to hear about an alternative TeX and LaTeX engine written in Rust: [[https://tectonic-typesetting.github.io/ Tectonic]]. Its source code is [[https://github.com/tectonic-typesetting/tectonic.git openly available]] and of course, I tried it! After building it (''cargo build --release''), I run it against the paper for SAST. It through an error: ''error: amssymb.sty:261: LaTeX Error: Command `\Bbbk' already defined`''. Some research on StackExchange showed it was related to the package ''amssymb'', which was used by the .tex (but not by the .cls). As the paper did not require that package, I simply removed the dependency on that package.+      * Nice to hear about an alternative TeX and LaTeX engine written in Rust: [[https://tectonic-typesetting.github.io/ Tectonic]]. Its source code is [[https://github.com/tectonic-typesetting/tectonic.git openly available]] and of course, I tried it! After building it (''cargo build --release''), I run it against the paper for SAST. It through an error: ''error: amssymb.sty:261: LaTeX Error: Command `\Bbbk' already defined`''[[https://tex.stackexchange.com/questions/564490 | Some research on StackExchange]] showed it was related to the package ''amssymb'', which was used by the .tex (but not by the .cls). As the paper did not require that package, I simply removed the dependency on that package.