Skip to content

Commit

Permalink
Add artwork (flyer,postcard)
Browse files Browse the repository at this point in the history
  • Loading branch information
nogajun committed Nov 2, 2011
1 parent ec7e397 commit 2ef61be
Show file tree
Hide file tree
Showing 10 changed files with 5,121 additions and 853 deletions.
2 changes: 2 additions & 0 deletions artwork/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
オープンソースカンファレンスや関西オープンソースなどで配布したチラシや
ポストカードのデータを置いています。
File renamed without changes
17 changes: 17 additions & 0 deletions artwork/flyer/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
FILENAME=debian_flyer_squeeze
PAPERSIZE=a4
PDFQUALITY=prepress

all: clean build

build:
inkscape --without-gui --vacuum-defs --export-area-page --export-dpi=300 --export-pdf=$(FILENAME).pdf --file=$(FILENAME).svg

# PDF/X-3
# inkscape --without-gui --vacuum-defs --export-area-page --export-dpi=300 --export-eps=$(FILENAME).eps --file=$(FILENAME).svg
# gs \
# -sDEVICE=pdfwrite -dPDFX -sProcessColorModel=DeviceCMYK -dUseCIEColor -sColorConversionStrategy=CMYK \
# -dPDFSETTINGS=/$(PDFQUALITY) -dNOPAUSE -dQUIET -dBATCH -sOutputFile=$(FILENAME).pdf $(FILENAME).eps

clean:
rm -f *.eps *.pdf
10 changes: 10 additions & 0 deletions artwork/flyer/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Squeeze flyer
野方純 <[email protected]>
2011.11.1

Inkscapeで作成しています。
フォントにはM+ FontとIPAフォントを使用しているのでインストールしておいてください。
apt-get install fonts-mplus fonts-ipafont で大丈夫なはず。

Inkscapeとフォントが入った環境でmakeを叩くとPDFが生成されます。
(コマンドラインで生成しているだけで、GUIからPDFで保存と変わりません)
Loading

0 comments on commit 2ef61be

Please sign in to comment.