You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to schema, a video is a legal child of a sidebyside. However in PDF, such a video is completely missing. For example on page number 159 of the sample article, right before section 26 "Open Problems", the source has a sidebyside with two videos. But there's nothing there in output.
Theory that I have not tested: the videos there are converted to sidebyside in -asssembly (a sidebyside to show their preview and a QR code). But now they exist as a sidebyside within a sidebyside, so are ignored.
I could work on this but I'm not sure what is supposed to happen. Maybe form a stack with the preview image and the QR code?
The text was updated successfully, but these errors were encountered:
No objection here, but I'll share some thoughts I had in the meantime.
Is it a matter of time before my phone's camera app does OCR and recognizes a URL I can tap? In other words, is part of the raison d'etre for QR codes going to fade? If so, a stack with an image and a URL underneath, even wrapping lines, is maybe not so bad.
In the meantime, I was wondering how a preview image with an embedded QR code might look. Imagine the preview image, but something like the upper right is overlaid with a QR code square. Or the QR code is overlaid in the center of the preview image. Or flop that, and have a bit larger QR code with the video's preview image in the center.
Schema might change to disallow video as a sbs panel. But the schema will still allow figure as an sbs panel, and that figure could have a video. I guess that will succeed in a technical sense with conversion to sidebyside/figure/sidebyside and then the preview and QR code images within. But the actual look of it may be pretty bad if so much is crammed into an already narrow figure panel.
According to schema, a
video
is a legal child of asidebyside
. However in PDF, such avideo
is completely missing. For example on page number 159 of the sample article, right before section 26 "Open Problems", the source has a sidebyside with two videos. But there's nothing there in output.Theory that I have not tested: the
video
s there are converted tosidebyside
in-asssembly
(a sidebyside to show their preview and a QR code). But now they exist as asidebyside
within asidebyside
, so are ignored.I could work on this but I'm not sure what is supposed to happen. Maybe form a
stack
with the preview image and the QR code?The text was updated successfully, but these errors were encountered: