여러 글 머리 기호 이미지

그래서 위 이미지의 첫 번째 행 왼쪽에서 다섯 번째와 같은 총알을 만들고 싶었습니다. 원하는대로 사용자 정의 할 수 있으며 색상이나 모양 등을 변경할 수 있습니다. 이러한 글 머리 기호를 만드는 방법을 알려주시겠습니까?

여기에 이미지 설명 입력 여기에 이미지 설명 입력

댓글

  • 안녕하세요. 환영합니다. 네 부분의 모양이 잘 보이지 않아 고해상도 이미지를 넣어 주 시겠어요?
  • 위에 확대 된 사진을 붙여 넣었습니다. 🙂 감사합니다
  • 먼저 시도해보세요. TikZ로 이것을 그린 다음 플롯을 심볼로 변환합니다.
  • 어떻게할까요? TikZ 패키지를 사용한 적이 없으므로 ' 정확히 무엇을해야할지 모르겠습니다

Answer

완벽하지는 않지만 시작점이 될 것입니다.

\documentclass[11pt]{article} \usepackage{enumitem} \usepackage{tikz} \newlength{\fsize} \makeatletter \setlength{\fsize}{\f@size pt} \makeatother \newcommand*{\specialbullet}{% \begin{tikzpicture}[x=\fsize,y=\fsize] \fill [top color=red, bottom color=white] (0,.15) rectangle (.3,.4); \fill [left color=violet, right color=white] (.3, .1) rectangle (.65,.35); \fill [left color=yellow, right color=white] (.2,.35) rectangle (.5,.6); \draw (.4,.05) -- (.4,.65); \draw (.2,.2) -- (.75,.2); \end{tikzpicture}% } \begin{document} \begin{itemize}[label=\specialbullet] \item An item \item Another one \end{itemize} \end{document} 

댓글

  • 목록 기호를 만들었습니까? 마이크로 소프트 오피스? 🙂 …. 아주 멋지네요.하지만 보라색 사각형 안에 그림자가 있나요?
  • '의 빛나는 Vincent 감사합니다. 감사합니다.

답변

enumitem는 다음과 같습니다.

\documentclass{article} \usepackage{tikz} \usepackage[]{enumitem} \newcommand{\myfancylabel}{\begin{tikzpicture}[every node/.style={rotate=45}]% \node[fill,inner sep=0pt,minimum size=0.5ex] at (0ex,0.5ex) {};% \node[fill,inner sep=0pt,minimum size=0.5ex] at (0ex,-0.5ex) {};% \node[fill,inner sep=0pt,minimum size=0.5ex] at (0.5ex,0ex) {};% \node[fill,inner sep=0pt,minimum size=0.5ex] at (-0.5ex,0ex) {};% \end{tikzpicture}} \begin{document} \begin{itemize}[label=\myfancylabel] \item Test 1 \item Test 2 \item Test 3 \end{itemize} \end{document} 

여기에 이미지 설명 입력

답글 남기기

이메일 주소를 발행하지 않을 것입니다. 필수 항목은 *(으)로 표시합니다