floats 패키지 및 newenvironment 명령을 사용하여 사용자 정의 환경 정의 용도 변경: 캡션 이름 정의에서 멈춤

floats 패키지 및 newenvironment 명령을 사용하여 사용자 정의 환경 정의 용도 변경: 캡션 이름 정의에서 멈춤

나는 또는 (또는 파생어) \multicols{n}대신 에 정리할 수 있는 긴 단어 및 정의 목록을 수용하기 위해 사용자 정의 플로트를 만드는 중입니다. 그러면 정의 수와 정의 수에 따라 페이지 전체에 걸쳐 원활하게 흐르게 됩니다. 열. 그러나 다른 부동 환경과 마찬가지로 크기가 매우 크면 여러 페이지에 걸쳐 흐르기를 거부하는 반면, 내가 원하는 것은 목록이 문서의 어느 위치에서든 시작하여 완료될 때까지 계속되는 것입니다. .tabletabular

인터넷 검색 중에 다음 질문을 발견했습니다.알고리즘 태그 및 페이지 나누기breakablealgorithm, 여기서 하나의 답변에는 여러 페이지에 걸쳐 분산할 수 있는 사용자 정의 환경 정의가 포함됩니다 .

나는 이 코드를 가져와 내 문서에 수정했고 지금까지 모든 것이 내가 원하는 방식으로 거의 작동하도록 했습니다. 단, 원본 코드의 링크를 끊는 방법을 평생 알아낼 수 없다는 점만 제외하면 됩니다. ~로연산캡션에 나타나는 이름을 내 새 이름에 연결하세요.오르달리스트티(단어 목록). 어떤 줄이 범인인지 알 것 같지만(MWE 참조) 새 환경의 이름을 부르도록 수정하는 방법을 찾지 못했습니다(오르달리스트티\begin{bigwordlist}및 ) 에 대해 \endbigwordlist.

MWE:

\documentclass[12pt]{book}


\usepackage[LY1,T1]{fontenc} 
\usepackage[icelandic]{babel}
\usepackage{lmodern}

\usepackage{multicol}
\usepackage{float}
\usepackage{algorithm} % if I delete this it breaks at \caption

\floatstyle{plain}
\newfloat{wordlist}{tbhp}{lol}[chapter]
\floatname{wordlist}{Orðalisti}

