Skip to content
Snippets Groups Projects
  1. Oct 26, 2021
  2. Sep 16, 2020
  3. Jun 25, 2020
  4. Jun 23, 2020
  5. Jun 21, 2020
  6. May 18, 2020
  7. Mar 30, 2020
  8. Mar 25, 2020
  9. Mar 17, 2020
  10. Mar 12, 2020
  11. Jan 27, 2020
  12. Jan 24, 2020
  13. Jan 22, 2020
  14. Jan 15, 2020
  15. Jan 06, 2020
  16. Dec 20, 2019
  17. Dec 11, 2019
  18. Dec 06, 2019
  19. Oct 30, 2019
  20. Oct 24, 2019
    • Emanuele Aina's avatar
      hotdoc-html-2-pdf: Keep links clickable · 9de6e504
      Emanuele Aina authored and Andrej Shadura's avatar Andrej Shadura committed
      
      The `links-as-notes=true` option has the undesiderable effect of making links
      in the text not clickable.
      
      Use a pandoc filter to keep links clickable and also add a footnote with the
      URL, useful in case the document is printed.
      
      Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
      9de6e504
    • Emanuele Aina's avatar
      hotdoc-html-2-pdf: Set up fonts to better handle unicode data · a03171cb
      Emanuele Aina authored and Andrej Shadura's avatar Andrej Shadura committed
      
      It's 2019 and *TeX still lacks proper glyph fallback, so we get the following
      errors on `make pdf`:
      
          ./hotdoc-html-2-pdf build/html/appdev-debugging.html build/pdf/appdev-debugging.pdf --remote-prefix "https://developer.apertis.org" --line-numbers
          [WARNING] Missing character: There is no ▸ in font [lmmono10-regular]:!
          [WARNING] Missing character: There is no ▸ in font [lmmono10-regular]:!
          ./hotdoc-html-2-pdf build/html/programming-guide-tooling.html build/pdf/programming-guide-tooling.pdf --remote-prefix "https://developer.apertis.org" --line-numbers
          [WARNING] Missing character: There is no 李 in font [lmmono10-regular]:!
          [WARNING] Missing character: There is no 健 in font [lmmono10-regular]:!
          [WARNING] Missing character: There is no 秋 in font [lmmono10-regular]:!
          ./hotdoc-html-2-pdf build/html/vm-config.html build/pdf/vm-config.pdf --remote-prefix "https://developer.apertis.org" --line-numbers
          [WARNING] Missing character: There is no ▸ in font [lmmono10-regular]:!
          ./hotdoc-html-2-pdf build/html/vm-management.html build/pdf/vm-management.pdf --remote-prefix "https://developer.apertis.org" --line-numbers
          [WARNING] Missing character: There is no ▸ in font [lmmono10-regular]:!
          [WARNING] Missing character: There is no ▸ in font [lmmono10-regular]:!
          ./hotdoc-html-2-pdf build/html/vm-setup.html build/pdf/vm-setup.pdf --remote-prefix "https://developer.apertis.org" --line-numbers
          [WARNING] Missing character: There is no ▸ in font [lmmono10-regular]:!
          [WARNING] Missing character: There is no ▸ in font [lmmono10-regular]:!
      
      Address those by:
      * setting up a CJK font so we don't erase team members
      * setting up a monospace font which has large Unicode coverage without
        requiring fallbacks, so a `▸` in a code snippets doesn't end up in a
        unrendered character
      
      Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
      a03171cb
  21. Oct 22, 2019
  22. Oct 11, 2019
  23. Oct 09, 2019
Loading