Archives

Monthly Archive for: ‘January, 2011’

Package natbib error: Bibliography not compatible with author year citation

LaTeX error message upon build: Natbibbibliography not compatible with author year citation In my case this was caused by a missing year entry in a bib-entry in Mendeley. This caused something along these lines in bibliography.aux (important is the last line missing a year column): \bibcite{Wurman.2000}{{27}{2000}{{Wurman}}{{}}} \bibcite{Wurman2001}{{28}{2001}{{Wurman et~al.}}{{}}} \bibcite{Xerox2008}{{29}{{Xerox Corporation}}{{}}} add the missing year to whatever bib entry is missing …

Read More

WCF inside Windows Service: HTTP could not register URL http://+:8000

Following the  usual-subject kind of MSDN tutorials to make a Windows Service able to communicate with a WPF application (that is have a WCF service hosted inside your Windows Service) I ended with this kind of app.config section: <services> <service name=”ConSense.Sensors.Service.ConSenseSensorsWcfService” behaviorConfiguration=”ConSenseSensorsWcfServiceBehavior”> <host> <baseAddresses> <add baseAddress=”http://localhost:8000/ConSense/service”/> </baseAddresses> </host> <!– this endpoint is exposed at the base address provided by host: …

Read More

Exporting Mediawiki Articles into Trac Wiki Pages

The problem doesnt seem to be exactly new, but apparently not as common as one might think either: You want to migrate your MediaWiki wiki pages into a (existing) Trac installation. mediawiki2trac The following is the indirect path to the solution with explanations on how things work. for the direct solution go to section Direct Solution. Indirect Solution The TracHelpPage …

Read More