diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2024-05-23 10:17:05 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2024-05-23 10:17:05 +0200 |
commit | fd3029c88396f877f50d0f91ce72c6a732961485 (patch) | |
tree | 0f93e54a903fb2e9ad798962c985fdf3b9d4ef01 /model_8/Makefile | |
parent | 3b1107a34f2f2db787157f11ab68d7b468f603ec (diff) |
Model_8: correction in the table table color
Diffstat (limited to 'model_8/Makefile')
-rwxr-xr-x | model_8/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/model_8/Makefile b/model_8/Makefile index ca74045..175c1ae 100755 --- a/model_8/Makefile +++ b/model_8/Makefile @@ -2,4 +2,5 @@ include ../common/Makefile.common EXTRA_RST_OPTIONS = \ --no-section-numbering \ - --table-style=booktabs + --table-style=booktabs \ + --new-column-widths |