OSXにsshしたときにX11Forwardingができなかったので,そのときに変更した点のメモ.
/etc/sshd_config
に下記を追記.
X11Forwarding yes
XAuthLocation /opt/X11/bin/xauth
\documentclass{ltjarticle} | |
% Reproduction of | |
% http://blog.revolutionanalytics.com/2014/01/the-fourier-transform-explained-in-one-sentence.html | |
% | |
\usepackage[paperwidth=10cm, paperheight=5cm]{geometry} | |
\usepackage[svgnames]{xcolor} |
#!/bin/sh | |
# | |
# Download weather chart data from tenki.jp | |
# | |
CMDNAME=`basename $0` | |
year=$1 | |
month=$2 | |
day=$3 |
#!/bin/sh | |
# ------------------------------ | |
# Download MTSAT data from tenki.jp | |
# | |
# # infrared | |
# http://az416740.vo.msecnd.net/static-images/satellite/2014/09/17/11/00/00/japan_near/large.jpg | |
# # visible | |
# http://az416740.vo.msecnd.net/static-images/satellite/2014/09/17/11/00/00/japan_near/large-visible.jpg | |
# # vapor |
body { | |
font-family: Helvetica, arial, sans-serif; | |
font-size: 14px; | |
line-height: 1.6; | |
padding-top: 10px; | |
padding-bottom: 10px; | |
background-color: white; | |
width: 800px; | |
margin: 0 auto; | |
padding: 30px; } |
From Github Markdown CSS.
$ wget https://gist.github.com/andyferra/2554919/raw/2e66cabdafe1c9a7f354aa2ebf5bc38265e638e5/github.css
! --------------------------- | |
! calculate | |
! I = \int_{-1}^{1} x^2 dx | |
! by monte carlo method. | |
! --- | |
! reference: | |
! http://aidiary.hatenablog.com/entry/20140728/1406555863 | |
! --------------------------- | |
program main |
\mode<presentation> | |
\usepackage{tikz} | |
\usetikzlibrary{calc} | |
\makeatletter | |
\def\progressbar@progressbar{} % the progress bar | |
\newcount\progressbar@tmpcounta% auxiliary counter | |
\newcount\progressbar@tmpcountb% auxiliary counter | |
\newdimen\progressbar@pbht %progressbar height |
\mode<presentation> | |
\usecolortheme{whale} | |
\usecolortheme{orchid} | |
\useinnertheme{rounded} | |
\useoutertheme{infolines} | |
\setbeamertemplate{headline}[default] | |
\definecolor{PLFEmerald}{RGB}{4, 191, 191} |
2014/07/10 10:00:00 11:00:00 | |
2014/07/11 10:00:00 12:00:00 | |
2014/07/12 10:00:00 13:00:00 | |
2014/07/13 10:00:00 14:00:00 | |
2014/07/14 10:00:00 15:00:00 | |
2014/07/15 10:00:00 16:00:00 | |
2014/07/16 10:00:00 17:00:00 | |
2014/07/17 10:00:00 18:00:00 | |
2014/07/18 10:00:00 19:00:00 | |
2014/07/19 10:00:00 20:00:00 |