Difference between revisions of "User:Olenz"

From ICPWiki
Jump to navigation Jump to search
Line 5: Line 5:
 
** Logo has black background  
 
** Logo has black background  
 
** Font size in header nav tabs is too large
 
** Font size in header nav tabs is too large
 
 
  
 
== Quick links ==
 
== Quick links ==
* [[SimBio software]]
+
* [[ICP design]]
* [[SimBio design]]
 
 
* [[Sandbox]]
 
* [[Sandbox]]
 
* [[Special:BibSearch]]
 
* [[Special:BibSearch]]
Line 24: Line 21:
 
# Append the public ssh key to <tt>/home/svn/.ssh/authorized_keys</tt>.
 
# Append the public ssh key to <tt>/home/svn/.ssh/authorized_keys</tt>.
 
# Insert <pre>command="svnserve -r /home/svn/repos -t --tunnel-user=<user>",no-port-forwarding,no-agent-forwarding,no-X11-forwarding,no-pty</pre> before the key. Now the user can only execute the SVN command, and any other command will be ignored.
 
# Insert <pre>command="svnserve -r /home/svn/repos -t --tunnel-user=<user>",no-port-forwarding,no-agent-forwarding,no-X11-forwarding,no-pty</pre> before the key. Now the user can only execute the SVN command, and any other command will be ignored.
 +
 +
== Useful things ==
 +
 +
=== Useful things for LaTeX ===
 +
 +
==== Inside ====
 +
* PDFLaTeX
 +
** can use PDF, JPG, PNG
 +
** use filename without extension!
 +
** use <code>epstopdf</code> to convert EPS
 +
* graphicsdir
 +
* empty lines are significant
 +
* Difference between <code>\\</code> and an empty line
 +
* LaTeX 2.09 vs. LaTeX 2ε
 +
** <code>\documentstyle</code> → <code>\documentclass</code>
 +
** <code>\it</code>, <code>\em</code>, ... → <code>\textit</code>, <code>\emph</code> (Differences at the end!)
 +
** If anything, use <code>\itshape</code>
 +
** In general: prefer commands over declarations
 +
* Koma-script classes
 +
* Packages xspace, todonotes, inputenc, fontenc, lmodern, german/babel
 +
 +
==== Outside ====
 +
* <code>texdoc</code>
 +
* <code>kpsewhich</code>
 +
* <code>latexmk</code>

Revision as of 12:11, 29 March 2011

Problems with the skin

  • Page looks strange on IE 6
    • Page width problem
    • Left and right border of the footer
    • Logo has black background
    • Font size in header nav tabs is too large

Quick links

Administration stuff

Granting SVN access to external users

Description: http://svnbook.red-bean.com/en/1.1/ch06s03.html

  1. Get the public ssh key of the user.
  2. Append the public ssh key to /home/svn/.ssh/authorized_keys.
  3. Insert
    command="svnserve -r /home/svn/repos -t --tunnel-user=<user>",no-port-forwarding,no-agent-forwarding,no-X11-forwarding,no-pty
    before the key. Now the user can only execute the SVN command, and any other command will be ignored.

Useful things

Useful things for LaTeX

Inside

  • PDFLaTeX
    • can use PDF, JPG, PNG
    • use filename without extension!
    • use epstopdf to convert EPS
  • graphicsdir
  • empty lines are significant
  • Difference between \\ and an empty line
  • LaTeX 2.09 vs. LaTeX 2ε
    • \documentstyle\documentclass
    • \it, \em, ... → \textit, \emph (Differences at the end!)
    • If anything, use \itshape
    • In general: prefer commands over declarations
  • Koma-script classes
  • Packages xspace, todonotes, inputenc, fontenc, lmodern, german/babel

Outside

  • texdoc
  • kpsewhich
  • latexmk