Beamer+PDF에서 AB 스타일 페이지 번호 매기기 사용

Beamer+PDF에서 AB 스타일 페이지 번호 매기기 사용

내 질문은 어떤 의미에서 그 반대이다.오버레이에 대한 이 질문. 제가 하고 싶은 일은 다음과 같습니다.

저는 각각 오버레이가 있는 두 개의 프레임을 포함하는 비머 프리젠테이션을 가지고 있습니다. 각 프레임은 다음과 같습니다.

\begin{frame}
\includegraphics<1>{fig1}
\includegraphics<2>{fig2}
....
\end{frame}

각 프레임에 3개의 오버레이가 있다고 가정합니다. 그러면 내 출력 PDF에는 6페이지가 있으며 내 스타일로 페이지 번호를 렌더링하지 않더라도 뷰어에서 페이지 번호를 볼 수 있습니다.

대신에 제가 원하는 것은 최종 PDF에서 페이지 번호가 XY로 지정되어 PDF 뷰어에 "1-1, 1-2, 1-3, 2-1, 2-2"가 표시되는 것입니다. , 1-6 대신 2-3".

이는 페이지 번호를 비머 스타일로 렌더링할지 여부와 무관할 수 있습니다(그렇게 될지는 확실하지 않습니다).

그 이유는 내 강연에 포함된 "슬라이드 수"를 보정하는 더 나은 방법을 원하고 오버레이는 실제로 계산해서는 안 되기 때문입니다(왜냐하면 애니메이션이 빠르게 적용되기 때문입니다).

업데이트: 뷰어에 표시되는 내용의 예는 다음과 같습니다.

여기에 이미지 설명을 입력하세요

답변1

PDF 페이지 레이블은 를 통해 추가 beamer됩니다 \thispagelabel{\insertframenumber}. 페이지 레이블을 PDF 문자열로 변환하는 데 hyperref사용되므로 해당 메소드를 사용하여 페이지 레이블을 변경할 수 있습니다 . 오버레이에 대한 카운터를 찾지 못했습니다. 유일하게 유용한 것은 프레임이 시작될 때 페이지 번호였습니다. 최소한 오버레이 수를 계산할 수 있습니다.\pdfstringdef\pdfstringdefDisableCommands\insertframenumber\beamer@framestartpage

\listfiles
\documentclass{beamer}
\usepackage[T1]{fontenc}
\usepackage{lmodern}

\pdfstringdefDisableCommands{%
  \renewcommand*{\insertframenumber}{%
    \theframenumber-%
    \the\numexpr\value{page}-\beamer@framestartpage+1\relax
  }%
}

\begin{document}

\begin{frame}
\fontsize{20mm}{30mm}\selectfont\bfseries
1st frame,\\
\only<1>{1st overlay}
\only<2>{2nd overlay}
\only<3>{3rd overlay}
\end{frame}

\begin{frame}
\fontsize{20mm}{30mm}\selectfont\bfseries
2nd frame,\\
\only<1>{1st overlay}
\only<2>{2nd overlay}
\only<3>{3rd overlay}
\end{frame}

\end{document}

PDF 페이지 라벨이 포함된 썸네일 보기

업데이트된 질문의 해당 이미지:

여기에 이미지 설명을 입력하세요

\listfiles, 2.9 의 출력 MiKTeX:

 *File List*
  beamer.cls    2011/09/12 development version 3.20 A class for typesetting pre
sentations (rcs-revision 70f9d8411e54)
beamerbasercs.sty    2012/06/01 (rcs-revision 352157baec3a)
beamerbasemodes.sty    2012/04/15 (rcs-revision cc6557182d97)
beamerbasedecode.sty    2010/05/01 (rcs-revision efa082c6111d)
   ifpdf.sty    2011/01/30 v2.3 Provides the ifpdf switch (HO)
beamerbaseoptions.sty    2010/04/27 (rcs-revision 982469101dd6)
  keyval.sty    1999/03/16 v1.13 key=value parser (DPC)
geometry.sty    2010/09/12 v5.6 Page Geometry
  ifvtex.sty    2010/03/01 v1.5 Detect VTeX and its facilities (HO)
 ifxetex.sty    2010/09/12 v0.6 Provides ifxetex conditional
