| bio | website | robinwilson.homelinux.com |
|---|---|---|
| location | England, United Kingdom | |
| age | 24 | |
| visits | member for | 2 years, 10 months |
| seen | 21 hours ago | |
| stats | profile views | 73 |
Well I'm just me really.
I dabble in various languages:
Mainly: C#, C++ .Net, Ruby and Ruby on Rails although in the past I've done a lot of work in VB6 and some in C.
|
Jun 18 |
awarded | Nice Question |
|
Jun 17 |
asked | How to add an extra level of sections with headings below \subsubsection |
|
May 22 |
awarded | Popular Question |
|
May 14 |
awarded | Notable Question |
|
Feb 27 |
awarded | Notable Question |
|
Feb 23 |
awarded | Popular Question |
|
Feb 10 |
awarded | Popular Question |
|
Jan 25 |
awarded | Popular Question |
|
Dec 15 |
awarded | Benefactor |
|
Dec 9 |
awarded | Promoter |
|
Dec 7 |
asked | Is it possible to count text in tables using texcount? |
|
Dec 1 |
awarded | Popular Question |
|
Aug 5 |
awarded | Yearling |
|
Jul 12 |
awarded | Popular Question |
|
Apr 13 |
awarded | Popular Question |
|
Mar 7 |
comment |
Display “.\integrate blah” in monospaced font (like \texttt and \verb) Is that trying to display an integration sign? I'm trying to display the actual text "integrate". |
|
Mar 7 |
asked | Display “.\integrate blah” in monospaced font (like \texttt and \verb) |
|
Jan 4 |
comment |
Use \newcommand with a variable inside a style file As usual, in the process of making the minimal example I found the problem. Apologies - I really must do that before asking! Thanks for your help. |
|
Jan 4 |
comment |
Use \newcommand with a variable inside a style file That sounds good, as an alternative to the other answers presented. Is it fairly easy to do that? |
|
Jan 4 |
comment |
Use \newcommand with a variable inside a style file Thanks - that works well :-) The only problem I have is that I then want to use \modulecode in a bit of fancyhdr code as below. This code is inside my style file, but is failing - presumably because it can't see \modulecode at the time that it is run (as it is defined in the preamble of the document). Is there a way around this:
\fancyhead{}
\lhead{\modulecode}
\rhead{\lecturetitle} |