Posts

Making the left-hand side of a double spread always print the same within part of a document

Image
up vote 1 down vote favorite I wish to print the actual running text* of part of a document only on the right-hand side pages of double spreads, while the left-hand side repeats the same every time because the reader will want to be able to refer to the information on the left-hand page frequently while reading the right-hand side, without having to flip the pages back and forth. Here’s a mocked-up layout example of what I’d like: How can I achieve this with LaTeX or LuaTeX? (I’m using the book document class, if that makes a difference.) * Detail: it’s not actually running text but a Gregorio score, but hopefully that doesn’t make too much difference given that Gregorio, to my knowledge, uses the normal text and block and page wrapping of TeX. luatex page-breaking double-si...

Make the TTY console ignore the /dev/input/event3 keyboard

Image
up vote 1 down vote favorite I have a remote control IR USB receiver, but it acts just like a normal keyboard. I'm reading the input from /dev/input/event3 to handle events. Because of this I need a way for the TTY console to ignore this "keyboard" device without disabling the USB device entirely. So currently when I press buttons on the remote control it types characters into the TTY console, which is undesirable. linux usb keyboard udev tty share | improve this question asked 2 days ago Nix 6 1 New contributor ...