Giter VIP home page Giter VIP logo

jletteraddress's Introduction

jletteraddress.cls

日本のはがきの宛名面のための,LaTeXのドキュメントクラスです.

LaTeXを使用して,日本のはがきの宛名面を作成することができます. dvipdfmxを使っているなら,宛名はPDFのしおりに一覧表示することができます.

BDF bookmark

変更点

宛先の氏名を最大4人まで記述できるようにしました。

ifthenelseパッケージをもちいた簡易的な実装です。

Usage

まず,ドキュメントクラスを,TeXドキュメントの先頭に記述します.

\documentclass[]{jletteraddress}

次に,差出人の名前,郵便番号,住所を,プリアンブルに記述します.

\sendername{送り主 太郎}                   % Sender's name
\senderaddressa{東京都千代田区1-2-3}       % Sender's address 1
\senderaddressb{送り主マンション 九九九}   % Sender's address 2
\senderpostcode{9999999}                   % Sender's postcode

これで.ドキュメントに受取人の情報を追加することができます. 受取人を追加するには,\addaddressマクロを使用して,送り主の名前,郵便番号,そ して住所を,\begin{document}\end{document}の間に指定します.

\begin{document}
  \addaddress
      {名前}
      {敬称}
      {郵便番号}
      {住所1}
      {住所2}
\end{document}

使用例は,example.texを参照してください.

Licence

MIT

jletteraddress's People

Contributors

ueokande avatar 8gau8 avatar

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.