DocBook Korea 게시판 인덱스 DocBook Korea
Docbook Korea 게시판
 
 FAQFAQ   검색검색   멤버리스트멤버리스트   사용자 그룹사용자 그룹   사용자 등록하기사용자 등록하기 
 개인 정보개인 정보   비공개 메시지를 확인하려면 로그인하십시오비공개 메시지를 확인하려면 로그인하십시오   로그인로그인 
[홈으로]
[위키]

PDF 예 - 프로 안드로이드 게임 개발 부록 B

 
글 쓰기   답변 달기    DocBook Korea 게시판 인덱스 -> 기타 자료
이전 주제 보기 :: 다음 주제 보기  
글쓴이 메시지
류광
사용자


가입: 2003년 12월 27일
올린 글: 375

올리기올려짐: 2010-05-20 9:28 pm    주제: PDF 예 - 프로 안드로이드 게임 개발 부록 B 인용과 함께 답변

최근 번역한 책( http://occamsrazr.net/tt/230 )에 집어 넣은 글을 PDF로 만들어 보았습니다. 구경해 보세요~

DbkPack의 docbookto pdf로 그냥 뽑았을 때와 모습이 다른 부분들이 좀 있는데요. 일단 나눔고딕 코딩 글꼴 적용했고, 그 외에 다음 설정을 적용했습니다.

코드:

<!-- section level 1에서 페이지 새로 시작-->
<xsl:attribute-set name="section.level1.properties">
  <xsl:attribute name="break-before">page</xsl:attribute>
</xsl:attribute-set>

<!-- section level 2 제목 글꼴 설정 -->
<xsl:attribute-set name="section.title.level2.properties">
  <xsl:attribute name="font-family">UnGraphic</xsl:attribute>
  <xsl:attribute name="start-indent">1.5em</xsl:attribute>

</xsl:attribute-set>

<!-- 그림 제목을 그림 아래에 -->
<xsl:param name="formal.title.placement">
figure after
example before
equation after
table before
procedure before
</xsl:param>

<!-- 고정폭 글꼴 너비 -->
<xsl:param name="monospace.verbatim.font.width">0.8em</xsl:param>

<!-- 코드 배경색 -->
<xsl:param name="shade.verbatim" select="1"></xsl:param>
<xsl:attribute-set name="shade.verbatim.style">
  <xsl:attribute name="background-color">#F0F0F0</xsl:attribute>
</xsl:attribute-set>



PAG_appB.pdf
 설명:

다운로드
 파일명:  PAG_appB.pdf
 파일크기:  199.28 KB
 다운로드수:  881 번

위로
사용자 정보 보기 비밀 메시지 보내기 글 올린이의 웹사이트 방문
이전 글 표시:   
글 쓰기   답변 달기    DocBook Korea 게시판 인덱스 -> 기타 자료 시간대: GMT + 9 시간(한국)
페이지 11

 
건너뛰기:  
새로운 주제를 올릴 수 있습니다
답글을 올릴 수 있습니다
주제를 수정할 수 없습니다
올린 글을 삭제할 수 없습니다
투표를 할 수 없습니다
파일 업로드 : (0)
파일 다운로드 : (0)


Powered by phpBB © 2001, 2005 phpBB Group
Translated by kss & drssay