Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

Background: engpron gives a rendition of the phonetic symbols used in Dr.Daniel Jones: ENGLISH PRONOUNCING DICTIONARY.

Native English speakers frequently suffer the pain of not knowing how to spell words they know so well, those who learn English as a foreign language frequently have the problem of not knowing how to pronounce a word they see written - never the twain shall meet! - and that's where the international phonetic transcription may come in handy.

To the point: the engpron package, the author being French, uses the £ sign (pound sign) to prefix the characters in its alphabet, but of course the various English keyboards don't provide a key for it.

MS Windows allows foreign keyboards to be set up and, miraculously, if I switch to the French keyboard and press the key for the pound sign (which is the shifted version of the }] key) engpron will correctly produce the intended characters.

I would prefer not having to switch between French and English keyboards and wonder if there is a workaround. Not sure that it's all that relevant,

Question: In short the is "how to produce the pound sign on an English keyboard ?"

but here is a MWE (minimal working example) ...

\documentclass[A4paper]{book}
%Begin PREAMBLE
%my commands
%packages
\usepackage{engpron}
%OTHER:
%End PREAMBLE
\begin{document}
%the pound signs produced with the 'French' keyboard switch
£a
£d
\end{document}
share|improve this question
4  
What is the question here? – Werner Feb 27 at 8:14
1  
Well, that highly depends on your system and is not a TeX question. On a Mac OS system using german keyboard layout, you can access £ via Alt+Shift+4, using the american/english layout it's on Shift+3. So english layouts do provide a key for that. At least some do. – Ronny Feb 27 at 8:36
1  
@vermiculus No, you cannot. You really need £ in the file for the package to work. – tohecz Feb 27 at 8:42
2  
British English keyboards do have a pound sign :-) Anyway, to clarify, are you asking for a solution on Windows? This can also be a question about which text editor you are using - e.g. emacs provides alternative methods to input unusual characters - so please give us that information too. – Andrew Swann Feb 27 at 8:50
2  
See en.wikipedia.org/wiki/Pound_sign, which suggests using ALT+0163 from the numeric keypad. The link to the Alt keycodes page provides some work arounds if you do not have a numeric keypad. – Andrew Swann Feb 27 at 12:34
show 11 more comments

closed as off topic by topskip, lockstep, Claudio Fiandrino, Stefan Kottwitz Feb 27 at 9:45

Questions on TeX - LaTeX Stack Exchange are expected to relate to TeX, LaTeX or related typesetting systems within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.