-
Notifications
You must be signed in to change notification settings - Fork 16
BUG: Fix Table 2.1 exceeding the page width. #64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: Fix Table 2.1 exceeding the page width. #64
Conversation
|
Not sure if the rendered table will be too small. If it is, an alternative would be to use a landscape layout on a page of its own. Looks like there are a number of alternatives:
I've tested |
thewtex
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we have to just rotate the content, not the page, so that it can continue to be printed as a book.
352570e to
5bf45e4
Compare
|
👍 Cool, @jhlegarreta ! The build is failing. Do we need |
5bf45e4 to
a212164
Compare
a212164 to
caa048f
Compare
|
Included the legend in the The table overlapping the header is still unsolved. I've been looking for a solution without success. Will try to look better. |
|
One option that I do not particularly like (since it is a workaround rather than a solution) is to change the font size in the table to |
|
I do not see an explanation to the CI build failure. @thewtex how can I re-run the CI build? |
|
@jhlegarreta When you click the |
|
@thewtex that's right: I had already navigated to the cicle CI build to inspect the output and tried Rerun job with SSH but it is not a clickable button for my user it appears. I get the You need write permissions to trigger builds message when I hover it. |
|
@jhlegarreta That's interesting -- maybe a CircleCI bug? You are on the ITKSoftwareGuide developers team, which has Admin privileges on the repository. I added your account to the Collaborators for the repository with Write access. Please try again to see if that does it. |
|
Sorry, @thewtex , still the same result. |
|
How about after pushing to the branch? |
|
Will try tomorrow afternoon then. Thanks for the suggestion ! |
|
@thewtex I discovered why: I did not have my GitHub account connected in my circle CI ' Account Integration` settings. Now, I ignore whether just being part of the Admins would have been enough... Sorry Matt. Re-running the job now... |
|
Ah, that was tricky. Thanks for taking a look, @jhlegarreta |
|
This is weird: checking out the code for the commit hash at issue (caa048f) is failing in circle CI: No idea why this should be happening. |
|
@jhlegarreta that is odd... Since |
caa048f to
c7bc943
Compare
|
@thewtex Sorry for the delay 😬 I've just rebased and pushed. Let's see what the CI builds tell, and if we're able to solve this. |
c7bc943 to
f7fb0f6
Compare
|
Patch set c7bc943 still showed a table stepping into the header. An alternative to make the table smaller is But still the look of a lonely table in a single page did not look nice to me, and hence in f7fb0f6 I opted for coming back to a portrait orientation table but limiting its width. If we are happy with the result, I'll update the commit message and this will be ready to be merged. |
The compiler list time schedule in chapter `Configuring and Building ITK` was being displayed with an awkward layout. See for example p.10 in a recent build belonging to PR InsightSoftwareConsortium#64: https://open.cdash.org/upload/8fc8cf811a130b76f66c2b81a3f3027ac17e3b09/ITKSoftwareGuide-Book1.pdf As explained in: https://en.wikibooks.org/wiki/LaTeX/Mathematics the `\[` is a LaTeX shorthand for a displayed equation environment. This topic removes the unnecessary backward slash escape character.
f7fb0f6 to
4aaf5b3
Compare
|
The result looks satisfactory to me. Check it at It's just the position that LaTeX chose that makes the compiler list time schedule be broken that is not that nice. I've added a Updated the commit message. |
4aaf5b3 to
f4b59ea
Compare
Fix `Table 2.1` in chapter `CONFIGURING AND BUILDING ITK` exceeding the page width: restrict its width. Fixes InsightSoftwareConsortium#62.
f4b59ea to
960378f
Compare
|
Looked OK to me but for the legend: I forgot to force its position 😊. It should look OK in 960378f ! |
|
It does look OK to me 👌 now ! |
thewtex
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Way to go, @jhlegarreta !!
Fix
Table 2.1in chapterCONFIGURING AND BUILDING ITKexceeding thepage width.
Fixes #62.