Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/guides/guide-for-latex-users.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
description: |
Are you a LaTeX user? This guide explains the differences and
similarities between Typst and LaTeX so you can get started quickly.
あなたはLaTeXユーザーですか? このガイドではTypstとLaTeXの違いや類似点を説明し、すぐにTypstを使い始められるよう手助けをします。
---

# Guide for LaTeX users { # }
# LaTeXユーザー向けガイド { # }
This page is a good starting point if you have used LaTeX before and want to try
out Typst. We will explore the main differences between these two systems from a
user perspective. Although Typst is not built upon LaTeX and has a different
Expand Down
5 changes: 2 additions & 3 deletions docs/guides/page-setup.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
description: |
An in-depth guide to setting page dimensions, margins, and page numbers in
Typst. Learn how to create appealing and clear layouts and get there quickly.
Typstでページサイズ、余白、ページ番号を設定するための詳しいガイドです。魅力的で見やすいレイアウトを素早く作成する方法を学びましょう。
---

# Page setup guide
# ページ設定ガイド
Your page setup is a big part of the first impression your document gives. Line
lengths, margins, and columns influence
[appearance](https://practicaltypography.com/page-margins.html) and
Expand Down
5 changes: 2 additions & 3 deletions docs/guides/tables.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
description: |
Not sure how to change table strokes? Need to rotate a table? This guide
explains all you need to know about tables in Typst.
テーブルの罫線の変更方法がわからない?テーブルを回転したい?このガイドでは、Typstでテーブルを扱うために必要な知識をすべて解説します。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

テーブルではなくて表、と思ったのですが、他のページだと表とテーブルが混在していますね...
「表ガイド」は違和感すごいですし(裏ガイドがありそう)、どうしましょう...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

タイトルを「表(テーブル)ガイド」みたいに補足するというのはどうでしょうか?見た目が悪い?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

組版ツールの文脈であれば「表」を「おもて」と解釈することはあまりなさそうなので、「表ガイド」でも十分自然だと思います。

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

それならやはり「表」で統一しましょうか

---

# Table guide
# テーブルガイド
Tables are a great way to present data to your readers in an easily readable,
compact, and organized manner. They are not only used for numerical values, but
also survey responses, task planning, schedules, and more. Because of this wide
Expand Down
17 changes: 7 additions & 10 deletions docs/guides/welcome.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
---
description: Guides for Typst.
description: Typstのガイドです。
---

# Guides
Welcome to the Guides section! Here, you'll find helpful material for specific
user groups or use cases. Currently, two guides are available: An introduction
to Typst for LaTeX users, and a detailed look at page setup. Feel free to
propose other topics for guides!
# ガイド
ガイドセクションへようこそ!ここでは、特定のユーザー層やユースケース向けの役立つ資料を掲載しています。現在、LaTeXユーザー向けの入門ガイドと、ページ設定に関する詳細なガイドが利用可能です。その他のトピックについても、ぜひ提案してください!

## List of Guides
- [Guide for LaTeX users]($guides/guide-for-latex-users)
- [Page setup guide]($guides/page-setup-guide)
- [Table guide]($guides/table-guide)
## ガイド一覧
- [LaTeXユーザー向けガイド]($guides/guide-for-latex-users)
- [ページ設定ガイド]($guides/page-setup-guide)
- [テーブルガイド]($guides/table-guide)
7 changes: 4 additions & 3 deletions docs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -835,9 +835,10 @@ pub fn urlify(title: &str) -> EcoString {
"スタイル設定" => "styling".into(),
"スクリプト記述" => "scripting".into(),
"コンテキスト" => "context".into(),
"指南" => "guides".into(),
"LaTeX 用户指南" => "guide-for-latex-users".into(),
"页面设置指南" => "page-setup".into(),
"ガイド" => "guides".into(),
"LaTeXユーザー向けガイド" => "guide-for-latex-users".into(),
"ページ設定ガイド" => "page-setup-guide".into(),
"テーブルガイド" => "table-guide".into(),
"更新日志" => "changelog".into(),
"路线图" => "roadmap".into(),
"社区" => "community".into(),
Expand Down
2 changes: 1 addition & 1 deletion website/translation-status.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"/docs/reference/html/frame/": "untranslated",
"/docs/reference/png/": "untranslated",
"/docs/reference/svg/": "untranslated",
"/docs/guides/": "untranslated",
"/docs/guides/": "translated",
"/docs/guides/guide-for-latex-users/": "untranslated",
"/docs/guides/page-setup-guide/": "untranslated",
"/docs/guides/table-guide/": "untranslated",
Expand Down