Add example for vec_permxor #34

Merged
ThinkOpenly merged 1 commits from vec_permxor into master 4 years ago
ThinkOpenly commented 4 years ago (Migrated from github.com)

vec_permxor is complex enough to warrant an example.

The table used is very wide. I squeezed it more by changing the names
of index1 and index2 to x and y, respectively.

Note: The table may still be too wide, as some additional warnings are
now generated during mvn generate-sources:

WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1:-1)
Apr 30, 2020 8:44:03 PM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Line 1 of a paragraph overflows the available area by 468 millipoints. (See position 14259:-1)
Apr 30, 2020 8:44:03 PM org.apache.fop.events.LoggingEventListener processEvent
...
WARNING: span="inherit" on fo:block, but no explicit value found on the parent FO.

Fixes #20.

Signed-off-by: Paul A. Clarke pc@us.ibm.com

`vec_permxor` is complex enough to warrant an example. The table used is very wide. I squeezed it more by changing the names of `index1` and `index2` to `x` and `y`, respectively. Note: The table may still be too wide, as some additional warnings are now generated during `mvn generate-sources`: ``` WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 1:-1) Apr 30, 2020 8:44:03 PM org.apache.fop.events.LoggingEventListener processEvent WARNING: Line 1 of a paragraph overflows the available area by 468 millipoints. (See position 14259:-1) Apr 30, 2020 8:44:03 PM org.apache.fop.events.LoggingEventListener processEvent ... WARNING: span="inherit" on fo:block, but no explicit value found on the parent FO. ``` Fixes #20. Signed-off-by: Paul A. Clarke <pc@us.ibm.com>
ThinkOpenly commented 4 years ago (Migrated from github.com)

Web version:
Screenshot from 2020-04-30 20-31-18
PDF:
Screenshot from 2020-04-30 20-30-24

Web version: ![Screenshot from 2020-04-30 20-31-18](https://user-images.githubusercontent.com/12301795/80775136-6488ec80-8b24-11ea-83c0-2cd9423a09a5.png) PDF: ![Screenshot from 2020-04-30 20-30-24](https://user-images.githubusercontent.com/12301795/80775155-723e7200-8b24-11ea-971a-f238c21afb95.png)
wschmidt-ibm commented 4 years ago (Migrated from github.com)

a_x ^ a_y is wrong. Should be a_x ^ b_y, correct?

Anyway, I don't like having that in the table. Would prefer the row just say r.

a_x ^ a_y is wrong. Should be a_x ^ b_y, correct? Anyway, I don't like having that in the table. Would prefer the row just say **r**.
wschmidt-ibm commented 4 years ago (Migrated from github.com)

Have you verified the output with a test compiled with gcc?

Have you verified the output with a test compiled with gcc?
ThinkOpenly commented 4 years ago (Migrated from github.com)

I did verify with GCC.
I have now removed the "ax ^ by" line (and yes, it was supposed to be by, now moot.)
Screenshot from 2020-05-01 13-29-09

Fix is ready for review.

I did verify with GCC. I have now removed the "a<sub>x</sub> ^ b<sub>y</sub>" line (and yes, it was supposed to be **b**<sub>y</sub>, now moot.) ![Screenshot from 2020-05-01 13-29-09](https://user-images.githubusercontent.com/12301795/80831940-5af99600-8bb1-11ea-8d4f-dbc805ddb36f.png) Fix is ready for review.
wschmidt-ibm commented 4 years ago (Migrated from github.com)

Looks good, thanks!

Looks good, thanks!
wschmidt-ibm commented 4 years ago (Migrated from github.com)

Will rebase and merge shortly after I finish pushing something I'm working on.

Will rebase and merge shortly after I finish pushing something I'm working on.
The pull request has been merged as 8c13a59ceb.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b vec_permxor master
git pull origin vec_permxor

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff vec_permxor
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: systemsoftware/Programming-Guides#34
Loading…
There is no content yet.