Skip to content

Instantly share code, notes, and snippets.

@zr-tex8r
Last active May 23, 2025 11:55
Show Gist options
  • Save zr-tex8r/8040061 to your computer and use it in GitHub Desktop.
Save zr-tex8r/8040061 to your computer and use it in GitHub Desktop.
LaTeX: To make blinking text (if you dare)

bxblink Package

LaTeX: To make blinking text (if you dare)

System requirement

  • TeX format: LaTeX.
  • TeX engine / DVI driver: Anything supported by animate.
  • Dependent packages: animate.

The blinking effect is available only when the document is prepared in PDF format and is viewed with an appropriate viewer.

Package Loading

\usepackage[<option>,...]{bxblink}

The available options are:

  • dvips, dvipdfmx: Driver options, needed only in DVI mode. The default value (in DVI mode) is dvips.
  • veryslow, slow, normalspeed, fast, veryfast: Specifies the speed of blinking. The default value is normalspeed.

Usage

  • \begin{blink}...\end{blink}: Makes the text in the content (line- breaking is disallowed) blinking.
  • \textblink{...} Makes the argument text blinking.

Revision History

  • Version 0.4 〈2025/05/23〉
    • Support the recent animate package.
  • Version 0.3 〈2019/03/25〉
    • Add \StopBlink.
  • Version 0.2 〈2013/12/19〉
    • The first public version.

Takayuki YATO (aka. "ZR")
http://zrbabbler.sp.land.to/

\documentclass[a4paper]{article}
\usepackage{bxblink}
\begin{document}
The package can make your document
more \textblink{attractive}, % NO!
really!
\end{document}
@zr-tex8r
Copy link
Author

When you typeset test-bxblink1.tex with pdfLaTeX, you will get the following result:

test-bxblink-a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment