search for: 4ex

Displaying 4 results from an estimated 4 matches for "4ex".

Did you mean: 4e
2006 Sep 25
3
Best use of LaTeX listings package for pretty printing R code
...n comment strings not stretched so much. Thanks -Frank \documentclass{article} \usepackage{listings,relsize} \lstloadlanguages{R} \newcommand{\lil}[1]{\lstinline|#1|} \begin{document} \lstset{language=R,basicstyle=\smaller,commentstyle=\rmfamily\smaller, showstringspaces=false,% xleftmargin=4ex,literate={<-}{{$\leftarrow$}}1 {~}{{$\sim$}}1} \lstset{escapeinside={(*}{*)}} % for (*\ref{ }*) inside lstlistings (S code) \begin{lstlisting} a <- b # this is a test line if(i==3) { # another line, for y^2 y <- 3^3 z <- 'this string' qqcat <- y ~ pol(x,2) } else...
2009 Jun 08
1
[LLVMdev] Replacing unconditional branches with conditional ones
...s checks before opening any attachment. Any views or opinions presented are solely those of the author and do not necessarily represent those of NDS. To protect the environment please do not print this e-mail unless necessary. NDS Limited Registered Office: One London Road, Staines,Middlesex TW18 4EX, United Kingdom. A company registered in England and Wales Registered no. 3080780 VAT no. GB 603 8808 40-00 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090608/6aa6494a/attachment.html>
2007 Jan 15
4
How to format R code in LaTex documents
Hi, I am planning on putting some R script in an appendix of a LaTex document. Can anyone recommend me a way of how to format it? Is there a way to keep all line breaks without having to insert \\ in every single line? Thank you! Benjamin
2009 May 27
1
[PATCH server] UI tweaks for cloud
...ODO: change this back to a real logo when we have one. + */ + display:block; + height:59px; + overflow:hidden; + text-decoration:none; + text-indent:-9999px; + width:87px; } -.toolbar a { - text-decoration: none; +#login-box { + display:block; + line-height:3.75ex; + position:absolute; + right:4ex; + text-align:right; + top:12px; +} + +#login-box a { + color: #337ACC; } -#nav {height:1em;padding-top:1ex;} +#navcontainer { + height:40px; +} -#nav a {display: inline-block;} +#navcontainer ul { + padding-left: 0; + margin-left: 0; + background-color: #fff; + color: #afb2bd; + float: left;...