Tagged Questions
11
votes
2answers
244 views
Using breakable hyphen "= in \newcommand
I want to use a breakable hyphen "= in a command:
\documentclass[a4paper]{article}
\usepackage[ngerman]{babel}
\newcommand{\TT}{Test"=Text }
\begin{document}
This is a test whether the hyphen in \TT ...
4
votes
2answers
2k views
Where to put a custom macros file?
I have a bunch of common commands I put in document preambles. I don't always use them all, but it makes the preamble too long for my tastes.
I want to put them all in an external file (preferably in ...
6
votes
2answers
811 views
Automatically define macros in LyX documents
I'm using LyX all the time and over the last 2 years I've accumulated some very handy macros for my lecture notes. As it is today, every time I start a new document, I copy and paste the macros from ...