Giter Club home page Giter Club logo

latex_jbusinessdoc's Introduction

jbusinessdoc

$\LaTeX$ style file for Japanese business documents.

$\LaTeX$でビジネス文書を書くためのスタイルファイル.

使用法

  1. 普通の$\LaTeX$文章を用意する($\mathrm{p}\LaTeX$もしくは$\mathrm{up}\LaTeX$でjsarticleを使用することを想定してるので,それ以外だと上手く動かないかも)
  2. jbusinessdoc.sty をその$\LaTeX$文書のビルドが通る場所(例えば.texファイルと同じディレクトリ)に置く
  3. プリアンブルに\usepackage{jbusinessdoc}と書く
  4. \title\author\dateのほかに,宛先を書くための\destinationを書く
  5. 必要があれば文章番号となる\documentnumberも書く(省略可)
  6. ビルドする

機能

前付部分(\maketitleで出力)

  • \documentnumber: 文章番号(省略可)
  • \date: 日付
  • \destination: 宛先(「ご担当者様」とか「各位」とか)
  • \author: 作成者
  • \title: タイトル

本文

haikei 環境

\begin{haikei}\end{haikei}で,別行立ての「拝啓(左ぞろえ)」~「敬具(右ぞろえ)」を出力してくれる.

kigaki 環境

\begin{kigaki}\end{kigaki}で,別行立ての「記(**ぞろえ)」~「以上(右ぞろえ)」を出力してくれる.

サンプル

\documentclass[uplatex,a4j,fleqn,12pt]{jsarticle}
\usepackage[top=35.01truemm,bottom=30truemm,left=30truemm,right=30truemm]{geometry}
\usepackage{jbusinessdoc}
%\documentnumber{文章番号第42号}
\date{平成yy年mm月dd日}
\destination{○○株式会社\\ご担当者様}
\author{××株式会社\\ほげほげ}
\title{ほげほげのご案内}
\begin{document}
\maketitle

\begin{haikei}
時下ますますご清栄のこととお喜び申し上げます。
平素はひとかたならぬお引き立てを賜り、厚く御礼申し上げます。

さて、このたび弊社ではほげほげがふがふがとなりました。

つきましては、ほげほげの程よろしくお願い申し上げます。
\end{haikei}

\begin{kigaki}
\begin{itemize}
    \item 日時:いつか
    \item 会場:どっか
\end{itemize}
\end{kigaki}
\end{document}

sample.pdf

こんな感じに.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.