
Sou novo no látex! Consegui colocar meu texto no formato correto, mas estou tendo problemas para posicionar um único gráfico onde ele precisa ser colocado. Essencialmente, ele deve estar no lado esquerdo da página, com o texto do quadro esquerdo no topo.
No entanto, não está funcionando bem. Caso você precise saber, symbol_strip é uma imagem de 4 x 20 cm; Eu comentei porque simplesmente aparecerá no lugar errado.
% Left frame
\begin{figure}
\hfill
% \includegraphics{symbol_strip.jpg}
\vspace{-2cm}
\end{figure}
\begin{flushright}
Tractor beat trailer give backwoods hee-haw gold frogskin plumb nugget. Liniment fancy rightly work chicken what cipherin' how ya. Heapin' backwoods her hospitality em got creosote overalls rodeo up. Townfolk soap out.
\end{flushright}\normalsize
\framebreak
E, sim, estou usando o Hillbilly porque meu Lorem ipsum está enferrujado;)
Eu também tentei usar o exemplo aquisintaxe semelhante a \centering para direita e esquerda?envolvendo a figura à direita, só que desta vez o texto desapareceu. Confuso.
\documentclass[a4paper,11pt,final]{memoir}
\pagestyle{empty}
\usepackage{flowfram}
\usepackage{graphicx}
% left frame
\newflowframe{0.2\textwidth}{\textheight}{0pt}{0pt}[left]
\newlength{\LeftMainSep}
\setlength{\LeftMainSep}{0.2\textwidth}
\addtolength{\LeftMainSep}{2\columnsep}
% right frame
\newflowframe{0.7\textwidth}{\textheight}{\LeftMainSep}{0pt}[main01]
\begin{document}
\begin{figure}
\begin{flushright}
\includegraphics{symbol_strip.jpg}
\vspace{-2cm}
Tractor beat trailer give backwoods hee-haw gold frogskin plumb nugget. Liniment fancy rightly work chicken what cipherin' how ya. Heapin' backwoods her hospitality em got creosote overalls rodeo up. Townfolk soap out.
\end{flushright}
\end{figure}
\end{document}
Eu incluí uma imagem também. A parte semelhante a uma adaga azul é a imagem em questão.
Responder1
É um pouco difícil dizer exatamente o que você está tentando fazer, então não tenho certeza se é isso que você está procurando. No entanto, você diz que deseja que o texto seja impresso "em cima" da imagem. Não tenho certeza se isso significaacimaa imagem ousobrea imagem.
Este código coloca a imagemsobo texto para que o texto seja impresso no topo da imagem. Ou seja, a imagem forma um fundo. O texto é impresso em segundo plano.
\documentclass[a4paper,11pt,draft]{memoir}
\pagestyle{empty}
\usepackage{flowfram}
\usepackage{graphicx}
\usepackage{tikz}
% left frame
\newflowframe{0.2\textwidth}{\textheight}{0pt}{0pt}[left]
\newlength{\LeftMainSep}
\setlength{\LeftMainSep}{0.2\textwidth}
\addtolength{\LeftMainSep}{2\columnsep}
% right frame
\newflowframe{0.7\textwidth}{\textheight}{\LeftMainSep}{0pt}[main01]
\begin{document}
\begin{tikzpicture}[remember picture, overlay, x=4cm, y=20cm]
\node at (0,0) {\includegraphics[width=4cm,height=20cm]{symbol_strip.jpg}};
\end{tikzpicture}
\begin{figure}
\begin{flushright}
\vspace{-2cm}
Tractor beat trailer give backwoods hee-haw gold frogskin plumb nugget. Liniment fancy rightly work chicken what cipherin' how ya. Heapin' backwoods her hospitality em got creosote overalls rodeo up. Townfolk soap out.
\end{flushright}
\end{figure}
\end{document}
Observe que usei a opção de rascunho para eliminar erros sobre não encontrar a imagem. Isso produz isso:
Não sei por que você fez disso uma figura. Se você quer que as coisas sejam posicionadas com precisão, você não quer que o TeX as mova e é isso que o ambiente da figura diz para ele fazer!
EDITAR (EXCLUIR):
Com base na sua pergunta editada, presumo que você não queira o textoacimaa imagem. Como isso empurrou coisas para fora da página, estou excluindo esta parte da minha resposta original.
EDITAR (ATUALIZAÇÃO COM BASE NA PERGUNTA ATUALIZADA):
Com base na imagem que você postou, você pode tentar algo como o seguinte, mas substituindo a imagem tikz pela imagem de fundo que você tem em mãos.
\documentclass[a4paper,11pt,final]{memoir}
\pagestyle{empty}
\usepackage{flowfram}
\usepackage{graphicx}% not needed to produce my demo
\usepackage{xcolor}% not needed if you use a background image
\usepackage{tikz}
% left frame - alternatively, specify a larger proportion of \textwidth or set this width absolutely
\newflowframe{0.2\paperwidth}{\textheight}{0pt}{0pt}[left]
\newlength{\LeftMainSep}
\setlength{\LeftMainSep}{0.2\paperwidth}
\addtolength{\LeftMainSep}{2\columnsep}
% right frame - alternatively, specify a smaller proportion of \textwidth or calculate width from the absolute width of the left flow frame etc.
\newflowframe{0.7\paperwidth}{\textheight}{\LeftMainSep}{0pt}[main01]
% recalculate left/right margins - or see alternatives above
\newlength{\mywidth}
\setlength{\mywidth}{\LeftMainSep}
\addtolength{\mywidth}{0.7\paperwidth}
\settypeblocksize{\textheight}{\mywidth}{*}
\begin{document}
\begin{tikzpicture}[remember picture, overlay]
\fill [fill=blue!20] (0,1cm) -- (0,-14cm) -- (4cm,-19cm) -- (4cm,1cm) -- cycle;
\end{tikzpicture}
\vfill% or set \vspace*{whatever you like}
\hspace*{\parindent}% text in specimen is set into page somewhat
\begin{minipage}[c]{3cm}% adjust to taste
\raggedleft
Tractor beat trailer give backwoods hee-haw gold frogskin plumb nugget. Liniment fancy rightly work chicken what cipherin' how ya. Heapin' backwoods her hospitality em got creosote overalls rodeo up. Townfolk soap out.
\end{minipage}
\hspace*{1em}% avoid text hitting edge of frame or background - adjust to taste
\vfill\vfill% adjust to taste or reduce to one \vfill if setting \vspace*{} to a specific value above
\framebreak% force following text to next flow frame
\section*{Sphinx of black quartz}% demonstrate relative positioning of text in next frame
Peter Piper picked a pickled pepper.
\end{document}
que produz:
Observe a diferença entre \paperwidth e \textwidth. A menos que você praticamente zere as margens esquerda/direita, um quinto de \textwidth não será suficiente para conter uma imagem de 4 cm de largura. Então, supondo que você queira algo que se pareça mais ou menos com a imagem que você postou e que não deseja alterar essa imagem, suponho que você queira que o quadro de fluxo esquerdo seja mais largo. Mantive as proporções iguais e defini as margens com base nas larguras resultantes. Portanto, as margens agora são muito pequenas. Se não for isso que você deseja, você pode aumentar a proporção da largura da página tomada pelo quadro de fluxo esquerdo em relação ao quadro principal ou definir o quadro de fluxo esquerdo para uma largura absoluta (por exemplo, 4 cm ou qualquer outra) e calcular a largura da estrutura de fluxo principal em conformidade.
Se o texto estiver mais alto, aumente o número de comandos \vfill após a minipágina, ajuste a posição da minipágina ou apenas defina a quantidade de vspace antes da minipágina como desejar.