Skip to content

Instantly share code, notes, and snippets.

@zr-tex8r
Last active November 17, 2023 00:19
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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: Anything.
  • DVI driver: dvips / dvipdfmx / pdfTeX / XeTeX.
  • 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.

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}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment