Skip to content

Commit

Permalink
🎉 new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Terfno committed Nov 15, 2020
1 parent 2794cc8 commit 36f9c8d
Show file tree
Hide file tree
Showing 29 changed files with 6 additions and 18,388 deletions.
14 changes: 0 additions & 14 deletions Dockerfile

This file was deleted.

8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,8 @@ podman.%:
init:
@${CONTAINER_ENGINE} pull ${INAME}:${TAG}

dev:
@${CONTAINER_ENGINE} run -it --rm alpine:3.11 sh

build:
@${CONTAINER_ENGINE} build -t '${INAME}:${TAG}' .

run:
@${CONTAINER_ENGINE} run -v ${PWD}:/docs --name ${CNAME} -itd ${INAME}:${TAG} sh
@${CONTAINER_ENGINE} run -v ${PWD}:/docs -w /docs --name ${CNAME} -itd ${INAME}:${TAG} sh

exec:
@${CONTAINER_ENGINE} exec -it ${CNAME} sh
Expand Down
File renamed without changes.
File renamed without changes.
19 changes: 5 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,12 @@
津山高専版は→[ReXeTeXeR-tsuyama](https://github.com/Terfno/ReXeTeXeR-tsuyama)

# ReXeTeXeR
<div style="text-align:center;">

![GitHub](https://img.shields.io/github/license/terfno/rexetexer) ![GitHub repo size](https://img.shields.io/github/repo-size/terfno/rexetexer) ![GitHub last commit](https://img.shields.io/github/last-commit/terfno/rexetexer)

</div>

ぼくのブログ: [TeX の環境構築ダルくね…? せや!](https://medium.com/@terfno/b9892d0d343c?)

![img](./design/logo.png)

<div style="text-align:center;">マジでかっこいいロゴっぽいやつ</div><br>

## これはなに
![img](design/img.png)

<div style="text-align:center;">動作イメージ(スクショは開発中のもの)</div><br>

日本語の`.tex`(UTF-8)をTeXの環境構築なしに、XeTeX(xelatex)を使って`.pdf`に変換するやつです。
勝手に**ReXeTeXeR**と名前をつけましたpBibTeXによるReferenceの自動生成に対応してます。

## 環境
DockerかPodmanが必須です。それ以外はオプショナルです。
Expand Down Expand Up @@ -88,12 +75,16 @@ $ make tex
### 4. TeXを書く
`./report.tex`を編集することで、PDFが錬成されます。
XeTeX(XeLaTeX)です。
画像、引用等については、`test/report.tex`を参照してください。

### 5. PDFを見る
リソースのオートリロードに対応したPDFビューワーを使って`report.pdf`を開くと、ほぼリアルタイムにプレビューされます。

### 6. その他
#### make tex等でTeXがオギャったら
とりあえずCtrl+Dでそのコンパイルを中断して再度`$ make tex`してみてください。
たいていの場合は`.aux``.toc`などが原因で、`$ make tex`が走るとそれらのファイルは一度削除されます。
それでも解消されない場合はIssueを建てるか、エラーメッセージを読んでください。

#### VS CodeのAuto Saveとの相性が悪いこともある
ファイルの変更を察知してコンパイルが走るので、VS CodeなどのAuto Saveで文法が完成していない`.tex`ファイルがコンパイルされることがあります。
`.vscode`にこのワークスペースのみ、Auto Saveが`onFocusChange`になるよう設定すると解消できます。。
Expand Down
File renamed without changes.
Binary file removed design/img.png
Binary file not shown.
5,051 changes: 0 additions & 5,051 deletions design/rexetexer.ai

This file was deleted.

File renamed without changes
File renamed without changes.
3 changes: 0 additions & 3 deletions release.sh

This file was deleted.

File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 36f9c8d

Please sign in to comment.