雑多な技術系メモ

自分用のメモ。内容は保証しません。よろしくお願いします。

2018-12-23から1日間の記事一覧

【tex】 表に斜線をいれる方法

tex

slashbox.styを用いる。 以下のサイトからダウンロードできる https://ctan.org/tex-archive/macros/latex/contrib/slashbox \usepackage{slashbox} \backslashbox{A}{B} 参考 https://www.biwako.shiga-u.ac.jp/sensei/kumazawa/tex/slashbox.html

【SUMO】現在のPhaseの残り時間の取得

# tlidは信号機のid time = traci.trafficlight.getNextSwitch(tlid) - traci.simulation.getCurrentTime() print(time)

SUMOでスクリーンショットを撮る

# スクリーンショット用↲ ids = traci.gui.getIDList() traci.gui.screenshot(ids[0],"test.pdf")