Skip to content

Instantly share code, notes, and snippets.

View CLRafaelR's full-sized avatar
🏗️
Las vacaciones de verano con boleto de ida(片道切符の夏休み)

Masataka Ogawa CLRafaelR

🏗️
Las vacaciones de verano con boleto de ida(片道切符の夏休み)
  • ههههههههههههههههههههه
View GitHub Profile
@CLRafaelR
CLRafaelR / xaringan-decouple-code-plot.Rmd
Created November 22, 2021 16:40 — forked from gadenbuie/xaringan-decouple-code-plot.Rmd
Decouple code and plots (or results) in xaringan slides
---
title: "Decouple Code and Output in xaringan slides"
subtitle: "Demo Slides for <a href='https://garrickadenbuie.com/blog/2018/08/14/decouple-code-and-output-in-xaringan-slides/'>Related Blog Post</a>"
author: "Garrick Aden-Buie"
date: "`r Sys.Date()`"
output:
xaringan::moon_reader:
lib_dir: libs
nature:
ratio: 16:9
@CLRafaelR
CLRafaelR / error-17-0000-0000.md
Last active November 7, 2021 04:11
Sonyデジタルペーパーの同期に17-0000-0000のエラーが生じたときは

Sonyデジタルペーパーの同期に17-0000-0000のエラーが生じたときは

デジタルペーパーとパソコンにてフォルダ同期を行うとエラー「17-0000-0000」が表示されて同期ができません。回避策はありますか?」では,

  • 同期先フォルダがオンラインストレージサービスと連携している場合
  • PDFバージョンが1.7でない場合

に上述のエラーが出ると記している。

しかし,実際には,ファイル名に日本語の文字ではないマルチバイト文字が含まれている場合など,多種多様な原因でエラーが出る

@CLRafaelR
CLRafaelR / gist:1258900ac8ae68c9e7d016900c086b5c
Last active September 12, 2021 08:04
Pandoc lua-filter for `\alert{...}` in beamer presentation

You can use the following lua filter (say, alert.lua) when you produce a beamer presentation.

if FORMAT:match 'beamer' then
    function Span(el)
        if el.classes[1] == "alert" then
            table.insert(el.content, 1, pandoc.RawInline("latex", "\\alert{"))
            table.insert(el.content, pandoc.RawInline("latex", "}"))
        end
 return el
@CLRafaelR
CLRafaelR / numeric-ja-examples.bib
Created July 6, 2020 14:33 — forked from kmaed/numeric-ja-examples.bib
biblatex で日本語を使ってみる
@article{piyo,
title="The world of {PIYO}",
author="Piyo, T.",
journal="J. Piyo",
volume="1",
pages="1--10",
year="2012",
publisher="Piyopiyo"
}