当前位置:网站首页>Latex image rotates with title
Latex image rotates with title
2022-07-03 19:03:00 【wzg2016】
First , Need to introduce package :
\usepackage{adjustbox}
\usepackage{blindtext}then , Insert the picture in the following format ( Just put the “ Picture title ”、“ Picture label ”、“ Picture path ” Replace it with your own data .)
\begin{figure}[htbp]
\begin{adjustbox}{addcode={
\begin{minipage}{\width}}{
\caption{ Picture title }
\label{fig:fig_label}
\end{minipage}},rotate=90,center}
%\includegraphics[scale=.9]{ Picture path }%
\includegraphics[width=24cm]{ Picture path }%
\end{adjustbox}
\end{figure} Reference resources :Rotate picture with caption hold Latex The picture and title rotate together _JackLang The blog of -CSDN Blog _latex Picture Title Rotation
floats - Rotate picture with caption - TeX - LaTeX Stack Exchange
边栏推荐
- Why should the gradient be manually cleared before back propagation in pytorch?
- FBI 警告:有人利用 AI 换脸冒充他人身份进行远程面试
- After nohup NPM start &, close the shell window directly, and the process closes accordingly
- EGO Planner代碼解析bspline_optimizer部分(1)
- Read the paper glodyne global topology preserving dynamic network embedding
- Php based campus lost and found platform (automatic matching push)
- Processing of user input parameters in shell script
- Analyse du Code du planificateur ego bspline Section Optimizer (1)
- How to design a high concurrency system
- 知其然,而知其所以然,JS 对象创建与继承【汇总梳理】
猜你喜欢

SQL: special update operation

记录在模拟器中运行flutter时报的错

【光学】基于matlab涡旋光产生【含Matlab源码 1927期】

Record: solve the problem that MySQL is not an internal or external command environment variable

VLAN experiment

The installation path cannot be selected when installing MySQL 8.0.23

ActiveMQ的基础

22.2.14 -- station B login with code -for circular list form - 'no attribute' - 'needs to be in path selenium screenshot deviation -crop clipping error -bytesio(), etc

我們做了一個智能零售結算平臺

What does a really excellent CTO look like in my eyes
随机推荐
How to read the source code [debug and observe the source code]
Boost. Asio Library
[Yu Yue education] theoretical mechanics reference materials of Shanghai Jiaotong University
User identity used by startup script and login script in group policy
【数学建模】基于matlab船舶三自由度MMG模型【含Matlab源码 1925期】
High concurrency Architecture - distributed search engine (ES)
12、 Service management
shell 脚本中关于用户输入参数的处理
Pytorch introduction to deep learning practice notes 13- advanced chapter of cyclic neural network - Classification
What is the function of registering DLLs- What does registering a DLL do?
Leetcode: 11. Récipient contenant le plus d'eau [double pointeur + cupidité + enlèvement de la plaque la plus courte]
FBI warning: some people use AI to disguise themselves as others for remote interview
Flutter network and data storage framework construction-b1
Find the median of two positive arrays
Day-27 database
HOW TO WRITE A DAILY LAB NOTE?
The more you talk, the more your stupidity will be exposed.
变化是永恒的主题
Okaleido, a multimedia NFT aggregation platform, is about to go online, and a new NFT era may come
【LeetCode】【SQL】刷题笔记