Table empty in PDF #237

Closed
opened 2026-03-22 15:32:36 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @BravoBaldo on GitHub (Oct 30, 2024).

In LABS, "Supported Devices" the table is enpty in pdf
It seems "check2-square" is not rendered in pdf

see ...\contents\labs\labs.qmd

you can use UTF-8: E29891 or ☑ instead

Originally created by @BravoBaldo on GitHub (Oct 30, 2024). In LABS, "Supported Devices" the table is enpty in pdf It seems "check2-square" is not rendered in pdf see ...\contents\labs\labs.qmd you can use UTF-8: E29891 or ☑ instead
GiteaMirror added the area: book label 2026-03-22 15:32:36 -05:00
Author
Owner

@BravoBaldo commented on GitHub (Oct 30, 2024):

Please note that this looks a bit complicated:
Since character ☑ is 2 bytes long but is displayed as 1 character, the spaces look wrong!

+----------------------------+----------------------------------------------------------------+----------------------------------------------------------------------------+----------------------------------------------+
| Exercise                   | [Nicla Vision](https://store.arduino.cc/products/nicla-vision) | [XIAO ESP32S3](https://wiki.seeedstudio.com/xiao_esp32s3_getting_started/) | [Raspberry Pi](https://www.raspberrypi.com/) |
+:===========================+:===============================================================+:===========================================================================+:=============================================+
| Installation & Setup       | ☑                                                              | ☑                                                                          | ☑                                            |
+----------------------------+----------------------------------------------------------------+----------------------------------------------------------------------------+----------------------------------------------+
| Keyword Spotting (KWS)     | ☑                                                              | ☑                                                                          |                                              |
+----------------------------+----------------------------------------------------------------+----------------------------------------------------------------------------+----------------------------------------------+
| Image Classification       | ☑                                                              | ☑                                                                          | ☑                                            |
+----------------------------+----------------------------------------------------------------+----------------------------------------------------------------------------+----------------------------------------------+
| Object Detection           | ☑                                                              | ☑                                                                          | ☑                                            |
+----------------------------+----------------------------------------------------------------+----------------------------------------------------------------------------+----------------------------------------------+
| Motion Detection           | ☑                                                              | ☑                                                                          |                                              |
+----------------------------+----------------------------------------------------------------+----------------------------------------------------------------------------+----------------------------------------------+
| Small Language Models (SLM)|                                                                |                                                                            | ☑                                            |
+----------------------------+----------------------------------------------------------------+----------------------------------------------------------------------------+----------------------------------------------+
@BravoBaldo commented on GitHub (Oct 30, 2024): Please note that this looks a bit complicated: Since character ☑ is 2 bytes long but is displayed as 1 character, the spaces look wrong! ``` +----------------------------+----------------------------------------------------------------+----------------------------------------------------------------------------+----------------------------------------------+ | Exercise | [Nicla Vision](https://store.arduino.cc/products/nicla-vision) | [XIAO ESP32S3](https://wiki.seeedstudio.com/xiao_esp32s3_getting_started/) | [Raspberry Pi](https://www.raspberrypi.com/) | +:===========================+:===============================================================+:===========================================================================+:=============================================+ | Installation & Setup | ☑ | ☑ | ☑ | +----------------------------+----------------------------------------------------------------+----------------------------------------------------------------------------+----------------------------------------------+ | Keyword Spotting (KWS) | ☑ | ☑ | | +----------------------------+----------------------------------------------------------------+----------------------------------------------------------------------------+----------------------------------------------+ | Image Classification | ☑ | ☑ | ☑ | +----------------------------+----------------------------------------------------------------+----------------------------------------------------------------------------+----------------------------------------------+ | Object Detection | ☑ | ☑ | ☑ | +----------------------------+----------------------------------------------------------------+----------------------------------------------------------------------------+----------------------------------------------+ | Motion Detection | ☑ | ☑ | | +----------------------------+----------------------------------------------------------------+----------------------------------------------------------------------------+----------------------------------------------+ | Small Language Models (SLM)| | | ☑ | +----------------------------+----------------------------------------------------------------+----------------------------------------------------------------------------+----------------------------------------------+ ```
Author
Owner

@BravoBaldo commented on GitHub (Oct 30, 2024):

please I modified a little the table...

@BravoBaldo commented on GitHub (Oct 30, 2024): please I modified a little the table...
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#237