geometry.cfg
  size11.clo    2007/10/19 v1.4h Standard LaTeX file (size option)
 pgfcore.sty    2010/04/11 v2.10 (rcs-revision 1.7)
graphicx.sty    1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
graphics.sty    2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)
    trig.sty    1999/03/16 v1.09 sin cos tan (DPC)
graphics.cfg    2010/04/23 v1.9 graphics configuration of TeX Live
  pdftex.def    2011/05/27 v0.06d Graphics/color for pdfTeX
infwarerr.sty    2010/04/08 v1.3 Providing info/warning/error messages (HO)
 ltxcmds.sty    2011/11/09 v1.22 LaTeX kernel commands for general use (HO)
  pgfsys.sty    2010/06/30 v2.10 (rcs-revision 1.37)
  pgfrcs.sty    2010/10/25 v2.10 (rcs-revision 1.24)
everyshi.sty    2001/05/15 v3.00 EveryShipout Package (MS)
  pgfrcs.code.tex
  pgfsys.code.tex
pgfsyssoftpath.code.tex    2008/07/18  (rcs-revision 1.7)
pgfsysprotocol.code.tex    2006/10/16  (rcs-revision 1.4)
  xcolor.sty    2007/01/21 v2.11 LaTeX color extensions (UK)
   color.cfg    2007/01/18 v1.5 color configuration of teTeX/TeXLive
 pgfcore.code.tex
 xxcolor.sty    2003/10/24 ver 0.1
hyperref.sty    2012/05/13 v6.82q Hypertext links for LaTeX
hobsub-hyperref.sty    2012/04/25 v1.12 Bundle oberdiek, subset hyperref (HO)
hobsub-generic.sty    2012/04/25 v1.12 Bundle oberdiek, subset generic (HO)
  hobsub.sty    2012/04/25 v1.12 Construct package bundles (HO)
ifluatex.sty    2010/03/01 v1.3 Provides the ifluatex switch (HO)
 intcalc.sty    2007/09/27 v1.1 Expandable calculations with integers (HO)
etexcmds.sty    2011/02/16 v1.5 Avoid name clashes with e-TeX commands (HO)
kvsetkeys.sty    2012/04/25 v1.16 Key value parser (HO)
kvdefinekeys.sty    2011/04/07 v1.3 Define keys (HO)
pdftexcmds.sty    2011/11/29 v0.20 Utility functions of pdfTeX for LuaTeX (HO)
pdfescape.sty    2011/11/25 v1.13 Implements pdfTeX's escape features (HO)
bigintcalc.sty    2012/04/08 v1.3 Expandable calculations on big integers (HO)
  bitset.sty    2011/01/30 v1.1 Handle bit-vector datatype (HO)
uniquecounter.sty    2011/01/30 v1.2 Provide unlimited unique counter (HO)
letltxmacro.sty    2010/09/02 v1.4 Let assignment for LaTeX macros (HO)
 hopatch.sty    2011/06/24 v1.1 Wrapper for package hooks (HO)
xcolor-patch.sty    2011/01/30 xcolor patch
atveryend.sty    2011/06/30 v1.8 Hooks at the very end of document (HO)
atbegshi.sty    2011/10/05 v1.16 At begin shipout hook (HO)
refcount.sty    2011/10/16 v3.4 Data extraction from label references (HO)
 hycolor.sty    2011/01/30 v1.7 Color options for hyperref/bookmark (HO)
kvoptions.sty    2011/06/30 v3.11 Key value format for package options (HO)
  pd1enc.def    2012/05/13 v6.82q Hyperref: PDFDocEncoding definition (HO)
hyperref.cfg    2002/06/06 v1.2 hyperref configuration of TeXLive
     url.sty    2006/04/12  ver 3.3  Verb mode for urls, etc.
 hpdftex.def    2012/05/13 v6.82q Hyperref driver for pdfTeX
rerunfilecheck.sty    2011/04/15 v1.7 Rerun checks for auxiliary files (HO)
beamerbaserequires.sty    2010/05/01  (rcs-revision efa082c6111d)
beamerbasecompatibility.sty    2012/05/01  (rcs-revision 67c48b3b652d)
beamerbasefont.sty    2012/05/10  (rcs-revision a0b4f9f91ee9)
 amssymb.sty    2009/06/22 v3.00
