Covering material - methods and spacing #36
Replies: 5 comments 9 replies
-
One thing to note here is using opacity, any covered text is still selectable as it's in the 'right' place - I'm thinking overall that's not such a bad thing. |
Beta Was this translation helpful? Give feedback.
-
Will this work for non-text material, e.g. raster images? |
Beta Was this translation helpful? Give feedback.
-
I quite agree that opacity should be used. Regarding tagging, invisible stuff can/should probably be tagged as artifact. I'm quite sure how to handle covered text, there are arguments for both ... |
Beta Was this translation helpful? Give feedback.
-
Anyone other than me been testing this? Seems to work fine, but I will need to add a note to the docs for |
Beta Was this translation helpful? Give feedback.
-
I was reading the PDF ref. last night and was reminded we've not talked about Optional Content Groups (OGCs) for slides. The ref. explicitly points to these for things like a point-by-point reveal for a list. I can see how OGCs might work for simple cases, but they look tricky for |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In
beamer
, Till arranges for material to be 'invisible' by moving it well off screen. For\uncover
, he provides a methods to have partial visibility based on colour mixing. In both cases, to deal with the oddities of spacing with whatsits, there are various gymnastics for the case where things are not covered/invisible.An upcoming release of
expl3
will integratel3opacity
into the kernel, and this offers real opacity support for all of the supported backends. I think this gives us an opportunity to take a fresh look at this area.My suggestion is that rather than do any canvas moves, we always use opacity to arrange for material to vanish - it's then just a question of the degree of opacity that's active. I also suggest that we don't worry about spacing: not because it's not an issue, but because I think we should push to have both colour and opacity handled in LuaTeX as attributes out of the box in
expl3
. That will deal with the spacing with no additional gymnastics, and would give a simple piece of advice in the manual: 'Use LuaTeX'. (We know that for tagging, etc., LuaTeX is strongly preferred anyway - and here we are dealing with documents that have to be updated even if they are not 'new'.)I think on the timeframe of a 'stable'
xbeamer
release that is workable, and fits with other ideas I'm trying to explore (e.g. doing colour usingl3color
rather thancolor
- but I think a move to attributes will apply tocolor
as well).Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions