Skip to content

Commit

Permalink
add post 2023/11/12
Browse files Browse the repository at this point in the history
  • Loading branch information
ToAmano committed Nov 15, 2023
1 parent 226389e commit 9bf3b47
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions docs/_posts/2023/2023-11-12-lipsum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
# Feel free to add content and custom Front Matter to this file.
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
title: texのダミーテキスト,lipsum
layout: single
date: 2023-11-12 21:00:00 +0900
categories:
- code
tags:
- bash
- emacs
description: texのダミーテキストlipsumの紹介
---

texでのダミーテキストにはlipsumパッケージが利用できる.これはよく用いられるダミーテキストLorem ipsumを出力できるもの.

## 使い方

通常パッケージはlatexに入っているので,プリアンブルで指定するだけで良い.

```latex
\usepackage{lipsum}
```

出力したいところで

```latex
\lipsum[10]
```

のようにする.ここでオプションの数字は段落の数を指定できる.


## TODO

このpostはそのうちlatexページの方へ統合する

0 comments on commit 9bf3b47

Please sign in to comment.