-
Notifications
You must be signed in to change notification settings - Fork 0
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
Creating a box in ALCH00063.11 (Yahuda 259 bundle 11) #103
Comments
One choise would be applying double-column. You can code like this: <div rend="parallel-docs">
<div rend="parallel-left rule-right-side">
Write here for left side
</div>
<div rend="parallel-right">
Write here for right ride
</div>
</div> the attribute For double-column, you can also take a look at Babson417, though it is not rendered properly yet. |
If you can get the Would it be possible to get the text inside the right column to be left aligned? I'm just thinking about that since looking at Bason417 the content in the right column seems to be right aligned. (Unless that's part of the rendering issue, in which case, nevermind!) |
@aewingate, I am adding CSS code that is applied when you code |
I've encountered a problem with the parallel-docs strategy. The section in question is encoded as a |
I tried to end This is what I coded after line 7026 (of ALCH00063) </list>
<div rend="parallel-docs">
<div rend="parallel-left">
<list type="gloss">
<item>
E <label>white <choice><abbr>sp<hi rend="super">t</hi></abbr><expan>spirit</expan></choice> of <g ref="#UNx1f716">🜖</g></label> <bibl default="false">p 155</bibl>
</item>
<item>
7 <space dim="horizontal" extent="3" quantity="3"/><label>Philosophick <g ref="#UNx1f70d">🜍</g> <add rend="caret" place="supralinear">or oyle</add></label> <bibl><abbr>Test</abbr> 155, <hi rend="u">161</hi></bibl> <lb/>
<space dim="horizontal" extent="7" quantity="7"/> It reduces white <g ref="#UNx2609">☉</g> to gold again<lb/><!-- This is in the section set off by lines. -->
</item>
<item>
B <label><add rend="caret" place="supralinear">Red</add> oyle of Vitriol</label> <bibl><abbr>Test</abbr> p <hi rend="u">161</hi> 167</bibl> <lb/>
<space dim="vertical" extent="1" quantity="1"/>
</item>
</list>
</div>
<div rend="parallel-right rule-left-side rule-top-side">
His Theory is described <choice><orig>j</orig><reg>1</reg></choice> in <bibl default="false">12 Keys</bibl>, <add place="supralinear">2</add> <bibl default="false">Elucidation </bibl><lb/> <!-- N.B. There is a section here set off by horizontal and vertical lines that appears to be a comment, one not clearly linked to any list item. -->
<space dim="horizontal" extent="5" quantity="5"/> 3 <bibl default="false">Short way & repetition</bibl>, 4, <bibl default="false"><abbr>Philos</abbr> <unclear reason="indistinct"><g ref="#UNx1f716">🜖</g></unclear><!-- Note hasty symbol. --> <g ref="#UNx1f70d">🜍</g> & mg-</bibl> <lb/>
<space dim="vertical" extent="1" quantity="1"/> 3
</div>
</div>
<list type="gloss"> |
Okay that makes perfect sense! I'll encode that way and send you the file. Thanks! |
After some collaborative work with @aewingate , we've got rendering like this: |
This issue cannot be closed until we rebuild the combined ALCH00063 document with part 11 included. The current version of the combined document dates from autumn 2020 and ALCH00063-11 cannot be viewed on the website until the combined document is rebuilt. |
@wehooper will update one of the parts that has parallel encoding (notes and comments) and the generate the whole document manually, upload to Xubmit and let Michelle know so she can re-index the new Newton site and merge latest changes. |
I have corrected the parallel columns in ALCH00063-07.xml and uploaded that to Xubmit. I also updated the TEIHeader in the template to include the correct resp statements, then built the new assembled version. Neither the assembled document nor the template will validate under Xubmit's rules, so I have zipped copies of them and emailed copies to Michelle, Alex, and Takatomo. Michelle can access Xubmit from a command line. When carbonate or possum are repopulated from Xubmit and reindexed on the website admin page, we will be able to check both the parallel columns in 63.07 and the box in 63.11. |
On f. 11.1r of ALCH00063 (aka f. 1r of ALCH00063.11), Newton has a partial box to separate some information off from the main column of text on the left.
Currently we haven't encoded this box in either the current site or Carbon. We're just using
<space>
on each of the three lines to push the content over.I have not included a screenshot of the source code since the four bibls and bibliographic notes make it kind of unwieldy to show, but if you download ALCH00063-11, it's lines 353-354 plus 358 (to get the "3" in the third line). If we can a box or other sort of container around the content, I think the "3" will have to move up in the encoding to be with the 4 citations in the first two lines of the box.
The text was updated successfully, but these errors were encountered: