9to5Answer
  • Programming Language
    Abap
    ActionScript
    Assembly
    BASIC
    C
    C#
    C++
    Clojure
    Cobol
    CSS
    Dart
    Delphi
    Elixir
    Erlang
    F#
    Fortran
    Go
    Groovy
    Haskell
    Html
    Java
    Javascript
    Julia
    Kotlin
    Lisp
    Lua
    Matlab
    Objective-C
    Pascal
    Perl
    PHP
    Prolog
    Python
    R
    Ruby
    Rust
    Scala
    Scheme
    Shell/Bash
    SQL
    Swift
    TypeScript
    VBA
  • Framework
    AngularJS
    Backbone
    Bootstrap CSS
    Bootstrap Javascript
    Bulma
    CakePHP
    CodeIgniter
    Django
    Drupal
    Ember
    Express
    Flask
    Flutter
    Foundation
    Ionic
    jQuery
    Laravel
    Materialize
    Next.js
    Node.js
    Nuxt.js
    React
    Semantic UI
    Spring
    Symfony
    Unity
    Vaadin
    Vue
    Wordpress
    Yii
    Zend
  • Categories
  1. Margin Figures in Latex

Margin Figures in Latex

latex figure
13,237

Use the caption package:

\usepackage{caption}

and e.g.

\marginpar{%
  \includegraphics[width=\marginparwidth]{myfile}
  \captionof{figure}{The caption}
}
Share:
13,237
ahmet nurlu
Author by

ahmet nurlu

Updated on June 20, 2022

Comments

  • ahmet nurlu
    ahmet nurlu 12 months

    I would like to put some figures in margin in my latex documents. I want them to be non-float. Is there any package for it.

    thanks

Recents

Why Is PNG file with Drop Shadow in Flutter Web App Grainy?
How to troubleshoot crashes detected by Google Play Store for Flutter app
Cupertino DateTime picker interfering with scroll behaviour
Why does awk -F work for most letters, but not for the letter "t"?
Flutter change focus color and icon color but not works
How to print and connect to printer using flutter desktop via usb?
Critical issues have been reported with the following SDK versions: com.google.android.gms:play-services-safetynet:17.0.0
Flutter Dart - get localized country name from country code
navigatorState is null when using pushNamed Navigation onGenerateRoutes of GetMaterialPage
Android Sdk manager not found- Flutter doctor error
Flutter Laravel Push Notification without using any third party like(firebase,onesignal..etc)
How to change the color of ElevatedButton when entering text in TextField

Related

Multiple sub-figures arranged on one page
Creating a box around a figure that includes the tabbing environment
Latex - Inserting a reference in a figure's caption
Adding full page figures in Latex, how?
Subfigs of a figure on multiple pages
How to force two figures to stay on the same page in LaTeX?
How do I ref a figure in LaTeX before it occurs?
Latex: Text cannot be placed below image
Nonfloating figure spanning two columns in multicol environment
Can i avoid this error. E/InputMethodManager: Failed to get fallback IMM with expected .flutter.plugins.webviewflutter.InputAwareWebView
  • About us
  • /
  • Privacy Policy
  • /
  • Terms of use
  • /
  • Contact & Advertising
  • /
  • License
  • /
  • Press

© 2023 9to5Answer. All rights reserved.