On Thursday 16 October 2008 19:30:51 Enrico Forestieri wrote: > Note that \~ is always an accent. In order to get a ~ character, you > should use \~{}, and indeed \textasciitilde is defined exactly so. > Here José is using the italic correction \/ in place of {}, so the > accent would be placed on this tiny space.
Thanks, I will suggest upstream to change \~\/ to \textasciitilde in sdcc manual. OTHO I get a strange result: $ lyx -e text sdccman.lyx && echo $? 0 $ lyx -e pdf2 sdccman.lyx && echo $? 1 FWIW I am checking the return code of lyx export command. There is no warning whatsoever for this result. What could be the reason for this result? The pdf file is created so I don't understand why lyx is returning a value other than 0 and even if something goes wrong I would expect to get a warning but none is given. -- José Abílio