amsfonts.sty    2009/06/22 v3.00 Basic AMSFonts support
sansmathaccent.sty    2012/04/26
beamerbasetranslator.sty    2010/06/11  (rcs-revision 85fd1cc7fc42)
translator.sty    2010/06/12 ver 1.10
translator-language-mappings.tex
beamerbasemisc.sty    2012/02/24  (rcs-revision 2ff5461be705)
beamerbasetwoscreens.sty    2010/05/01  (rcs-revision efa082c6111d)
beamerbaseoverlay.sty    2012/04/03  (rcs-revision 45744d9ae88b)
beamerbasetitle.sty    2010/09/21  (rcs-revision f0446ed0b6ae)
beamerbasesection.sty    2012/05/30  (rcs-revision 22ff49def670)
beamerbaseframe.sty    2012/05/31  (rcs-revision 5fc3b3dbfeba)
beamerbaseverbatim.sty    2011/09/12  (rcs-revision 70f9d8411e54)
beamerbaseframesize.sty    2011/09/12  (rcs-revision 70f9d8411e54)
beamerbaseframecomponents.sty    2012/03/07  (rcs-revision 9f094699ce15)
beamerbasecolor.sty    2010/06/06  (rcs-revision d1a9b48be06d)
beamerbasenotes.sty    2010/05/01  (rcs-revision efa082c6111d)
beamerbasetoc.sty    2012/02/28  (rcs-revision 138681b92320)
beamerbasetemplates.sty    2010/05/01  (rcs-revision efa082c6111d)
beamerbaseauxtemplates.sty    2012/05/01  (rcs-revision 67c48b3b652d)
beamerbaseboxes.sty    2012/05/13  (rcs-revision 56972908a390)
beamerbaselocalstructure.sty    2012/05/25  (rcs-revision 5ff5e8ed7c0e)
enumerate.sty    1999/03/05 v3.00 enumerate extensions (DPC)
beamerbasenavigation.sty    2012/04/03  (rcs-revision 42a0f21a412d)
beamerbasetheorems.sty    2010/06/06  (rcs-revision 7e7cc5e53e9d)
 amsmath.sty    2000/07/18 v2.13 AMS math features
 amstext.sty    2000/06/29 v2.01
  amsgen.sty    1999/11/30 v2.0
  amsbsy.sty    1999/11/29 v1.2d
  amsopn.sty    1999/12/14 v2.01 operator names
  amsthm.sty    2004/08/06 v2.20
beamerbasethemes.sty    2010/05/01  (rcs-revision efa082c6111d)
beamerthemedefault.sty    2010/06/17  (rcs-revision d02a7cf4d8ae)
beamerfontthemedefault.sty    2010/06/17  (rcs-revision d02a7cf4d8ae)
beamercolorthemedefault.sty    2010/06/17  (rcs-revision d02a7cf4d8ae)
beamerinnerthemedefault.sty    2012/05/01  (rcs-revision 67c48b3b652d)
beamerouterthemedefault.sty    2010/06/17  (rcs-revision d02a7cf4d8ae)
 fontenc.sty
   t1enc.def    2005/09/27 v1.99g Standard LaTeX file
 lmodern.sty    2009/10/30 v1.6 Latin Modern Fonts
  t1lmss.fd    2009/10/30 v1.6 Font defs for Latin Modern
supp-pdf.mkii
epstopdf-base.sty    2010/02/09 v2.5 Base part for package epstopdf
  grfext.sty    2010/08/19 v1.1 Manage graphics extensions (HO)
 nameref.sty    2010/04/30 v2.40 Cross-referencing by name of section
gettitlestring.sty    2010/12/03 v1.4 Cleanup title references (HO)
    test.out
    test.out
translator-basic-dictionary-English.dict    
translator-bibliography-dictionary-English.dict    
translator-environment-dictionary-English.dict    
translator-months-dictionary-English.dict    
translator-numbers-dictionary-English.dict    
translator-theorem-dictionary-English.dict    
 ***********

관련 정보