\makeatletter
\newenvironment{bigwordlist}
  {
     \refstepcounter{wordlist}
     \renewcommand{\caption}[2][\relax]{
       {\center{\ALG@name~\thewordlist}{:} ##2\par}% problematic line
       \ifx\relax##1\relax 
         \addcontentsline{lol}{wordlist}{\protect\numberline{\thewordlist}##2} 
       \else
         \addcontentsline{lol}{wordlist}{\protect\numberline{\thewordlist}##1} 
       \fi
     }
  }{
  }
\makeatother


\begin{document}

\chapter{List chapter}

This is a short list:

\begin{wordlist}
\sffamily
    Master cleanse edison \\  bulb bicycle rights ad \\  affogato ethical \\  Truffaut mustache fugiat \\ skateboard shaman man braid \\ 
\rmfamily
\label{listi:short}
\caption{this is a short list}
\end{wordlist}

This is a very long list that I have: 

\begin{bigwordlist}

\begin{footnotesize}
\begin{multicols}{2}
\sffamily
\noindent
Master cleanse edison \\  bulb bicycle rights ad \\  affogato ethical \\  Truffaut mustache fugiat \\ skateboard shaman man braid \\ 
tumeric irure sunt \\  enamel pin \\  in taiyaki \\  Tacos velit four\\  loko listicle health \\ goth narwhal \\ XOXO \\ esse mumblecore ea \\
bitters +1 \\ Organic sartorial authentic  \\ waistcoat officia \\ reprehenderit pork \\ belly helvetica mumblecore \\ Chillwave dreamcatcher marfa \\
ea artisan kickstarter \\ thundercats \\ lo-fi tofu \\ before they sold out \\  air plant \\ woke offal  \\ Typewriter truffaut quinoa \\ 
everyday carry  \\ ethical narwhal in \\ Selfies la croix \\ cray salvia subway tile \\ bitters vexillologist \\ enim tumeric anim \\ Craft beer \\ 
meh lorem \\ air plant \\ adaptogen stumptown \\ cold-pressed chartreuse\\ deserunt chicharrones forage \\ Lomo cupidatat  \\ subway tile \\
locavore ut \\ 90's keffiyeh ramps \\ consectetur truffaut \\ skateboard  \\ pour-over slow-carb \\ irony subway \\ tile adipisicing aliquip \\ 
Yuccie vinyl shoreditch \\ mumblecore \\ sriracha \\ tote bag \\ heirloom gluten-free wayfarers \\ letterpress glossier \\ Green juice taiyaki \\
chambray actually \\ letterpress \\ XOXO lyft \\ duis af sed \\ flannel \\ gentrify deep v. Dreamcatcher \\ cornhole flexitarian \\ mumblecore street art\\
raw denim \\ Live-edge \\ vegan portland \\ cray et yuccie \\ beard \\ shabby chic qui \\ selvage roof party \\ sunt \\ Pour-over yr \\ mollit raclette \\
beard brooklyn \\ hell of hexagon pork belly celiac \\ Succulents chambray\\  incididunt coloring book \\ disrupt flexitarian taiyaki sed \\ Before they sold out \\
edison bulb \\ prism \\ farm-to-table \\ do coloring book \\ Tattooed lorem \\ cred tacos \\ before they sold out \\ viral \\ man bun \\ cray enamel \\
pin wolf \\ Tofu wolf\\  semiotics id typewriter \\ XOXO \\ you probably haven't heard of them \\ tote bag \\ williamsburg \\ Asymmetrical heirloom \\ 
taxidermy cred \\ ea occaecat squid \\ fugiat labore \\ PBR\&B godard \\ the end
\rmfamily
\end{multicols}
\end{footnotesize}
    

\label{listi:long}
\caption{this is a long list}
\end{bigwordlist}

\listof{wordlist}{Orðalistaskrá}

\end{document}

새로운 유형의 부동 환경 생성에 대한 일부 의견과 답변에서는 사람들이 패키지를 사용하는 newfloat것이 아니라 패키지를 사용해야 한다고 말했으며 float, 저는 그것으로 동일한 유형의 환경을 설정해 보았습니다. 그러나 페이지 나누기 기능을 기본적으로 구현할 수 있는지 알 수 없었기 때문에 깨지기 쉬운 버전도 정의해야 합니다.

답변1

\fname@wordlist대신 사용하십시오 \ALG@name. 그러면 더 이상 필요하지 않습니다 \usepackage{algorithm}.

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

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

\documentclass[12pt]{book}


\usepackage[LY1,T1]{fontenc} 
\usepackage[icelandic]{babel}
\usepackage{lmodern}

\usepackage{multicol}
\usepackage{float}

\floatstyle{plain}
\newfloat{wordlist}{tbhp}{lol}[chapter]
\floatname{wordlist}{Orðalisti}

\makeatletter
\newenvironment{bigwordlist}
  {
     \refstepcounter{wordlist}
     \renewcommand{\caption}[2][\relax]{
       {\center{\fname@wordlist~\thewordlist}{:} ##2\par}% problematic line
       \ifx\relax##1\relax 
         \addcontentsline{lol}{wordlist}{\protect\numberline{\thewordlist}##2} 
       \else
         \addcontentsline{lol}{wordlist}{\protect\numberline{\thewordlist}##1} 
       \fi
     }
  }{
  }
\makeatother


\begin{document}

\chapter{List chapter}

This is a short list:

\begin{wordlist}
\sffamily
    Master cleanse edison \\  bulb bicycle rights ad \\  affogato ethical \\  Truffaut mustache fugiat \\ skateboard shaman man braid \\ 
\rmfamily
\label{listi:short}
\caption{this is a short list}
\end{wordlist}

This is a very long list that I have: 

\begin{bigwordlist}

\begin{footnotesize}
\begin{multicols}{2}
\sffamily
\noindent
Master cleanse edison \\  bulb bicycle rights ad \\  affogato ethical \\  Truffaut mustache fugiat \\ skateboard shaman man braid \\ 
tumeric irure sunt \\  enamel pin \\  in taiyaki \\  Tacos velit four\\  loko listicle health \\ goth narwhal \\ XOXO \\ esse mumblecore ea \\
bitters +1 \\ Organic sartorial authentic  \\ waistcoat officia \\ reprehenderit pork \\ belly helvetica mumblecore \\ Chillwave dreamcatcher marfa \\
ea artisan kickstarter \\ thundercats \\ lo-fi tofu \\ before they sold out \\  air plant \\ woke offal  \\ Typewriter truffaut quinoa \\ 
everyday carry  \\ ethical narwhal in \\ Selfies la croix \\ cray salvia subway tile \\ bitters vexillologist \\ enim tumeric anim \\ Craft beer \\ 
meh lorem \\ air plant \\ adaptogen stumptown \\ cold-pressed chartreuse\\ deserunt chicharrones forage \\ Lomo cupidatat  \\ subway tile \\
locavore ut \\ 90's keffiyeh ramps \\ consectetur truffaut \\ skateboard  \\ pour-over slow-carb \\ irony subway \\ tile adipisicing aliquip \\ 
Yuccie vinyl shoreditch \\ mumblecore \\ sriracha \\ tote bag \\ heirloom gluten-free wayfarers \\ letterpress glossier \\ Green juice taiyaki \\
chambray actually \\ letterpress \\ XOXO lyft \\ duis af sed \\ flannel \\ gentrify deep v. Dreamcatcher \\ cornhole flexitarian \\ mumblecore street art\\
raw denim \\ Live-edge \\ vegan portland \\ cray et yuccie \\ beard \\ shabby chic qui \\ selvage roof party \\ sunt \\ Pour-over yr \\ mollit raclette \\
beard brooklyn \\ hell of hexagon pork belly celiac \\ Succulents chambray\\  incididunt coloring book \\ disrupt flexitarian taiyaki sed \\ Before they sold out \\
edison bulb \\ prism \\ farm-to-table \\ do coloring book \\ Tattooed lorem \\ cred tacos \\ before they sold out \\ viral \\ man bun \\ cray enamel \\
pin wolf \\ Tofu wolf\\  semiotics id typewriter \\ XOXO \\ you probably haven't heard of them \\ tote bag \\ williamsburg \\ Asymmetrical heirloom \\ 
taxidermy cred \\ ea occaecat squid \\ fugiat labore \\ PBR\&B godard \\ the end
\rmfamily
\end{multicols}
\end{footnotesize}
    

\label{listi:long}
\caption{this is a long list}
\end{bigwordlist}

\listof{wordlist}{Orðalistaskrá}

\end{document}

관련 정보