Code Monkey home page Code Monkey logo

marp-senren-theme's Introduction

注意

  • 本デザインは株式会社senrenの社員及び企業活動に利用されるものです

themeの利用の仕方(手動利用)

marpの導入については以下の記事を参照 https://qiita.com/tomo_makes/items/aafae4021986553ae1d8

  1. VSCodeを開き、左下の歯車マークから設定 または、cmd + ,で設定画面を開く
  2. settings.jsonへ切り替え、以下のコードを足す
  "markdown.marp.themes": [
"https://raw.githubusercontent.com/taigasenren/marp-senren-theme/main/marp-themes/senren.css"
],
  1. marpのフォーマットに沿ってmarkdownファイルを作成する
---
marp: true
theme: senren
paginate: true
---
  1. 各セクションごとに必要なクラス名を設定して利用する(デザインについてはsenren.pdfを参照)

以下、ChatGPTなどLLMを利用する場合の生成手順

提案書用のマークダウンを作成する手順

  1. ChatGPTにtl;dvでのトランススクリプトのファイルを添付し、promptの内容をテキストで渡す
    prompt.txtの内容はInstruction部分をどういう企業宛に提案したいかなどを記載してください
  2. 次に、md/template.mdの中身をそのままコピーし、GPTに対して「このテンプレートにマージしてください」と渡してください
    ※GPTがコードブロックで提供してくれない場合があるので、その場合は「コードブロックで提供してください」と付け加えてください
  3. 出来上がったコードをmdファイルに貼り付け、次の「提案書.pdfの出力手順」を実行してください

提案書.pdfの出力手順

  1. .engine内でnpm install
npm --prefix .engine/ install
  1. generate.shを修正
出力ファイル名
--output pdf/提案書.pdf

入力マークダウンファイル名
md/sample.md

※ themeの指定は現時点はローカルファイルのみ参照可能
参考:marp-team/marp-cli#571

marp-senren-theme's People

Watchers

c14h19no2 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.