forked from dancerj/monthly-report
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
5,121 additions
and
853 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
オープンソースカンファレンスや関西オープンソースなどで配布したチラシや | ||
ポストカードのデータを置いています。 |
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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で保存と変わりません) |
Oops, something went wrong.