coredump-ch / intro-to-rust

Intro-presentation about Rust.
Creative Commons Attribution 4.0 International
11 stars 4 forks source link

Speaker Notes #2

Open dbrgn opened 8 years ago

rnestler commented 8 years ago

Whats the status on that? You tried to add them @dbrgn?

dbrgn commented 8 years ago

I tried to use the tool that creates side-by-side slides (to be used on dual screen setups). Unfortunately it caused the syntax highlighting to go foobar :(

If you want, give it a try yourself!

rnestler commented 8 years ago

In http://mirror.switch.ch/ftp/mirror/tex/macros/latex/contrib/beamer-contrib/themes/metropolis/doc/metropolistheme.pdf "6.3 Notes on second screen" states the following:

If you use the [show notes on second screen] option built in to Beamer and compile with XeLaTeX, text on slides following the first section slide may be rendered in white instead of the regular colour. This is due to a bug in Beamer or XeLaTeX itself. You can work around it either by compiling with LuaTeX or by adding the following code to your preamble to reset the text color on each slide

\makeatletter
\def\beamer@framenotesbegin{% at beginning of slide
\usebeamercolor[fg]{normal text}
\gdef\beamer@noteitems{}%
\gdef\beamer@notes{}%
}
\makeatother

So it seems to be a XeLaTeX issue

dbrgn commented 8 years ago

Ah! We currently need XeLaTeX in order to use the custom fonts.

Did you try the fix or using LuaTeX?

rnestler commented 8 years ago

Not yet but I'll try to use LuaTeX.

dbrgn commented 8 years ago

Why not RustTeX? :stuck_out_tongue_winking_eye: